gsd-autonomous
GitHub自主执行剩余所有里程碑阶段,按讨论、计划、执行流程推进。支持指定起始/结束阶段或单阶段模式,提供交互模式保留用户决策。自动更新状态与路线图文件,完成后进行审计和清理。
Trigger Scenarios
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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",
"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> @$HOME/.claude/get-shit-done/workflows/autonomous.md @$HOME/.claude/get-shit-done/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
- 581d130 Current 2026-07-19 09:08


