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.
Route freeform text to the right GSD command automatically
// install — copy + paste into any project
mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/davepoon/buildwithclaude/HEAD/plugins/gsd/skills/do/SKILL.md -o .claude/skills/do.mdDrops the SKILL.md into .claude/skills/do.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.
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.