mit einem Klick
adr
Create or update Architecture Decision Records
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Create or update Architecture Decision Records
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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}}