skills/do/SKILL.md
Route freeform text to the right GSD command automatically
npx skillsauth add jnuyens/gsd-plugin gsd:doInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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>tools
Initialize a new project using Documentation-Driven Development. Research, then write user-facing docs (SPEC.md) as the spec, then user validates docs, then phases derive from doc sections. Best for CLIs, libraries, SDKs, APIs, plugin systems, anything with a well-defined user-facing surface.
tools
Schedule a future resume of work - e.g. '/gsd:resume-at 09:00', '/gsd:resume-at +2h', or '/gsd:resume-at 04:00 --cmd /gsd:execute-phase 9'
tools
Manage parallel workstreams — list, create, switch, status, progress, complete, and resume
tools
Manage persistent context threads for cross-session work