ワンクリックで
adr
Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Verify understanding after implementation with targeted quizzes
Clarify requirements through targeted questions — uncovers unknown unknowns in specs
Remove AI-generated code patterns that don't match codebase style
Review code for quality, security, and best practices — read-only analysis
Create clear documentation for code and APIs
Audit code for security vulnerabilities — read-only analysis
| name | adr |
| description | Record architecture decisions with ADRs — captures why, alternatives considered, and consequences |
| license | MIT |
| compatibility | cline, claude, opencode, amp, codex, gemini, cursor, pi |
| hint | Use when managing architecture decisions, creating ADRs, or tracking architectural choices |
| user-invocable | true |
| metadata | {"audience":"all","workflow":"documentation"} |
Provides a unified interface for managing Architecture Decision Records.
/adr <ACTION> [ARGUMENTS]
Architecture Decision Records (ADRs) are short documents that capture important architectural decisions made during project development. They help teams:
Each ADR typically contains:
A template is available at $SKILL_PATH/templates/adr-template.md:
# [NUMBER]. [TITLE]
Date: [DATE]
## Status
[Proposed | Accepted | Deprecated | Superseded by [ADR-NUMBER]]
## Context
[Describe the context and problem statement]
## Decision
[Describe the decision and solution]
## Consequences
### Positive
- [Positive outcome 1]
- [Positive outcome 2]
### Negative
- [Negative outcome 1]
- [Risk or trade-off]
Common ADR locations to check:
doc/adr/ (default)docs/adr/docs/architecture/decisions/architecture/decisions//adr new "Use PostgreSQL for primary database"
/adr list
/adr search "database"
/adr view 5