What problem does it solve?
Freeform natural language input is often ambiguous and difficult to map to a single command. This skill analyzes such input and routes it to the most appropriate GSD command, acting as a smart dispatcher rather than performing the work itself.
Core Features & Use Cases
- Smart intent routing: maps natural language to the correct /gsd-* command.
- Confirmation and safety: prompts for confirmation before handing off to the command.
- Hands-off delegation: delegates execution to the chosen GSD command while preserving context.
- Use Case: When you know your goal but not the specific GSD command to run, for example listing today's tasks gets routed to the appropriate /gsd-list command.
Quick Start
Describe your goal in plain language and let the system route it to the most appropriate GSD command.