ADR Kit Decide
Overview
Record an already-made decision directly in adr/decisions/ with the next
N number.
Steps
- Run:
adrkit decide "<title>"
- Edit the created file and fill
## Problem,## Decision,## Alternatives considered, and## Consequences. Add 2-4 kebab-casetagsto the front matter (for examplefrontend,execution-layer) so the decision graph can group by theme. - Run
adrkit validate <N>until it returns OK.
Rules
- Accepted decisions must not contain
## Proposal,## Acceptance criteria, or## Riskssections. adrkit acceptis the better path when a proposal already exists.