milestone-review

Compiles milestone readiness data into a formal review document.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/solace-ill/vector-flow --skill milestone-review-solace-ill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/solace-ill/vector-flow/tree/main/.claude/skills/milestone-review
Command: npx skills add https://github.com/solace-ill/vector-flow --skill milestone-review-solace-ill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Milestone-review automates the generation of comprehensive milestone progress reports, consolidating feature completeness, quality metrics, risk assessments, and go/no-go recommendations to reduce manual overhead at checkpoints.

Core Features & Use Cases

  • Load milestone data from production/milestones and determine the current milestone when "current" is specified.
  • Scan codebase health indicators (TODO, FIXME, HACK) and maintain a risk register to surface issues.
  • Generate a formal Milestone Review document with sections for overview, feature status, quality metrics, risk assessment, velocity, and value trade-offs.
  • Conduct Phase Gate style Go/No-Go decisions with producer risk assessment (when full mode is used) and document action items.
  • Persist reviews to production/milestones/[milestone-name]-review.md and support next-step gating.

Quick Start

Run milestone-review with a milestone name to generate a complete readiness report.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I automate milestone readiness reviews and go/no-go decisions?▼

Automate milestone readiness reviews by compiling feature completeness, quality metrics, and risk assessments into a formal document with go/no-go recommendations. It loads milestone data and sprint reports to evaluate progress and decide on phase gate approvals.

What is the best way to generate a formal milestone review document with quality metrics and risk assessment?▼

Generate a formal milestone review document by scanning codebase health indicators like TODO, FIXME, and HACK markers alongside a risk register. The resulting report includes sections for feature status, quality metrics, velocity, and value trade-offs to support go/no-go decisions.

How do I prepare for a phase gate go/no-go decision with producer risk assessment?▼

Prepare for phase gate go/no-go decisions by running a full mode review that includes producer risk assessment. This evaluates feature completeness and documented action items, persisting the results to a markdown file to support next-step gating.

Can I automatically scan codebase health indicators like TODO and FIXME for milestone checkpoints?▼

Automatically scan codebase health indicators including TODO, FIXME, and HACK markers during milestone checkpoints. The scan surfaces potential issues and maintains a risk register to evaluate readiness for deadline evaluations.

Does milestone review support loading sprint reports and current milestone data automatically?▼

Milestone review supports loading sprint reports and milestone data from production directories. It determines the current milestone when specified, combining this data with health scans to generate a comprehensive readiness evaluation.

How are completed milestone reviews persisted for next-step gating?▼

Completed milestone reviews are persisted to a markdown file in the production milestones directory. This formal document supports next-step gating by documenting overview, feature status, velocity, and action items for downstream decisions.