milestone-review

Generate milestone readiness reviews with feature completeness, quality metrics, and risk assessment.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill milestone-review-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/milestone-review
Command: npx skills add https://github.com/imgamer/AILearn --skill milestone-review-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams quickly assess whether a milestone is on track by consolidating milestone definitions, sprint reports, codebase health signals, and risk-register information into a single readiness review.

Core Features & Use Cases

  • Comprehensive readiness review: Produces a structured report covering feature completeness, quality metrics, code health signals (TODO/FIXME/HACK), and risk assessment for the selected milestone.
  • Go/No-Go decisioning: Recommends GO / CONDITIONAL GO / NO-GO and, in full mode, incorporates an additional producer risk assessment from the PR-MILESTONE gate.
  • Checkpoint-friendly workflow: Works at milestone checkpoints or when evaluating readiness for a milestone deadline, including a lean/solo mode to tailor the depth of review.

Quick Start

Run the milestone review with the current checkpoint in lean mode: milestone-review current --review lean

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I assess project readiness and make a go/no-go decision for a milestone checkpoint?

A milestone readiness review assesses project readiness by consolidating sprint reports, codebase health markers like TODO/FIXME signals, and risk-register status to output a structured GO, CONDITIONAL GO, or NO-GO recommendation.

What is a milestone readiness review and what data does it evaluate?

A milestone readiness review evaluates project readiness by combining milestone definitions, sprint progress reports, codebase health markers, and risk-register status to produce a comprehensive go/no-go decision output.

How do I track technical readiness and code health signals for a sprint milestone?

You can track technical readiness by scanning the codebase for TODO, FIXME, and HACK signals during a milestone review, combining these code health markers with sprint progress and risk assessment to evaluate overall readiness.

Can I run a lean milestone review for solo project tracking without full risk assessment?

Yes, you can run a lean review for solo project tracking by using lean mode, which tailors the depth of the milestone readiness evaluation without invoking the full producer risk assessment gate.

Does the milestone readiness review work with existing sprint reports and risk registers?

Yes, the milestone readiness review works by parsing production milestone inputs and combining existing sprint reports with risk-register status to generate a comprehensive checkpoint evaluation.

What is the difference between lean mode and full mode for milestone readiness evaluations?

Lean mode provides a tailored depth of milestone review for solo tracking, while full mode additionally invokes a PR-MILESTONE producer gate to incorporate an extra layer of producer risk assessment into the final go/no-go recommendation.