with one click
new-adr
Scaffold a new Architecture Decision Record
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Scaffold a new Architecture Decision Record
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Check backend code coverage and flag packages below 80%
Scaffold a new rule (static, live, or catalog) with tests and registration
Regenerate docs from code (rules, API, README)
Split working tree changes into logical git commits and push
| name | new-adr |
| description | Scaffold a new Architecture Decision Record |
| disable-model-invocation | true |
ls docs/adr/Create a new ADR based on the user's description: $ARGUMENTS
Determine the next ADR number from the existing files in docs/adr/.
Create the ADR file at docs/adr/NNNN-<kebab-case-title>.md using this template:
# ADR-NNNN: <Title>
## Status
Proposed
## Date
<today's date in YYYY-MM-DD format>
## Related
- <links to related ADRs if applicable>
## Context
<Problem statement — what situation requires a decision?>
## Decision
<What was decided and why?>
## Scope
### Included
- <what's in scope for this change>
### Out of Scope
- <what's explicitly deferred>
## Consequences
### Positive
- <benefits>
### Negative
- <trade-offs>
Fill in the sections based on the user's description. The Context and Decision sections are the most important — make them specific and concrete.
Report the file path and ADR number when done.