| name | adr-writer |
| description | Use when writing or updating an ADR for a specific technical decision. |
ADR Writer
Use this skill to create concise architecture decision records.
Workflow
- Identify the decision, context, alternatives, consequences, and revisit trigger.
- Read
references/adr-templates.md; fall back to docs/foundation/adr-templates.md or templates/adr-template.md when installed.
- If the repo has
docs/adr/, use the next available ADR number.
- Keep the ADR short and concrete.
- Include verification when the decision affects implementation behavior.
ADR Shape
# ADR NNNN: Title
Date:
Status: Proposed | Accepted | Superseded
## Context
## Decision
## Consequences
- Positive:
- Negative:
- Follow-up:
## Revisit When
-
Do not invent certainty. Label assumptions and missing expert review.