gsd:next
GitHub自动检测项目状态并推进至GSD工作流的下一步,支持强制跳过安全检查。通过扫描前置阶段完整性,智能路由流程,减少多项目管理中的记忆负担。
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


