Sayanthegamer

Cad Decide — Development skill for Claude Code

Development community

Record a "Why This, Not That" Architectural Decision Record (ADR) for interviews and agent memory.

How to install Cad Decide

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-decide/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-decide && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-decide.md -o ~/.claude/skills/sayanthegamer-cadence-cad-decide/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Decide does


name: cad-decide description: Record a "Why This, Not That" Architectural Decision Record (ADR) for interviews and agent memory.

Execute the `cadence-decide` skill:

  1. Capture the architectural crossroad (chosen option vs rejected alternatives).
  2. Generate an ADR file in .agents/decisions/ADR-XXX-[title].md:
    • Decisive reason why chosen option won.
    • Exact reasons alternatives were rejected ("Why Not That?").
    • Conscious trade-offs & sacrifices.
    • Measurable Revisit Trigg

Alternatives in Development

  • ADR Rubber Duck — ADR(Architecture Decision Record)の壁打ち相手としてヒアリングを通じて意思決定を整理し、ADRドラフトを作成する 974 ★
  • Engage.Memory — Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping 348 ★
  • Obsidian ADR — Generate a decision record when the vault structure changes — the vault knows why it knows what it does 277 ★

Full documentation available on GitHub

View Source Repository