milestone-review

Generate milestone progress reviews with go/no-go recommendations from production files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nevesb/idol-agency-maker --skill milestone-review-nevesb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/nevesb/idol-agency-maker/tree/main/.claude/skills/milestone-review
Command: npx skills add https://github.com/nevesb/idol-agency-maker --skill milestone-review-nevesb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates evaluation of milestone readiness by consolidating feature completeness, quality metrics, risk assessment, and a producer-informed go/no-go recommendation to reduce manual aggregation and uncertainty at milestone checkpoints.

Core Features & Use Cases

  • Milestone aggregation: Loads milestone definitions and sprint reports from production directories to compute completion percentages, sprint velocity, and scope status.
  • Health and risk scanning: Searches the codebase for TODO/FIXME/HACK markers, inventories open bugs by severity, and consults the risk register to surface technical debt and high-impact issues.
  • Producer gate coordination: In full review mode, spawns the producer gate (PR-MILESTONE) as a Task, collects the producer verdict, and incorporates it into the Go/No-Go recommendation.
  • File output and workflow guidance: Presents a structured review, prompts to save the review to production/milestones, and recommends follow-up actions such as gate checks and sprint planning.

Quick Start

Run the milestone-review skill for the current milestone to generate a go/no-go recommendation and save the review to production/milestones when prompted.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I assess release readiness for a project milestone?▼

Assess release readiness by consolidating feature completeness, quality metrics, and risk registers into a go/no-go recommendation. This process scans code health markers and sprint velocity to reduce manual aggregation at milestone checkpoints.

What is a go/no-go decision in milestone review?▼

A go/no-go decision evaluates milestone readiness by combining feature completion percentages, open bug inventories, and code health markers. It optionally incorporates a producer gate verdict to determine if the milestone meets release criteria.

How do I scan code health and technical debt for a milestone checkpoint?▼

Scan code health by searching the codebase for TODO, FIXME, and HACK markers, then inventory open bugs by severity. Consulting the risk register surfaces technical debt and high-impact issues for the milestone review.

Can I automate sprint velocity analysis for milestone progress tracking?▼

Automate sprint velocity analysis by loading sprint reports from production directories to compute completion percentages and scope status. This aggregates milestone definitions into a structured progress review.

Do I need read access to production paths to generate a milestone review?▼

Read access to repository production paths is required to load milestone and sprint files. The ability to spawn tasks and write review files also needs explicit user confirmation before generating the output.

What's the best way to coordinate a producer gate for release readiness?▼

Coordinate a producer gate by spawning the PR-MILESTONE task in full review mode, collecting the producer verdict, and incorporating it into the final go/no-go recommendation for the milestone checkpoint.