audit
Installation
SKILL.md
Audit
Find where the code you touched contradicts the living spec, both directions, and surface it. The human picks which side is wrong. Never auto-fix.
What counts as drift
- ADRs: code violates a decision or rule, or an ADR asserts something the code has moved past.
- Glossary: code uses a banned word (
_Avoid_), names something off the canonical term, or uses a concept with no entry. - Not drift: shipped behavior no rule, decision, or term governs.