Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 128.SKILL.mdView in source ↗- Use `assets/templates/adr-simple.md` for straightforward decisions (one clear winner, minimal tradeoffs). - Use `assets/templates/adr-madr.md` when you need to document multiple options with structured pros/cons/drivers. - See `references/template-variants.md` for guidance.
Source excerpt starting at line 298.- `assets/templates/adr-simple.md` — lean template for straightforward decisions.- `assets/templates/adr-madr.md` — MADR 4.0 template for decisions with multiple options and structured tradeoffs.- `assets/templates/adr-readme.md` — default ADR index scaffold used by `scripts/bootstrap_adr.js`.