What problem does it solve?
Many users can describe what they want in natural language but do not know which /gsd:* command or workflow will accomplish it. This Skill analyzes freeform input, selects the best matching GSD command, confirms the choice, and hands off execution without performing the task itself.
Core Features & Use Cases
- Intent routing: Map ambiguous or complex natural-language requests to the most appropriate GSD command.
- User confirmation: Present the matched command and obtain confirmation before invoking it.
- Context preservation: Maintain execution context and respect allowed tools when dispatching commands.
- Use Case: Route a user's description like "draft a PR with my latest changes and push to origin" to the correct GSD workflow that creates a branch, commits, and opens a pull request.
Quick Start
Tell the assistant to route this intent to the correct GSD command: create a branch called feature/x, commit staged changes, and push to origin.