gsd-progress

Summarize GSD workflow state and route the next action.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-progress-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-progress
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-progress
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-progress-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand where a GSD workflow stands, what has already been completed, and what should happen next without manually hunting through project files.

Core Features & Use Cases

  • Progress reporting: Summarizes recent work and current project state so you can regain situational awareness fast.
  • Next-step routing: Automatically identifies the most logical follow-up action, including advancing to the next workflow phase or dispatching a freeform request.
  • Workflow coordination: Supports standard progress checks, next-step execution, and intent-based dispatch for structured GSD projects.
  • Use case: A developer asks for an update on a planning workflow and wants the assistant to decide whether to continue execution, gather input, or move to the next phase.

Quick Start

Use the gsd-progress skill to check the current workflow state and route me to the next best action.

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 step in a structured development workflow?

You can check project progress and route the next step by applying a GSD workflow skill that summarizes recent work, detects phase completion, and dispatches the appropriate follow-up action using your workflow context files.

How does automated next-step routing work for development planning?

Automated next-step routing works by evaluating workflow context files to detect phase completion, then choosing the appropriate follow-up step such as advancing to the next workflow phase or dispatching a freeform request.

Do I need workflow context files to track project state and detect phase completion?

Yes, you need workflow context files and routing logic to track project state and detect phase completion. These files provide the necessary structured project data for the skill to summarize state and choose the appropriate follow-up step.

What is the best way to regain situational awareness of a structured development project?

The best way to regain situational awareness is to run a progress reporting check that summarizes recent work and your current project state, helping you quickly understand what has already been completed without manually hunting through files.

Can I use intent dispatch to choose the next action in a GSD workflow?

Yes, you can use intent dispatch to choose the next action in a GSD workflow. The skill supports intent-based dispatch to automatically decide whether to continue execution, gather input, or move to the next phase.