milestone-review

Generate structured milestone progress reviews with go/no-go verdicts from sprint reports and risk assessments.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/johnatas-henrique/overdrive --skill milestone-review-johnatas-henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/johnatas-henrique/overdrive/tree/main/.opencode/skills/milestone-review
Command: npx skills add https://github.com/johnatas-henrique/overdrive --skill milestone-review-johnatas-henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking milestone progress, assessing risks, and making go/no-go decisions for agile development projects is time-consuming and prone to oversight, especially for complex projects like game development.

Core Features & Use Cases

  • Comprehensive Progress Aggregation: Compiles feature completeness, quality metrics, code health, and sprint velocity data into a single structured review.
  • Risk & Scope Analysis: Identifies at-risk features, cut candidates, and technical debt to inform scope decisions.
  • Use Case: For a 90s F1-style racing game milestone, this Skill can pull sprint reports, scan for TODO/FIXME markers, and generate a full review to determine if the milestone is ready to ship.

Quick Start

Use the milestone-review skill to generate a full progress review for the current game development milestone.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I automate a milestone review for an agile game development project?

Automating a milestone review involves aggregating sprint reports, code health markers, and feature completion metrics to generate a structured progress document. This skill compiles that data to deliver scope recommendations, velocity analysis, and conditional go/no-go verdicts.

What is a go/no-go decision in agile software development milestones?

A go/no-go decision is a conditional verdict on whether a milestone is ready to ship based on risk assessments and feature completeness. It is determined by analyzing sprint velocity, technical debt, and producer risk evaluations to decide if the project meets its checkpoint criteria.

Can I use sprint analysis to identify at-risk features and cut candidates for a release?

Sprint analysis can identify at-risk features and cut candidates by evaluating velocity and technical debt against the milestone scope. This skill scans code health markers and risk registers to highlight features that jeopardize the release, informing scope reduction decisions.

Does this milestone review process work for non-game agile software projects?

The milestone review process applies to game development and other agile project milestone checkpoints. As long as you can provide sprint reports, code health data, and feature completion metrics, it generates structured reviews with go/no-go verdicts for any software project.

How do code health markers like TODO and FIXME comments factor into a milestone risk assessment?

Code health markers like TODO and FIXME comments indicate technical debt and unfinished work, directly feeding into the milestone risk assessment. The skill scans for these markers to evaluate code stability and incorporate the findings into the final go/no-go verdict.

When should I not use an automated milestone progress review?

You should avoid automated milestone reviews if your project lacks structured sprint reports, code health metrics, or a defined risk register. The review process relies on aggregating these specific data points to produce accurate scope recommendations and conditional verdicts.