| name | create-adr |
| description | Create a new Architecture Decision Record. Usage: /create-adr TITLE (e.g. /create-adr add-redis-adapter) |
Create ADR
Create an ADR for: $ARGUMENTS
Follow the procedure: @../docs/procedures/adr.md
Steps
- Read
docs/adr/README.md to get the next sequential number
- Create
docs/adr/NNNN-<slugified-title>.md using the template from the procedure
- Fill in:
Date: today's date
Status: Proposed
Context: describe the problem or situation
Decision: placeholder (to be filled)
Consequences: placeholder (to be filled)
- Add entry to
docs/adr/README.md index under Proposed status
- Report the file path created
Use the title from arguments as the ADR title. Slugify it for the filename (lowercase, hyphens).