mission-review

Reconcile mission objectives and steers against diffs and test results.

Updated May 22, 2026
One-click install
npx skills add https://github.com/MathieuDoyon/mission --skill mission-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-review
Source: https://github.com/MathieuDoyon/mission/tree/main/.claude/skills/mission-review
Command: npx skills add https://github.com/MathieuDoyon/mission --skill mission-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about mission-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an autonomous coding mission is complete before marking it done?

Mission completion verification requires reconciling the original objective against the current diff and running broad test verification. This process inspects for scope creep, missing required pieces, and leftover TODOs to ensure changes fully satisfy acceptance criteria.

What is a quality gate for orchestrated coding missions?

A quality gate for orchestrated coding evaluates whether a mission is truly done by comparing the diff against active steers and running full test commands. It produces a structured verdict indicating whether to proceed, continue, or stop due to missing context.

How do I check code diffs against acceptance criteria automatically?

Automated diff analysis re-reads the objective and active steers, then inspects the diff for scope creep and missing required pieces. It runs the project's full verification command and treats any test failures as evidence that work must continue.

When should I run a mission review checkpoint during autonomous coding?

Run a mission review checkpoint when completion is plausible, after meaningful changes land in the diff, or optionally after related delegated TDD work finishes. This ensures the objective and steered requirements are met before finalizing.

How does test verification work during a coding mission review?

Test verification during mission review runs the project's relevant full test command alongside static checks when applicable. Verification outcomes are captured and any failures are treated as evidence that the coding mission must continue rather than complete.

What happens if a coding mission is blocked by missing context during review?

When a mission review detects missing context or failed verification, it emits a blocked verdict in the mission-report. The orchestrator is then directed to stop and follow the recommended next step rather than marking the mission complete.