ADR Skill
Create, review, and audit Architecture Decision Records.
Format rules: See docs/adr/000-adr-format-standard.md for size limits, required sections, and excluded content.
Arguments
- •
$ARGUMENTS: One of:- •
create <title>- Create a new ADR - •
review [file]- Review an existing ADR - •
audit [--base <branch>]- Validate code against ADR decisions - •
consistency- Check ADRs for conflicts and ambiguities - •
list- List all ADRs with status and title - •
accept <number>- Transition ADR status to Accepted - •
supersede <old> <new>- Mark old ADR as superseded by new one
- •
Subcommand Instructions
Each subcommand has detailed instructions in a separate file:
| Command | Instructions |
|---|---|
create | See create.md |
review | See review.md |
audit | See audit.md |
consistency | See consistency.md |
list | See list.md |
accept | See accept.md |
supersede | See supersede.md |
Read the appropriate file based on the first argument, then follow its instructions.