gsd-manager

Coordinate multi-phase milestone work from a terminal dashboard.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-manager-gesmith0606
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-manager
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-manager
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-manager-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently coordinate work across multiple project phases from a single terminal by providing a live dashboard, status indicators, and automated task dispatch.

Core Features & Use Cases

  • Single-terminal dashboard with status for all phases and phase-to-phase dependencies
  • Recommends optimal next actions and dispatches work to background Task agents
  • Reads milestone context from ROADMAP.md and STATE.md to bootstrap workflows; integrates with existing GSD commands via Skill() and background tasks

Quick Start

Run the gsd-manager in your milestone directory to initialize the dashboard and start coordinating phases.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I coordinate multi-phase project milestones from a single terminal?

Multi-phase milestone coordination is handled by a single-terminal dashboard that reads ROADMAP.md and STATE.md to track phase dependencies, recommend next actions, and dispatch tasks to background agents.

What do I need to set up before running a workflow dashboard for milestone tracking?

Milestone tracking needs an active milestone directory containing ROADMAP.md and STATE.md files to bootstrap the dashboard, read phase directories, and dispatch work via existing GSD commands.

Can I automate task dispatch across project phases in the background?

Automated task dispatch sends work to background Task agents via existing GSD commands. The dashboard recommends optimal next actions and dispatches tasks across phases without blocking the terminal.

How does real-time status tracking work for phase-to-phase dependencies?

Real-time status tracking works by reading phase directories to display live dashboard indicators for phase-to-phase dependencies. It monitors background task progress and updates STATE.md as work advances.

What's the best way to visualize project workflow phases and milestone progress?

Visualizing workflow phases is done through a single-terminal dashboard that reads ROADMAP.md to display live status indicators across phases, show dependencies, and recommend optimal next actions for milestone planning.