Agent skill
adr-writer
設計上の決定事項を ADR 形式で記録し、docs/adr 配下に出力する
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/adr-writer
Metadata
Additional technical details for this skill
- short description
- ADR作成(出力先固定)
SKILL.md
adr-writer
この skill は、設計上の意思決定を ADR(Architecture Decision Record)として記録する。
出力先
- ADR は必ず
docs/adr/配下に出力する。 - 1つの意思決定につき 1ファイルとする。
ファイル命名規則
{連番4桁}-{短い英語要約}.md- 例:
0003-tts-engine-abstraction.md
- 例:
- 連番は既存の ADR を確認したうえで次の番号を使用する。
出力形式
以下の構成で Markdown ファイルを作成する。
Title
- 決定内容を一文で表す
Context
- 背景
- 課題
- 前提条件
Decision
- 採用した案
- 採用理由
Consequences
- 利点
- 欠点
- 今後発生しうる影響
Alternatives
- 検討した他の案(簡潔でよい)
ルール
- 事実と決定事項のみを書く。
- 実装詳細やコード断片は含めない。
- 既存 ADR と矛盾がある場合は明示する。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?