What problem does it solve? Teams with Architecture Decision Records (ADRs) often ship changes that silently violate documented architectural constraints because no one re-reads every ADR before each PR. This Skill automates that compliance check so violations are caught before delivery. ## Core Features & Use Cases - ADR Compliance Validation: Reads all ADR documents and flags violations of normative clauses (must, must not, required, denied, always, never) in proposed changes. - Platform Map Anti-Pattern Detection: Identifies attempts to build custom versions of governed platform components such as model gateways, vector stores, or workflow engines. - Structured Compliance Report: Produces a PASS/FAIL verdict with per-ADR violation details, warnings, and escalation guidance for human decision-making. - Use Case: Before merging a PR that introduces a custom caching layer, run this Skill to confirm the change does not conflict with ADRs mandating use of the existing queue/cache primitives. ## Quick Start Ask the AI to check the staged git diff or a described change against the ADRs in docs/architecture before opening the pull request.