gsd-progress

Report GSD project progress and route next actions via flags.

Updated May 21, 2026
One-click install
npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-progress-jedmamosto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-progress
Source: https://github.com/jedmamosto/m-and-ms/tree/main/.agents/skills/gsd-progress
Command: npx skills add https://github.com/jedmamosto/m-and-ms --skill gsd-progress-jedmamosto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves project uncertainty by showing current progress and recommending or dispatching the next workflow action in a unified GSD command system.

Core Features & Use Cases

  • Situational progress reporting: Summarizes what’s done and what remains, then routes you onward without manual guesswork.
  • Mode-based execution: Runs an end-to-end progress check by default, advances automatically with --next, or dispatches intent via --do.
  • Integrity auditing: Adds a post-report 6-check integrity audit when you use --forensic.

Quick Start

Run the skill with no flags to get a progress report and an intelligently routed next step based on the project’s current state.

Frequently Asked Questions about gsd-progress

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

FAQPage Schema
How do I check project progress and route the next workflow action automatically?

Project progress routing analyzes your current state files to summarize completed work and dispatch the next workflow action automatically. It reads STATE.md and ROADMAP.md to eliminate manual guesswork when advancing project phases.

How does automated intent dispatching work for freeform workflow requests?

Automated intent dispatching routes freeform requests by selecting the appropriate workflow path based on your project's current state. Using the --do flag directs the system to parse your request and execute the matching targeted workflow.

What is a project state integrity audit and when do I need to run one?

A project state integrity audit runs a 6-check validation across your project state files and phase directories to verify consistency. You need it when advancing phases or investigating workflow state discrepancies using the --forensic flag.

Can I advance workflow phases automatically without manually selecting the next step?

You can advance workflow phases automatically by running the progress check with the --next flag. This mode reads your current project state and intelligently routes you to the subsequent phase without manual step selection.

What project files are required to execute a GSD progress review?

Executing a GSD progress review requires STATE.md and ROADMAP.md files, along with structured phase directories. These project state files provide the necessary context for status reporting and workflow routing decisions.

Does workflow routing support both software execution and general phase advancement scenarios?

Workflow routing supports both software execution and general phase advancement scenarios by preserving routing logic from target workflows. It handles freeform requests and applies integrity audits across various project state configurations.