gsd:manager
GitHub单终端里程碑管理指挥中心,展示阶段仪表盘、推荐最优行动并调度工作。支持并行处理多个阶段,后台执行规划与运行,通过刷新循环维持交互直至用户退出或所有阶段完成。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:manager -g -y
SKILL.md
Frontmatter
{
"name": "gsd:manager",
"description": "Interactive command center for managing multiple phases from one terminal",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"AskUserQuestion",
"Skill",
"Task"
]
}
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.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/manager.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Project context, phase list, dependencies, and recommendations are resolved inside the workflow using gsd-sdk query init.manager. No upfront context loading needed.
Version History
- 502fc01 Current 2026-07-05 15:13


