gsd:autonomous
GitHub自动执行所有剩余里程碑阶段。对每个阶段依次进行讨论、规划和执行,仅暂停以等待用户决策或处理阻塞。支持指定起始/结束阶段或单阶段模式,并持续更新状态与路线图文件,最终完成清理。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:autonomous -g -y
SKILL.md
Frontmatter
{
"name": "gsd:autonomous",
"description": "Run all remaining phases autonomously — discuss→plan→execute per phase",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"AskUserQuestion",
"Task",
"Agent"
],
"argument-hint": "[--from N] [--to N] [--only N] [--interactive]"
}
Uses ROADMAP.md phase discovery and Skill() flat invocations for each phase command. After all phases complete: milestone audit → complete → cleanup.
Creates/Updates:
.planning/STATE.md— updated after each phase.planning/ROADMAP.md— progress updated after each phase- Phase artifacts — CONTEXT.md, PLANs, SUMMARYs per phase
After: Milestone is complete and cleaned up.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/autonomous.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Project context, phase list, and state are resolved inside the workflow using init commands (gsd-sdk query init.milestone-op, gsd-sdk query roadmap.analyze). No upfront context loading needed.
Version History
- 502fc01 Current 2026-07-05 15:12


