gsd-manager

Manage GSD milestone phases from a terminal dashboard using ROADMAP.md and STATE.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BeiBei-Clic/ai-skills --skill gsd-manager-beibei-clic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-manager
Source: https://github.com/BeiBei-Clic/ai-skills/tree/main/gsd-manager
Command: npx skills add https://github.com/BeiBei-Clic/ai-skills --skill gsd-manager-beibei-clic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of juggling multiple project phases across different GSD commands and losing track of what to do next when work is spread out.

Core Features & Use Cases

  • Phase dashboard & visual status: Presents all phases for a milestone with clear progress indicators so you can see what’s done, what’s blocked, and what’s next.
  • Recommended next actions: Suggests the optimal next step based on the milestone’s roadmap and current state.
  • Inline discussion + background planning/execution: Keeps you in one terminal while planning or execution runs as background agents, so you can discuss and iterate without switching workflows.

Quick Start

Run gsd-manager with an active milestone that has ROADMAP.md and STATE.md in place, and then follow the on-screen dashboard recommendations to manage and dispatch phases.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I manage multiple project phases from a single terminal dashboard?

To manage multiple project phases from a single terminal dashboard, use a milestone coordinator that reads your local ROADMAP.md and STATE.md files to display visual progress and dispatch work. This allows you to track what is done, blocked, and next across concurrent workflows.

Can I run planning and execution concurrently without switching terminal windows?

Yes, you can run planning and execution concurrently without switching windows by dispatching work to background Task agents. This keeps you in your current terminal session while background agents handle the orchestration, allowing inline discussion and iteration.

What do I need to start tracking milestone progress using local planning files?

To start tracking milestone progress using local planning files, you need an active milestone directory containing a ROADMAP.md and a STATE.md file. The dashboard reads these files to present phase status and recommend the optimal next action.

What is the best way to coordinate work orchestration across different phases of a project roadmap?

The best way to coordinate work orchestration across a project roadmap is to use a centralized dashboard that reads your milestone state and dispatches tasks to existing GSD commands. It analyzes your roadmap to suggest next steps and visually indicates phase completion and blockers.

Does the gsd-manager dependency analysis feature require any special flags to run?

Yes, the gsd-manager dependency analysis feature requires the --analyze-deps flag to run. When provided, it optionally runs dependency analysis alongside dispatching work to background agents and coordinating your milestone phases.

When should I not use a single terminal dashboard for task planning and phase management?

You should not use a single terminal dashboard for task planning if your milestone lacks the required ROADMAP.md and STATE.md planning files. The dashboard depends on reading these local files to track phase status and recommend next actions.