Agent skill
doc-create-adr-gamma
{{ ƔƔƔ }} Create an Architecture Decision Record (ADR) for a significant technical decision
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/doc-create-adr-gamma
SKILL.md
<overview>
Guide user through creating an ADR via focused questions, then generate using ~/.claude/doc-templates/ADR.md
</overview>
<template-location>
~/.claude/doc-templates/ADR.md
</template-location>
<steps>
1. Read ADR template
2. Ask focused questions conversationally (not all at once):
- Context: What problem/decision? What factors? Constraints?
- Decision: What did you choose? Be specific.
- Alternatives: What else considered? Pros/cons? Why rejected?
- Consequences: What improves? What trade-offs? What gets harder?
3. Generate ADR with proper numbering (check existing in docs/dev/architecture/)
4. Suggest location: docs/dev/architecture/[decision-slug]-adr.md
5. Show for approval; revise if needed
</steps>
<notes>
- Keep questions conversational
- Probe for details if answers incomplete
- ADR should be understandable 6 months later
</notes>
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?