milestone-review

Generate evidence-based milestone progress reviews from sprint reports and code health markers.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/scomofo/dragon-forge --skill milestone-review-scomofo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/scomofo/dragon-forge/tree/main/.agents/skills/milestone-review
Command: npx skills add https://github.com/scomofo/dragon-forge --skill milestone-review-scomofo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the uncertainty of milestone deadlines by turning scattered milestone definitions and sprint evidence into a structured, evidence-based progress review with explicit go/no-go guidance.

Core Features & Use Cases

  • Milestone-driven reporting: Loads the selected milestone definition from production/milestones/ and aggregates related sprint reports from production/sprints/ to reflect real progress.
  • Codebase health scanning: Detects TODO/FIXME/HACK markers and checks the project risk register in production/risk-register/ to surface incomplete work and systemic issues.
  • Go/No-Go with production gating: In full mode, runs a producer risk assessment via the PR-MILESTONE gate and incorporates the producer verdict into the final recommendation; in lean/solo modes, it omits the producer verdict per the workflow.

Quick Start

Run the milestone review for the current milestone using lean mode by asking your AI: “Generate a milestone-review for current using --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 conduct an evidence-based milestone review for project readiness?

A milestone go/no-go decision requires assessing feature completeness, code health, and risk register data to determine production gating readiness and provide explicit launch guidance based on sprint evidence.

How do I generate a go/no-go assessment using sprint evidence and code health scanning?

You generate a go/no-go assessment by loading milestone definitions and sprint report data from production directories, scanning TODO/FIXME/HACK markers, and evaluating the risk register to produce a structured progress review.

Can I run a milestone review without a producer risk assessment gate?

Yes, you can run a milestone review without a producer gate by using lean or solo review modes, which omit the producer risk assessment verdict and generate progress guidance based solely on sprint evidence and code health scanning.

What is the difference between full and lean review modes for milestone gating?

Full review mode executes a producer risk assessment via the PR-MILESTONE gate and incorporates the verdict into the final recommendation, whereas lean and solo modes omit the producer verdict to streamline milestone gating.

Does milestone readiness reporting work with existing risk register and sprint files?

Yes, milestone readiness reporting works with existing files by loading milestone definitions from production/milestones/, aggregating sprint reports from production/sprints/, and checking the risk register in production/risk-register/.