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


