From gsd
Routes freeform natural language to the best GSD command via intent analysis. Confirms match then hands off. Use when unsure which /gsd:* command fits.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Displays complete GSD command reference and usage guide from workflows/help.md. Useful for quick lookup of command syntax and options in Claude Code workflows.
Automates turning project specs into built software via autonomous CLI agents managing task hierarchies, git isolation, crash recovery, and costs for long-running coding.
Executes technical specifications or direct instructions with optional planning for implementing features and development tasks.
Share bugs, ideas, or general feedback.
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.