From GSD Core
Executes all remaining milestone phases autonomously (discuss→plan→execute per phase) using ROADMAP.md discovery, with optional phase range and interactive flags.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-autonomous [--from N] [--to N] [--only N] [--interactive] [--converge][--from N] [--to N] [--only N] [--interactive] [--converge]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
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 phaseAfter: Milestone is complete and cleaned up.
<execution_context>
@/.claude/gsd-core/workflows/autonomous.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
When --converge or --cross-ai is set, reviewer selector flags supported by gsd-plan-review-convergence may be passed through: --codex, --gemini, --claude, --opencode, --ollama, --lm-studio, --llama-cpp, --all, and --max-cycles N.
Project context, phase list, and state are resolved inside the workflow using init commands (gsd-tools query init.milestone-op, gsd-tools query roadmap.analyze). No upfront context loading needed.
npx claudepluginhub open-gsd/gsd-coreAutomatically executes next step in PLAN-BUILD-RUN workflow: reads STATE.md/ROADMAP.md, checks milestones/dependencies, acts or delegates via Task/Skill tools.
Routes user intent to the correct phase-pipeline skill: discuss, spec, plan, execute, verify, progress, and more. Useful for navigating the GSD workflow lifecycle.
Plans milestones step-by-step with review gates: grill-design session, then goal contract todo task specs with user approval at each phase.