What problem does it solve?
When an agent finishes all tasks in a spec, there is no guarantee the combined implementation actually covers every requirement — decomposition gaps, partial implementations, and scope drift slip through. This Skill runs an independent completion review that checks spec compliance (not code quality) before a spec is allowed to close.
Core Features & Use Cases
- Multi-backend review dispatch: Routes the review to Codex CLI, GitHub Copilot CLI, Cursor CLI, RepoPrompt, or a host-native cross-family subagent, resolved via flag, env var, or config.
- Requirement coverage verification: Extracts every spec requirement and R-ID, maps them to the diff, and emits SHIP / NEEDS_WORK / NEEDS_HUMAN verdicts with receipts.
- Bounded fix loop with durable state: Automatically fixes findings and re-reviews up to a round cap, persisting terminal status, receipts, and review-round counters so interrupted runs resume safely.
- Use Case: After all tasks of spec fn-22 are marked done, run the completion review to confirm every acceptance criterion is implemented; on NEEDS_WORK it fixes gaps and re-reviews until SHIP or escalation.
Quick Start
Ask the agent to run the flow-next spec completion review for spec fn-22 before closing it.