adr
Installation
SKILL.md
ADR (Architecture Decision Record) Creator
This skill helps create comprehensive Architecture Decision Records using the AI-driven MADR template from o3-cloud/madr.
Instructions
When creating an ADR, follow these steps:
-
Ask for key information if not provided:
- What architectural decision needs to be documented?
- What problem are you trying to solve?
- What options have you considered?
- What decision was made (or needs to be made)?
-
Determine the ADR number:
- Check for existing ADRs in
docs/decisions/or similar directories - Use the next sequential number (e.g., if last ADR is 0003, use 0004)
- Check for existing ADRs in
-
Create the ADR file with the naming pattern:
XXXX-short-title.md(where XXXX is the zero-padded number)