con un clic
adr
Create or update Architecture Decision Records
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create or update Architecture Decision Records
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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}}