# Doc Create Adr Gamma

> {{ ƔƔƔ }} Create an Architecture Decision Record (ADR) for a significant technical decision

- Skill: `majiayu000/doc-create-adr-gamma` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/doc-create-adr-gamma`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/doc-create-adr-gamma/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/doc-create-adr-gamma

---


<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>

