Record major architectural and business decisions with full context. This prevents "why was this done?" debates.
## [Decision Title]
**Date**: YYYY-MM-DD
**Status**: [Decided/Pending/Under Review/Deprecated]
**Owner**: [Who owns this decision]
### Context
[What situation prompted this decision? What was the problem or opportunity?]
### Decision
[What was decided? Be specific about the choice made.]
### Rationale
[Why this decision? What were the alternatives and why were they rejected?]
### Alternatives Considered
| Alternative | Pros | Cons | Why Rejected? |
|-------------|------|------|---------------|
| [Alt 1] | [Pros] | [Cons] | [Why not chosen] |
| [Alt 2] | [Pros] | [Cons] | [Why not chosen] |
### Impact
**Positive**: [What this enables or improves]
**Negative**: [What trade-offs or limitations this creates]
**Risk**: [What could go wrong]
### Related
- [Links to related decisions, PRs, issues, or documentation]
Date: YYYY-MM-DD Status: [Status] Owner: [Owner]
[What was happening? Why did we need to decide?]
[What we decided]
[Why this was the right choice]
| Alternative | Pros | Cons | Why Rejected? |
|---|---|---|---|
| [Option A] | [Good things] | [Bad things] | [Reason] |
| [Option B] | [Good things] | [Bad things] | [Reason] |
Date: YYYY-MM-DD Status: [Status] Owner: [Owner]
[What was happening?]
[What we decided]
[Why this was right]
| Alternative | Pros | Cons | Why Rejected? |
|---|---|---|---|
| [Option A] | [Good things] | [Bad things] | [Reason] |
Decisions that were later overturned (for historical context):
| Decision | Date | Replaced By | Why |
|---|---|---|---|
| [Old decision] | [Date] | [New decision] | [Reason] |
technical-domain.md - Technical implementation affected by these decisionsbusiness-tech-bridge.md - How decisions connect business and technicalliving-notes.md - Current open questions that may become decisions