gsd:next
GitHub自动检测项目状态并推进GSD工作流的下一步。通过读取STATE.md和ROADMAP.md确定后续步骤,支持--force强制跳过安全检查。若发现前期阶段存在未完成工作,会生成报告并提供处理选项,确保流程有序进行。
Trigger Scenarios
Install
npx skills add davepoon/buildwithclaude --skill gsd:next -g -y
SKILL.md
Frontmatter
{
"name": "gsd:next",
"description": "Automatically advance to the next logical step in the GSD workflow",
"allowed-tools": [
"Read",
"Bash",
"Grep",
"Glob",
"SlashCommand"
]
}
Designed for rapid multi-project workflows where remembering which phase/step you're on is overhead.
Supports --force flag to bypass safety gates (checkpoint, error state, verification failures, and prior-phase completeness scan).
Before routing to the next step, scans all prior phases for incomplete work: plans that ran without producing summaries, verification failures without overrides, and phases where discussion happened but planning never ran. When incomplete work is found, shows a structured report and offers three options: defer the gaps to the backlog and continue, stop and resolve manually, or force advance without recording. When prior phases are clean, routes silently with no interruption.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/next.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


