madr
Analyze the current session and suggest mADR (Architecture Decision Record) updates or new records
mADR Generator (/madr)
Analyze the current Claude Code session to detect architectural decisions and suggest mADR document creation or updates.
Usage
/madr- Analyze current session and suggest ADR updates (interactive)/madr scan- Quick scan without interactive selection/madr init- Initialize docs/decisions/ directory with ADR index
Execution
Follow the workflow defined in the madr-gen skill:
- Discover: Find existing ADRs in
docs/decisions/ - Analyze: Run analysis agents in parallel to detect decisions from the current session
- Validate: Check for duplicates against existing ADRs
- Present: Show categorized suggestions to the user via interactive selection
- Execute: Create or update selected mADR documents
Refer to skills/madr-gen/SKILL.md for detailed execution steps and agent configurations.