milestone-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Project teams lack a structured way to evaluate milestone readiness, forcing ad-hoc decisions about scope cuts, deadline risk, and release readiness without consolidated evidence. ## Core Features & Use Cases - Milestone Review Generation: Aggregates sprint reports, milestone definitions, and codebase health markers (TODO/FIXME/HACK counts) into a structured review document. - Go/No-Go Assessment: Produces a GO, CONDITIONAL GO, or NO-GO recommendation informed by velocity analysis, risk registers, and an optional producer subagent verdict. - Scope Recommendations: Classifies features into protect, at-risk, and cut-candidate buckets to guide deadline decisions. - Use Case: At the end of a release cycle, run the review to see which features are complete, how bug counts and test coverage look, and whether the milestone should ship on time. ## Quick Start Use the milestone-review skill to generate a full progress review for the current milestone with a go/no-go recommendation.

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?

Invoke the 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 tables and a go/no-go recommendation.

What does a go/no-go milestone assessment include?

The assessment includes feature completeness tables, open bug counts by severity, test coverage, velocity analysis across sprints, risk register status, and scope cut recommendations. It concludes with a GO, CONDITIONAL GO, or NO-GO recommendation plus action items.

What review modes does milestone-review support?

Three modes exist: full, lean, and solo. Set the mode with --review [full|lean|solo] or via production/review-mode.txt; the default is lean. Only full mode spawns the producer subagent for a PR-MILESTONE risk verdict.

Can the milestone review be saved to a file?

Yes. After presenting the review, the skill asks for permission to write it to production/milestones/[milestone-name]-review.md, creating the directory if needed. Declining stops the workflow without writing.

When should I use a milestone review versus a phase gate check?

Use milestone-review at milestone checkpoints to evaluate feature completeness and deadline readiness. If the milestone also marks a development phase boundary, follow up with the gate-check skill for a formal phase gate verdict.