adr-writer
SKILL.md
ADR Writer
Writing Architecture Decision Records is one of those things everyone knows they should do but nobody actually does. Too much boilerplate, too much thinking about format when you should be thinking about the decision itself. This tool fixes that.
One command. Zero config. Just works.
Quick Start
npx ai-adr "switch from REST to GraphQL"
What It Does
- Generates complete ADRs in standard format (title, context, decision, consequences)
- Handles the boring structure so you focus on the actual decision
- Creates consistent documentation your team can actually reference later
- Works with any architectural decision from database choices to framework migrations