gsd-manager

Orchestrate multi-phase milestones from a terminal with a phase dashboard.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple milestone phases from a single terminal can be error-prone and time-consuming. This Skill centralizes phase status, planning, and action dispatch to reduce context switching and manual overhead.

Core Features & Use Cases

  • Visual dashboard of all phases with status indicators and dependency awareness.
  • Inline discussions and background task dispatch to run phases concurrently.
  • Reads milestone data from .planning/STATE.md and .planning/ROADMAP.md to guide work.

Quick Start

Launch the milestone dashboard by invoking the gsd-manager workflow in Claude Code.

Frequently Asked Questions about gsd-manager

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

FAQPage Schema
How do I coordinate multiple milestone phases from a single terminal?▼

You can coordinate multiple milestone phases by launching a visual dashboard that tracks phase statuses, dependencies, and recommended actions. It reads existing milestone data to centralize planning and action dispatch without creating new files.

How does a phase dashboard handle inline discussions and background task dispatch?▼

The phase dashboard enables inline discussions while dispatching background Task agents to execute or plan other phases concurrently. This power-user workflow parallelizes milestone phases to reduce manual context switching overhead.

Can I use my existing planning markdown files to track milestone status?▼

Yes, you can use existing planning markdown files. The workflow reads milestone data directly from .planning/STATE.md and .planning/ROADMAP.md to guide dashboard status indicators and dispatch work through existing commands.

What's the best way to visualize project phases and dependencies without adding new files?▼

The best way to visualize phases without adding new files is to use a dashboard that reads existing roadmap and state markdown data. It presents visual status indicators and dependency awareness while dispatching work through current commands.

Do I need specific planning files to launch the milestone command center?▼

Yes, you need existing milestone data stored in .planning/STATE.md and .planning/ROADMAP.md. The command center reads these specific files to present the phase dashboard, visual status indicators, and recommended actions.