create-adr
Installation
SKILL.md
Create ADR
Record one architecture decision — the "why" that code and commit messages can't carry — as a numbered, immutable file in the target repository.
An ADR records a decision made, not a proposal under discussion. If the decision isn't settled yet, help settle it in conversation first; write the ADR after.
Steps
- Locate the ADR home. Look for an existing convention in the target
repo:
docs/adr/,docs/decisions/,adr/, or an existingNNNN-*.mdseries anywhere underdocs/. Follow whatever exists (numbering width, template style). If none exists, createdocs/adr/and start at0001.- Completion criterion: directory and next sequence number are known.