From gsd
Advances to the next GSD workflow step by analyzing STATE.md, ROADMAP.md, and phase directories. Scans prior phases for incomplete work, offers resolution options or --force bypass.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Automatically executes next step in PLAN-BUILD-RUN workflow: reads STATE.md/ROADMAP.md, checks milestones/dependencies, acts or delegates via Task/Skill tools.
Autonomously executes all remaining milestone phases: discuss→plan→execute per phase. Updates ROADMAP.md and STATE.md, pauses for user decisions on blockers.
Tracks progress in .planning/ directories: verifies structure, summarizes recent SUMMARY.md work, reports phase/plan status from STATE.md/ROADMAP.md, counts todos/debug, routes to execute/plan.
Share bugs, ideas, or general feedback.
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>
Execute the next workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/next.md end-to-end.