milestone-review

Generate structured milestone reviews from sprint reports and risk data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a structured milestone review by aggregating milestone definitions, sprint progress, code health signals, and risk data to reveal readiness and gaps.

Core Features & Use Cases

  • Reads milestone definitions from production/milestones/ to determine scope and targets.
  • Aggregates sprint reports from production/sprints/ for all sprints within the milestone to assess progress and velocity.
  • Scans the codebase for TODO, FIXME, and HACK markers to surface incomplete work and technical debt.
  • Checks the risk register at production/risk-register/ to surface top risks, mitigations, and residual risk.
  • Generates a comprehensive milestone review with a ready-to-share markdown report including feature completeness, quality metrics, risk assessment, and go/no-go recommendations.

Quick Start

Invoke milestone-review with the target milestone name to generate the review.

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 for sprint progress and risk assessment?

You can automate milestone readiness reviews by consolidating milestone definitions, sprint velocity reports, code health markers, and risk register data into a structured markdown assessment with go/no-go recommendations.

What is included in an automated milestone review report?

A milestone review report includes feature completeness metrics, sprint velocity progress, code health markers like TODO and FIXME tags, top risks from the risk register, residual risk assessments, and go/no-go recommendations for deployment readiness.

How do I generate a milestone review for a specific production milestone?

Generate a milestone review by invoking the review process with the target milestone name, which reads milestone definitions from production directories and aggregates all related sprint and risk data into a comprehensive markdown report.

Can I assess technical debt and incomplete work during a milestone readiness evaluation?

Assess technical debt during milestone readiness evaluations by scanning the codebase for TODO, FIXME, and HACK markers, which surfaces incomplete work and technical debt alongside sprint velocity and risk data in the final review report.

Does milestone review work with existing sprint reports and risk registers?

Milestone review works directly with existing sprint reports from production directories and risk register entries, reading these data sources to aggregate progress, velocity, top risks, and mitigations into a consolidated readiness assessment.

When should I run a milestone review during the project lifecycle?

Run a milestone review at milestone checkpoints or during readiness evaluations to assess feature completeness, quality metrics, and residual risk before deployment, ensuring all sprint progress and code health markers are consolidated for go/no-go decisions.