milestone-review

Combine milestone definitions, sprint reports, code signals, and risk register into a Go/No-Go review.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/easonlao/jiazi-game --skill milestone-review-easonlao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/easonlao/jiazi-game/tree/main/.claude/skills/milestone-review
Command: npx skills add https://github.com/easonlao/jiazi-game --skill milestone-review-easonlao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of uncertainty during milestone deadlines by turning scattered sprint updates and code signals into a structured readiness review you can act on.

Core Features & Use Cases

  • Comprehensive milestone progress review: Produces a single document covering feature completeness, quality metrics, code health, velocity analysis, and risk assessment.
  • Mode-based producer risk assessment: In full mode, it triggers a producer verdict via a formal gate, while lean/solo modes present the Go/No-Go section without a producer verdict.
  • Evidence-driven codebase scanning: Detects TODO, FIXME, and HACK markers and evaluates the project’s risk register to surface hidden delivery risks.

Quick Start

Run the milestone-review skill for milestone "current" in lean mode to generate an actionable readiness report and 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 readiness review for an ongoing development project?

Generate a milestone readiness review by combining milestone definitions, sprint reports, codebase TODO/FIXME/HACK signals, and risk register entries into a structured assessment with a Go/No-Go recommendation. You can target the current milestone or a named one for deterministic review checkpoints.

What is a Go/No-Go milestone review and what evidence does it evaluate?

A Go/No-Go milestone review is an evidence-based readiness assessment that reduces deadline uncertainty. It evaluates feature completeness, quality metrics, code health, velocity analysis, and risk assessment by scanning codebase markers and risk registers to produce a decisive recommendation.

Can I run a milestone review in lean mode without a producer risk evaluation?

Yes, you can run a milestone review in lean or solo mode to present the Go/No-Go section without a producer verdict. Full mode triggers a formal producer risk evaluation gate for a more comprehensive assessment of project readiness.

Does the milestone review process detect hidden delivery risks in the codebase?

The milestone review process detects hidden delivery risks by scanning the codebase for TODO, FIXME, and HACK markers. It also evaluates the project's risk register to surface underlying issues that might impact the milestone deadline.

What's the best way to document and save a project milestone assessment?

Document a milestone assessment by saving the generated readiness review output to production/milestones/<milestone>-review.md upon user approval. This ensures the structured assessment and Go/No-Go recommendation are archived for future reference.

When do I need a full mode milestone review instead of a lean assessment?

You need a full mode milestone review when a comprehensive assessment with a producer risk verdict is required at a formal checkpoint. Lean or solo modes suffice for quick readiness checks without triggering the formal producer evaluation gate.