gsd-manager

Manage milestone phases from a terminal with a live status dashboard.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/rkz91/coco --skill gsd-manager-rkz91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-manager
Source: https://github.com/rkz91/coco/tree/main/systems/gsd/skills/gsd-manager
Command: npx skills add https://github.com/rkz91/coco --skill gsd-manager-rkz91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing milestone work across multiple phases from a single terminal, with a live status dashboard and automated dispatch to parallel workers.

Core Features & Use Cases

  • Single-terminal milestone dashboard showing status for all phases.
  • Recommends next actions and dispatches work to background Task agents via the Skill integration.
  • Reads milestone context from .planning/STATE.md and .planning/ROADMAP.md to determine phase progression.

Quick Start

Run the manager workflow from your environment to initialize the milestone and launch the dashboard.

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 milestone phases from a single terminal?

You can manage multiple milestone phases from a single terminal by using a dashboard that reads your planning files and dispatches background tasks to parallel workers. It tracks progress and recommends next actions across all active phases.

How does a milestone dashboard track parallel phase work?

The milestone dashboard tracks parallel phase work by reading milestone context directly from your planning files and dispatching work to background Task agents. It provides live status updates and recommends next actions for each phase.

What planning files do I need to set up before tracking milestone progression?

You need to create .planning/STATE.md and .planning/ROADMAP.md files to define your milestone context. The manager reads these specific planning files to determine phase progression and dispatch work accurately.

Can I trigger background tasks automatically across different project phases?

Yes, you can trigger background tasks automatically across different project phases. The manager dispatches work to background Task agents via its integration, allowing parallel execution while you monitor progress from a single terminal dashboard.

What is the best way to coordinate parallel workers without switching terminal windows?

The best way to coordinate parallel workers without switching windows is using a single-terminal dashboard that centralizes phase status. It applies to power users needing to track progress and trigger background tasks across multiple phases simultaneously.

When should I not use a single-terminal workflow manager for milestone tracking?

You should not use a single-terminal workflow manager if your project lacks defined planning files like STATE.md and ROADMAP.md. It requires structured milestone context to determine phase progression and dispatch background Task agents effectively.