gsd-manager

Coordinate milestone phases, dependencies, and next actions from a terminal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you coordinate a milestone from a single terminal without constantly switching between planning docs, status views, and execution tools.

Core Features & Use Cases

  • Dashboard-driven management: Summarizes phases, dependencies, and progress so you can see the whole milestone at a glance.
  • Discussion and execution routing: Keeps some work inline while dispatching planning or execution into background agents when appropriate.
  • GSD workflow integration: Reads project planning files such as STATE.md and ROADMAP.md, then uses the workflow contract to guide next actions.
  • Use case: A developer can open a milestone, inspect phase status, ask for next-step recommendations, and launch parallel work without leaving the terminal.

Quick Start

Invoke the gsd-manager skill with your milestone context and let it initialize the dashboard for the active project.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I track milestone progress and phase status from a single terminal?

Milestone progress tracking from a single terminal is done by reading planning artifacts like ROADMAP.md and STATE.md to surface phase status, dependencies, and next actions in a unified dashboard.

Can I dispatch background agents for parallel work without leaving the terminal?

Dispatching background agents for parallel work is supported through execution routing, which sends planning or execution tasks to background agents while keeping other work inline.

Do I need ROADMAP.md and STATE.md files to use terminal-based workflow orchestration?

ROADMAP.md and STATE.md files are required for terminal-based workflow orchestration, as the dashboard reads these planning artifacts to guide next actions and integrate with the GSD workflow.

How does milestone management handle next-step recommendations in multi-phase workflows?

Next-step recommendations in multi-phase workflows are generated by applying the GSD workflow contract to the current phase status and dependency data extracted from your project planning files.

What is the best way to manage multi-phase development workflows without switching tools?

Managing multi-phase development workflows without switching tools is achieved by using a terminal dashboard that summarizes phases, dependencies, and progress, dispatching work to background agents as needed.