From gsd
Routes freeform natural language input to the correct GSD command. Matches intent to the best command, confirms the match, then hands off.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd:do <description of what you want to do><description of what you want to do>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>
Acts as a smart dispatcher — never does the work itself. Matches intent to the best GSD command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which /gsd-* command to run.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/do.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
$ARGUMENTS Execute the do workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/do.md end-to-end. Route user intent to the best GSD command and invoke it.npx claudepluginhub jnuyens/gsd-pluginDisplays the complete GSD command reference from a help markdown file. Useful for recalling available commands and usage.
Shows GSD command reference at requested detail level: brief, full, or by topic. Useful for recalling GSD commands.
Autonomous spec-driven development system that turns structured specs into running software. Manages context windows, git isolation, crash recovery, and cost tracking for long-running coding agents.