From gsd
Manages project milestones via interactive terminal dashboard: displays phase statuses, recommends next actions, dispatches parallel tasks using skills and background agents.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Autonomously executes all remaining milestone phases: discuss→plan→execute per phase. Updates ROADMAP.md and STATE.md, pauses for user decisions on blockers.
Manages project milestones: create new cycles with phases, complete/archive versions, preview changes, audit integration, analyze gaps. For structured delivery checkpoints.
Tracks progress in .planning/ directories: verifies structure, summarizes recent SUMMARY.md work, reports phase/plan status from STATE.md/ROADMAP.md, counts todos/debug, routes to execute/plan.
Share bugs, ideas, or general feedback.
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_PLUGIN_ROOT}/workflows/manager.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
No arguments required. Requires an active milestone with ROADMAP.md and STATE.md.Project context, phase list, dependencies, and recommendations are resolved inside the workflow using gsd-sdk query init.manager. No upfront context loading needed.