gsd-progress

Summarize current phase, completed tasks, and next actions from STATE.md, ROADMAP.md, and PLAN.md.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-progress-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-progress
Source: https://github.com/alo-exp/silver-bullet/tree/main/.forge/skills/gsd-progress
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill gsd-progress-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Progress tracking for AI-assisted software projects, summarizing the current phase, completed tasks, and next actions.

Core Features & Use Cases

  • Reads planning state from STATE.md and roadmaps from ROADMAP.md to compute remaining work.
  • Generates a structured progress report showing the current phase, blockers, and next steps.
  • Use Case: A product or engineering manager uses it to align teams before reviews and releases.

Quick Start

Generate a real-time progress report for the current project.

Frequently Asked Questions about gsd-progress

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

FAQPage Schema
How do I track project progress from STATE.md and ROADMAP.md files?

Project progress tracking works by reading STATE.md and ROADMAP.md files to compute remaining work, extracting the current phase and completed tasks to generate a structured progress report. It summarizes actionable next steps for your software engineering workflow.

What is the best way to generate a progress report for AI-assisted software engineering?

The best way to generate a progress report for AI-assisted software engineering is by parsing planning states and roadmaps. The Skill reads phase-based gates and planning files to output a structured report showing current phase, blockers, and next actions.

How does phase-based progress tracking work for development roadmaps?

Phase-based progress tracking works by读取planning state and roadmap files to identify the current phase, evaluate completed tasks, and calculate remaining work. It then formats this data into an actionable report highlighting blockers and next steps.

Do I need a PLAN.md file to report current project tasks and next actions?

You do not need a PLAN.md file to report current project tasks; the Skill reads STATE.md and ROADMAP.md as primary sources. However, it also reads PLAN.md when present to enhance the structured progress report.

Can I use this to align teams before release reviews using planning files?

Yes, you can use this to align teams before release reviews using planning files. Product and engineering managers use it to read project state and roadmaps, generating a structured report of the current phase and next steps to ensure team alignment.