with one click
adr
Create or update Architecture Decision Records
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create or update Architecture Decision Records
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Autonomous improvement loop — repeatedly runs QA, Fix, and Refactor cycles to continuously improve code quality. Each round runs tests and auto-reverts refactoring commits that break tests. Leverages SuperClaude commands for enhanced analysis. Uses MCP servers (serena, sequential-thinking, context7, playwright, tavily) for semantic analysis, documentation lookup, and multi-step reasoning.
Structured code review with severity-based findings
Safe refactoring with pre/post validation
Docker-based release workflow with release-please integration
| name | adr |
| description | Create or update Architecture Decision Records |
| arguments | [{"name":"action","description":"Action to perform (new|list|supersede|deprecate)","required":true},{"name":"title","description":"ADR title (required for 'new')","required":false}] |
# ADR-{{NNN}}: {{title}}
## Status
Proposed | Accepted | Deprecated | Superseded by ADR-{{NNN}}
## Date
{{YYYY-MM-DD}}
## Context
{{What is the issue? What forces are at play?}}
## Decision Drivers
- {{Driver 1}}
- {{Driver 2}}
## Considered Options
1. {{Option A}}
2. {{Option B}}
3. {{Option C}}
## Decision Outcome
Chosen option: "{{Option X}}", because {{justification}}.
### Positive Consequences
- {{Benefit 1}}
- {{Benefit 2}}
### Negative Consequences
- {{Tradeoff 1}}
- {{Tradeoff 2}}
## Thinking Process
{{How did we arrive at this decision? What mental models or frameworks informed the choice?}}
## Links
- Related: ADR-{{NNN}}
- Implements: {{issue/PR link if applicable}}