What problem does it solve?
It prevents a coding mission from being marked complete when the changes only partially satisfy the objective, missing acceptance criteria, or failing broader verification.
Core Features & Use Cases
- Objective-to-diff reconciliation: Re-reads the objective and active steers, then inspects the diff for scope creep, missing required pieces, and leftover TODOs.
- Broad verification gate: Runs the project’s relevant full test/verification command (plus static checks when applicable) and treats failures as evidence that work must continue.
- Structured verdict reporting: Emits a trusted mission-report indicating whether to proceed to done, continue toward the goal, or stop if blocked by missing context.
Quick Start
Use the mission-review sub-skill to produce a mission-report that verdicts complete, continue, or blocked after comparing the objective and steered requirements against the current diff and verification results.