milestone-review

Generate milestone progress reviews from sprint data and code health markers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams assess whether a milestone is complete and safe to ship by turning scattered sprint reports, codebase health signals, and risk tracking into a structured go/no-go decision.

Core Features & Use Cases

  • Milestone readiness review: Combines milestone definitions, sprint reports, TODO/FIXME/HACK scanning, and risk-register checks into a comprehensive progress document.
  • Quality and risk scoring: Produces feature completeness breakdowns plus quality metrics (bug levels, coverage, performance notes) and a risk assessment table.
  • Go/No-Go with optional producer verdict: In full mode, spawns a producer assessment via the PR-MILESTONE gate and optionally enforces user confirmation when the producer verdict is OFF TRACK or AT RISK.

Quick Start

Run milestone-review at the current checkpoint in lean mode to generate an actionable readiness report without the producer verdict.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I decide milestone readiness before a release?

Decide milestone readiness by combining sprint reports, codebase health signals, and risk tracking into a structured go/no-go decision. This aggregates feature completeness, quality metrics, and risk assessments to verify if a milestone is complete and safe to ship.

What is a go/no-go decision process for project governance?

A go/no-go decision process for project governance evaluates release readiness by scanning code health markers like TODOs and FIXMEs alongside the risk register. It generates a comprehensive milestone progress review to ensure deadline-driven checkpoints are safe to ship.

How do I run a milestone review in lean mode for sprint reporting?

Run a milestone review in lean mode to generate an actionable readiness report without spawning a producer verdict. This requires parsing arguments for milestone selection and review mode, outputting progress data quickly for current sprint reporting.

Does milestone review work with risk assessment and code health scanning?

Yes, milestone review works with risk assessment and code health scanning by integrating TODO, FIXME, and HACK markers alongside the risk register. It produces feature completeness breakdowns and quality metrics to evaluate project governance.

When should I use full mode versus lean mode for release readiness evaluations?

Use full mode for release readiness evaluations when you need a producer assessment via the PR-MILESTONE gate, enforcing user confirmation if the verdict is OFF TRACK or AT RISK. Use lean mode for faster reporting without the producer verdict.

What is the best way to assess release readiness across multiple sprints?

The best way to assess release readiness across multiple sprints is generating a comprehensive milestone progress review. Combining sprint data, code health scanning, and risk register checks provides a structured go/no-go decision for deadline-driven checkpoints.