Obsidian_vault/_Templates/Decision Log.md

53 lines
722 B
Markdown

---
date: <% tp.date.now("YYYY-MM-DD") %>
type: decision
area:
reversible: true
status: made
review-date:
---
# Decision: <% tp.file.title %>
**Date:** <% tp.date.now("YYYY-MM-DD") %>
**Area:**
**Reversible:** Yes / No
**Stakes:** Low / Medium / High
---
## 🧭 Context
> What situation forced this decision?
## ❓ The Question
> Exactly what was being decided.
---
## 🔄 Options Considered
### Option A:
**Pros:**
**Cons:**
### Option B:
**Pros:**
**Cons:**
---
## ✅ Decision Made
> What was chosen and why.
## 💭 Assumptions
> What must be true for this to be right?
## 📊 Expected Outcome
---
## 📅 Review
**Review date:**
**Actual outcome:**
**Was it right?**
**What I'd do differently:**