What problem does it solve?
When teams implement multi-slice project phases, in-session per-slice reviews often miss cross-slice drift, contradictions, and gaps that only become apparent after sign-off, leading to costly rework and delayed timelines.
Core Features & Use Cases
- Independent per-slice audit: Spawns an unbiased sub-agent to review every slice against project specifications and decisions, citing file:line evidence for gaps, scope creep, and missing tests.
- Cross-slice consistency checks: Identifies contradictions, duplicated logic, and seams between slices to ensure the full phase works as a cohesive whole.
- Consolidated reporting: Compiles findings into a clear report split into blockers (must fix before sign-off) and non-blockers, with escalation paths for cross-cutting design issues.
Use case: For example, after implementing a 4-slice payment processing phase, run this audit to catch mismatched data shapes across slices and missing acceptance criteria coverage before marking the phase complete.
Quick Start
Use the phase-audit skill to review all slices of the completed <your-phase-name> phase against its specification and generate a consolidated audit report with blocker and non-blocker findings.