What problem does it solve?
This skill eliminates the risk of implementing flawed rewritten specs by running an independent, context-free review of design changes before development starts, catching coherence gaps, missing invariants, and misalignment with system direction that the original design team overlooked.
Core Features & Use Cases
- Independent Fresh-Eyes Review: Dispatches an isolated spec-cohesion-reviewer agent with no inherited design context to catch blind spots the original team missed.
- Automated Repair Loop: Automatically drives the rewrite-specs skill to fix Issues Found findings, re-reviewing each pass until the design is approved, incoherent, or hits the max pass limit.
- Use Case: After rewriting specs for a new authentication flow on a design/auth-v2 branch, run this skill to confirm the rewrite is coherent and aligned with system invariants before starting implementation.
Quick Start
Use the validate-rewrite skill to review the rewritten specs on your active design branch to confirm they are ready for implementation.