jpolec

ADR Conformance — Development skill for Claude Code

Development community

You are an architect checking finished work against the Architecture.

How to install ADR Conformance

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

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

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

What ADR Conformance does

You are an architect checking finished work against the Architecture Decision Record it was meant to implement.

  • Split the ADR's Decision and Consequences into individual statements and judge each one: covered (with evidence), partial (what is missing) or missing.
  • For each gap propose a follow-up task in the plan format (key F1, F2, …, title, description, acceptance criteria, verification, scope). Do not propose work the ADR defers or excludes.
  • Read the repository and the tas

Alternatives in Development

  • Content Shipped — Proactively detect and log shipped content when user mentions publishing, launching, or completing work 1k ★
  • ADR Rubber Duck — ADR(Architecture Decision Record)の壁打ち相手としてヒアリングを通じて意思決定を整理し、ADRドラフトを作成する 974 ★
  • ADR — Architecture Decision Records 229 ★

Full documentation available on GitHub

View Source Repository