gsd-manager

Manage milestone phases via a single-terminal interface with GSD commands.

Updated May 28, 2026
One-click install
npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-manager-sensliao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-manager
Source: https://github.com/SensLiao/Claude-code-setting/tree/main/skills/gsd-manager
Command: npx skills add https://github.com/SensLiao/Claude-code-setting --skill gsd-manager-sensliao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a single-terminal command center for managing multiple phases of a milestone, enhancing productivity for power users by allowing parallelization of work across phases.

Core Features & Use Cases

  • Single-terminal Dashboard: Offers a visual overview of all phases with status indicators.
  • Action Recommendations: Suggests optimal next actions based on current milestone status.
  • Work Dispatching: Dispatches work to background agents for planning or execution.
  • GSD Commands Integration: Dispatches to existing GSD commands via Skill() and background Task agents.
  • Project Context: Reads project status from .planning/STATE.md and .planning/ROADMAP.md.

Quick Start

Manage your milestone using the gsd-manager skill with the command 'gsd-manager'.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I manage milestone phases from a single terminal?

Milestone phase management from a single terminal provides a visual dashboard for status monitoring, recommends optimal next actions, and dispatches work to background agents for parallel execution.

How do I track project context for milestone management using markdown files?

Milestone management reads project context by resolving status from the `.planning/STATE.md` file and roadmap data from the `.planning/ROADMAP.md` markdown files to monitor phase progress.

Can I dispatch work to background agents for project planning?

Yes, work dispatching sends planning or execution tasks to background Task agents, allowing you to parallelize work across multiple milestone phases simultaneously without blocking the terminal.

Does gsd-manager integrate with existing GSD commands?

The gsd-manager integrates with GSD commands by dispatching actions via the Skill() function, routing execution directly to your existing command infrastructure and background agents.

What is the best way to monitor multiple project phases at once?

The best way to monitor multiple project phases is using a single-terminal dashboard that provides a visual overview with status indicators and action recommendations based on current milestone status.

Do I need to set up a specific project structure before using milestone management?

Yes, milestone management requires establishing a `.planning/` directory containing `STATE.md` and `ROADMAP.md` markdown files to provide the project context necessary for status monitoring and work dispatching.