milestone-review

Generates milestone progress reviews with feature completeness, quality metrics, and go/no-go recommendations.

13|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/frabcd/codex-ai-game-studio --skill milestone-review-frabcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/frabcd/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/milestone-review
Command: npx skills add https://github.com/frabcd/codex-ai-game-studio --skill milestone-review-frabcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams approaching a milestone deadline often lack a consolidated, evidence-based view of feature completeness, code health, and risk, making go/no-go decisions subjective and error-prone. ## Core Features & Use Cases - Milestone Review Generation: Aggregates sprint reports, milestone definitions, and codebase health markers (TODO, FIXME, HACK) into a structured review document. - Go/No-Go Assessment: Produces a GO, CONDITIONAL GO, or NO-GO recommendation informed by velocity analysis, risk register status, and scope cut candidates. - Producer Risk Gate: In full review mode, spawns a producer subagent (PR-MILESTONE gate) whose ON TRACK / AT RISK / OFF TRACK verdict shapes the final recommendation with explicit user confirmation. - Use Case: Before a vertical slice deadline, run the review to see which features are partially complete, how many S1 bugs remain open, and whether the milestone should ship, slip, or cut scope. ## Quick Start Ask the assistant to run a milestone review for the current milestone and report the go/no-go recommendation with supporting evidence.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I generate a milestone progress review for a game project?

Invoke the milestone-review skill with a milestone name or 'current' to use the most recently modified milestone file. It reads sprint reports and milestone definitions from the production directory, then outputs a structured review with completeness, quality, and risk sections.

What is a go/no-go assessment in milestone reviews?

A go/no-go assessment is a readiness verdict recommending GO, CONDITIONAL GO, or NO-GO for a milestone deadline. It is based on feature completeness, open bug counts, velocity trends, and risk register status, with conditions listed when the recommendation is conditional.

What review modes does milestone-review support?

Three modes are supported: solo, lean, and full. Solo and lean skip the producer PR-MILESTONE gate, while full spawns a producer subagent whose ON TRACK, AT RISK, or OFF TRACK verdict shapes the go/no-go recommendation. The mode is set via --review flag or production/review-mode.txt.

Where does the milestone review get saved?

After presenting the review, the skill asks for permission to write it to production/milestones/[milestone-name]-review.md, creating the directory if needed. If the user declines, no file is written and the run ends with a BLOCKED verdict.

What inputs does a milestone review require?

It requires milestone definition files in production/milestones/, sprint reports in production/sprints/, and optionally a risk register at production/risk-register/. It also scans the codebase for TODO, FIXME, and HACK markers to assess code health.