gsd-manager
An interactive dashboard for overseeing project phases, tracking status, and dispatching tasks.
Install
mkdir -p .claude/skills/gsd-manager-esteban-marketing && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18945" && unzip -o skill.zip -d .claude/skills/gsd-manager-esteban-marketing && rm skill.zipInstalls to .claude/skills/gsd-manager-esteban-marketing
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Interactive command center for managing multiple phases from one terminalKey capabilities
- →Display a dashboard of all project phases
- →Show visual status indicators for phases
- →Dispatch work to background agents for planning or execution
- →Manage multiple phases from a single terminal
How it works
The skill provides an interactive command center that displays a dashboard of all project phases with status indicators, recommends next actions, and dispatches work to background agents. It maintains a refresh loop until the user exits or all phases complete.
Inputs & outputs
When to use gsd-manager
- →Managing milestone phases
- →Dispatching work across phases
- →Tracking project status
About this skill
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:
- No files created directly — dispatches to existing GSD commands via Skill() and background Task agents.
- Reads
.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. </objective>
<execution_context> @.agent/get-shit-done/workflows/manager.md @.agent/get-shit-done/references/ui-brand.md </execution_context>
<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-tools.cjs init manager. No upfront context loading needed.
</context>
<success_criteria>
- The core objective stated in the context or workflow was perfectly achieved.
- Required output files or state updates are correctly written to disk.
- Operations are atomic and accurately logged. </success_criteria>
<failure_modes>
- Required input files (context, state, plans) may be missing or empty.
- Tools may fail due to incorrect parameters or unexpected system states.
- Agent may hallucinate completion without verifying final file contents. </failure_modes>
When not to use it
- →When there is no active milestone with ROADMAP.md and STATE.md
- →When the user is not interested in parallelizing work across phases
Limitations
- →The skill does not create files directly.
- →It requires an active milestone with ROADMAP.md and STATE.md.
- →It dispatches to existing GSD commands via Skill() and background Task agents.
How it compares
This skill offers a single-terminal command center for milestone management, enabling parallel work across phases and real-time status updates, which is more integrated than manually tracking individual phase progress.
Compared to similar skills
gsd-manager side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gsd-manager (this skill) | 0 | 3mo | No flags | Intermediate |
| trello | 41 | 2mo | Review | Beginner |
| executing-plans | 6 | 2mo | No flags | Intermediate |
| github-project-management | 4 | 5mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Esteban-Marketing
View all by Esteban-Marketing →You might also like
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
executing-plans
obra
Use when you have a written implementation plan to execute in a separate session with review checkpoints
github-project-management
ruvnet
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
project-clickup
incidentfox
ClickUp project management integration for incident tracking and task management
coo-advisor
alirezarezvani
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.
tlc-spec-driven
tech-leads-club
Project and feature planning with 4 phases - Specify, Design, Tasks, Implement+Validate. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. Stack-agnostic. Use when: (1) Starting new projects (initialize vision, goals, roadmap), (2) Working with existing codebases (map stack, architecture, conventions), (3) Planning features (requirements, design, task breakdown), (4) Implementing with verification, (5) Tracking decisions/blockers across sessions, (6) Pausing/resuming work. Triggers on "initialize project", "map codebase", "specify feature", "design", "tasks", "implement", "pause work", "resume work".