cyberneticlibrary

Route tasks to appropriate GSD command

gsd:doskillsetup L13,035
davepoon/buildwithclaude
What it does

Dispatch freeform intent to correct GSD command

Best for

When you know what you want to accomplish but aren't sure which /gsd-* command to invoke.

Inputs
  • · natural language description of what to do
Outputs
  • · recommended GSD command
  • · confirmation prompt
Requires
  • · Read
  • · Bash
  • · AskUserQuestion
Preconditions

GSD command registry available; user intent is clear enough to classify

Failure modes

Intent is ambiguous across 2+ GSD commands; request is out-of-scope for GSD workflow; user rejects recommended routing

Trust signals
  • · Routes based on intent matching, not keyword search
  • · Confirms routing before hand-off
  • · Never executes work itself (always dispatches)