ADR
Paths
| Artefact | Default path |
|---|---|
| Register | docs/architecture/decisions/register.md |
| ADR document | docs/architecture/decisions/ADR-{NUMBER}-{short-title}.md |
Path resolution
If the user names a different directory or file path in their request, use it
for read/write instead of the defaults. Keep ADR-#### numbering sequential
within the register the user targets.
Supporting files
- assets/register.template.md
- assets/adr.template.md
Router
- Mode:
plan,write, orreview. - Resolve paths (default or user override).
plan takes an optional work item:
adr plan <work-id>resolves it per work-item-resolution.md, harvests decisions already made indocs/work/{work-id}/tdd.md, and triages them into the register. Without a work item it surveys product.md and solution.md for decisions still to be made. - prompts/plan.prompt.md | prompts/write.prompt.md | prompts/review.prompt.md.