Skip to main content
Generaldavepoon

gsd:do

Route freeform text to the right GSD command automatically

Stars
2,987
Source
davepoon/buildwithclaude
Updated
2026-05-26
Slug
davepoon--buildwithclaude--do
View on GitHubRaw SKILL.md

// 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.md

Drops the SKILL.md into .claude/skills/do.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.

@${CLAUDE_PLUGIN_ROOT}/workflows/do.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md $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.