adr-check
Installation
SKILL.md
ADR Compliance Checker (Polar)
The handle is the diff. The evidence is a short report of which Accepted ADRs
the change touches and where it breaks them. This is the ADR analogue of
verifier-web: that skill replays UI changes, this one
reviews a change against the recorded architecture decisions.
ADRs live in handbook/engineering/decisions/. Treat every ADR whose Status is
Accepted as binding.
When to use
- Before opening a PR, or while reviewing one.
- When the user asks to "check the ADRs", "does this follow our decisions", or "verify against the architecture decisions".
- As one dimension of a broader review, alongside
/polar-code-review.