skills/adr-skill/references/template-variants.md
This skill ships two templates in assets/templates/.
File: assets/templates/adr-simple.md
Use this when:
Sections: Context and Problem Statement → Decision → Consequences → Implementation Plan → Verification → Alternatives Considered (optional) → More Information (optional).
File: assets/templates/adr-madr.md
Use this when:
Sections: Context and Problem Statement → Decision Drivers (optional) → Considered Options → Decision Outcome → Consequences → Implementation Plan → Verification → Pros and Cons of the Options (optional) → More Information (optional).
This template aligns with MADR 4.0 and extends it with agent-first sections.
| Signal | Use Simple | Use MADR |
|---|---|---|
| Number of real options | 1–2 | 3+ |
| Team size affected | Small / solo | Cross-team |
| Reversibility | Easily reversed | Hard to undo |
| Expected lifetime | Months | Years |
| Needs stakeholder review | No | Yes |
When in doubt, start with Simple. You can always expand to MADR if the discussion reveals more complexity.