What problem does it solve?
maxi-superpowers documents a "Mandatory Sync" rule in CLAUDE.md, but nothing enforces it. Docs drift: skill counts go stale, test lists fall behind, the four sync-locked files disagree. This skill makes the review systematic and reproducible — an unguided pass catches some drift by luck and misses table-level mismatches.
Core Features & Use Cases
Core split: mechanical facts have one ground truth (compute it, compare). Semantic findings need judgment (verify before asserting; never auto-fix).
Run from repo root.
When to Use
- Before committing any change to the pipeline, a skill, the test suite, or the FSM
- After editing CLAUDE.md, README.md, docs/architecture.md, or any Mandatory-Sync-4 file
- When asked to check docs are consistent / in sync / not contradictory
Scope (authored docs only): CLAUDE.md, AGENTS.md, README.md, VENDORED.md, docs/architecture.md, docs/pipeline-flow.md, docs/delegation-map.md, skills/using-maxi/SKILL.md. Exclude docs/maxi/specs/** and docs/maxi/adr/** — those are point-in-time artifacts that intentionally drift.
Quick Start
Run this audit from the repository root to detect and report doc-consistency issues across CLAUDE.md, README.md, architecture.md, and related docs.