gsd-do

Route natural language input to the matching GSD command with user confirmation.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-do
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/onelee85/my-skills/tree/main/gsd-do
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-do

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes freeform natural language input and dispatches it to the most appropriate GSD command, acting as a smart dispatcher that never performs the work itself but routes intent accurately and hands off to the selected workflow.

Core Features & Use Cases

  • Routes user intent to the best matching /gsd-* command using routing rules.
  • Confirms the match with the user before execution and then hands off to the selected command.
  • Useful when you know the outcome you want but aren’t sure which specific GSD command to run, or when workflows require dynamic dispatch based on input.

Quick Start

Describe your task and I will route it to the matching GSD command.

Frequently Asked Questions about gsd-do

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route natural language input to a specific command when I don't know the exact command name?

Route freeform text by describing your task; the skill matches your intent to the correct GSD command using routing rules. It acts as a smart dispatcher, confirming the match before handing off to the selected workflow.

What is the best way to select the right workflow from a natural language description?

The best way to select a workflow is to input your desired outcome in natural language. The dispatcher applies routing rules to match your intent, confirms the selection with you, and then hands off to the chosen command.

Can I use command selection for dynamic dispatch based on freeform user input?

Yes, you can use this for dynamic dispatch. The skill routes freeform natural language input to the best matching GSD command, requiring user confirmation before handing off to the selected workflow.

Does the dispatcher execute the workflow directly after routing my text?

No, the dispatcher does not execute the workflow directly. It routes your intent accurately, confirms the match with you, and then hands off to the selected GSD command to perform the actual work.

When do I need to use a natural language router for command selection?

You need to use a natural language router when you know the outcome you want but are unsure which specific GSD command to run, or when your workflows require dynamic dispatch based on freeform input.