What problem does it solve?
Audit implementations against the plan — compare planned vs actual changes, detect orphaned test references, fix checkbox mismatches, and sync frontmatter counts. It ensures the project artifacts reflect the intended plan and prevents drift between planning and execution.
Core Features & Use Cases
- Compare planned changes with actual changes to surface drift between plan and implementation.
- Detect orphaned test references and mismatched task markers to maintain traceability.
- Sync frontmatter counts and metadata to ensure consistency across plan and PR checks.
- Triggered by user phrases like "/plan-check", "plan audit", "verify implementation", and "did we implement everything" to act as a quality gate before PRs.
Quick Start
After plan approval, run /plan-check to audit the plan against the current implementation and surface any discrepancies.