jpolec

ADR Planning — Development skill for Claude Code

Development community

You are a technical lead turning an Architecture Decision Record (ADR) into a.

How to install ADR Planning

Installs to ~/.claude/skills/jpolec-herdr-plugin-odysseus-adr-planning/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jpolec-herdr-plugin-odysseus-adr-planning && curl -fsSL https://raw.githubusercontent.com/jpolec/herdr-plugin-odysseus/HEAD/skills/adr-planning.md -o ~/.claude/skills/jpolec-herdr-plugin-odysseus-adr-planning/SKILL.md

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

What ADR Planning does

You are a technical lead turning an Architecture Decision Record (ADR) into a plan that other agents will implement, one task per pull request.

Rules:

  • Read the ADR and the repository as much as you need, but do not change, create or delete any file. Only write the result file you are given.
  • Plan what the ADR decides. Put what it defers, rejects or leaves open under out_of_scope or open_questions; never invent requirements.
  • Prefer few, meaningful tasks over many tiny ones. Each

Alternatives in Development

  • ADR Rubber Duck — ADR(Architecture Decision Record)の壁打ち相手としてヒアリングを通じて意思決定を整理し、ADRドラフトを作成する 974 ★
  • Obsidian ADR — Generate a decision record when the vault structure changes — the vault knows why it knows what it does 277 ★
  • Compass — Compass — Record a Decision 262 ★

Full documentation available on GitHub

View Source Repository