gsd-manager

Manage milestones across phases with status updates and GSD command dispatch.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill gsd-manager-zerada
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-manager
Source: https://github.com/zerAda/RestaurantAgentAutomation/tree/main/.agent/skills/gsd-manager
Command: npx skills add https://github.com/zerAda/RestaurantAgentAutomation --skill gsd-manager-zerada

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing complex milestones across multiple phases, providing a centralized command center for users to oversee and coordinate their projects efficiently.

Core Features & Use Cases

  • Dashboard Overview: Visual status indicators for all phases within a milestone.
  • Action Recommendations: Suggests optimal next actions for each phase.
  • Parallel Work Coordination: Allows users to discuss one phase while another is planned or executed in the background.
  • GSD Commands Dispatching: No direct file creation, instead dispatches to existing GSD commands and background Task agents.
  • Status Reading: Reads .planning/STATE.md, .planning/ROADMAP.md, and phase directories for real-time status updates.

Quick Start

To manage a milestone, activate the gsd-manager skill in your terminal.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I manage milestones across multiple project phases from one terminal?

To manage milestones across multiple project phases from one terminal, you can use a centralized command center that reads `.planning/STATE.md` and `ROADMAP.md` to provide real-time status updates and coordinate parallel work.

Can I coordinate parallel project phases without switching terminal contexts?

Yes, you can coordinate parallel project phases without switching contexts by discussing one phase while another is planned or executed in the background, dispatching actions to existing GSD commands and background Task agents.

How does milestone management track phase status and recommend next actions?

Milestone management tracks phase status by reading real-time data from `.planning/STATE.md`, `.planning/ROADMAP.md`, and phase directories, then generating dashboard overviews with visual indicators and optimal action recommendations for each phase.

Do I need existing GSD commands to execute phase tracking actions?

Yes, you need existing GSD commands because the central command center does not perform direct file creation, but instead dispatches execution to those existing GSD commands and background Task agents to carry out the recommended phase actions.

What is the best way to get a visual dashboard overview of project milestones?

The best way to get a visual dashboard overview of project milestones is to activate a terminal-based command center that reads your `.planning` directory structure and generates visual status indicators for all phases within a milestone.

Why does phase tracking require reading `.planning/STATE.md` and `ROADMAP.md` files?

Phase tracking requires reading `.planning/STATE.md` and `ROADMAP.md` files to provide real-time status updates and accurate action recommendations, ensuring the centralized terminal dashboard reflects the actual current state of all project phases.