דלג לתוכן הראשי

Decision Template

Copy into docs/decisions/YYYY-MM-short-title.md.


---
id: YYYY-MM-short-title
title: "Decision: Short title"
description: "One-sentence summary"

date: YYYY-MM-DD
owner: "@handle"
participants: ["@handle", "@handle"]
outcome: tbd # accepted | rejected | deferred
---

# Decision: Short Title

<div style={{display:'flex',gap:'0.5rem',marginBottom:'1.5rem'}}>
<span className="badge badge--draft">TBD</span>
<span className="badge badge--secondary">YYYY-MM-DD</span>
<span className="badge badge--secondary">Owner: @handle</span>
</div>

## What was decided

One clear sentence.

## Context

What situation prompted this decision? What was the timeline or forcing function?

## Options considered

| Option | Description | Pros | Cons |
|---|---|---|---|
| A | ... | ... | ... |
| B | ... | ... | ... |

## Decision rationale

Why this option? What data, customer feedback, or strategic alignment drove the choice?

## Implications

- What changes as a result of this decision?
- Who is affected?
- What follow-up actions are needed?

## Follow-up actions

- [ ] Action 1 — @owner — due YYYY-MM-DD
- [ ] Action 2 — @owner — due YYYY-MM-DD

---

*Decided in [meeting/async] on YYYY-MM-DD.*