ワンクリックで
adr
Create Architecture Decision Record
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create Architecture Decision Record
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Design API contracts with OpenAPI specifications
Assess architecture decisions tradeoffs and edge cases
Design database schemas with migrations and repository interfaces
Break requests into parallel tasks for team execution
Audit dependencies for vulnerabilities and plan upgrades
Structured incident investigation and resolution
| name | adr |
| description | Create Architecture Decision Record |
| allowed-tools | Read, Write, Glob |
Create an Architecture Decision Record (ADR) for a design choice.
Read existing ADRs in docs/spec/biz/ (files matching adr-*.md).
Determine the next ADR number (e.g., adr-001, adr-002).
Discuss the decision with the user:
Create the ADR at docs/spec/biz/adr-{NNN}-{slug}.md:
# ADR-{NNN}: {Title}
| Field | Value |
|-------|-------|
| **Status** | proposed / accepted / deprecated / superseded |
| **Date** | {date} |
| **Deciders** | {who was involved} |
| **Supersedes** | {ADR number, if applicable} |
## Context
{What is the issue that we're seeing that is motivating this decision or change?
What forces are at play (technical, business, organizational)?}
## Decision
{What is the change that we're proposing and/or doing?}
## Options Considered
### Option 1: {Name}
- **Pros**: {list}
- **Cons**: {list}
- **Effort**: {low/medium/high}
### Option 2: {Name}
- **Pros**: {list}
- **Cons**: {list}
- **Effort**: {low/medium/high}
## Consequences
### Positive
- {benefit 1}
- {benefit 2}
### Negative
- {tradeoff 1}
- {tradeoff 2}
### Risks
- {risk 1} -- mitigation: {how}
## Related
- {Links to specs, issues, other ADRs}
docs/spec/.llm/PROGRESS.md with a note about the new ADR.$ARGUMENTS