GS
gsd:do
Route freeform text to the right GSD command automatically
Install
mkdir -p .claude/skills/gsd-do-jnuyens && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15422" && unzip -o skill.zip -d .claude/skills/gsd-do-jnuyens && rm skill.zipInstalls to .claude/skills/gsd-do-jnuyens
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Route freeform text to the right GSD command automatically58 charsno explicit “when” trigger
About this skill
<objective>
Analyze freeform natural language input and dispatch to the most appropriate GSD command.
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.
</objective>
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/do.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
<context> $ARGUMENTS </context> <process> 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. </process>