From GSD Core
Provides a single-terminal dashboard for managing milestone phases with status indicators, next-action recommendations, and background agent dispatch to parallelize work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-manager [--analyze-deps][--analyze-deps]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Designed for power users who want to parallelize work across phases from one terminal: discuss a phase while another plans or executes in the background.
Creates/Updates:
.planning/STATE.md, .planning/ROADMAP.md, phase directories for status.After: User exits when done managing, or all phases complete and milestone lifecycle is suggested.
<execution_context>
@/.claude/gsd-core/workflows/manager.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
Project context, phase list, dependencies, and recommendations are resolved inside the workflow using gsd-tools query init.manager. No upfront context loading needed.
Execute end-to-end. Maintain the dashboard refresh loop until the user exits or all phases complete.
npx claudepluginhub open-gsd/gsd-coreExecutes all remaining milestone phases autonomously (discuss→plan→execute per phase) using ROADMAP.md discovery, with optional phase range and interactive flags.
Manages project milestones: create new cycles with phases, complete/archive versions, preview changes, audit integration, analyze gaps. For structured delivery checkpoints.
Orchestrates multi-day execution of complex tasks via milestone pipelines with plan-crafting, run-plan, review-work phases, checkpoints, and recovery.