gsd-do

Route freeform user input to the most appropriate GSD command.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-do-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-do
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-do-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route freeform text to the right GSD command automatically.

Core Features & Use Cases

  • Intent routing: analyze user input and map to the most appropriate /gsd:* command.
  • Safe handoff: hand off to the selected command for execution without performing the work itself.
  • Real-world scenario: given a natural-language instruction, route to the exact GSD command to fulfill the request.

Quick Start

Provide a freeform instruction after the $gsd-do prefix and the system will route it to the most appropriate 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 freeform text to a specific command using natural language?

Yes, you can use natural-language instructions for workflow automation. The system analyzes the intent behind your freeform input and automatically routes it to the appropriate command, functioning as an intent-based smart dispatcher.

How do I dispatch a natural-language instruction to the right task?

To dispatch a natural-language instruction, simply provide your freeform text after the prefix. The system analyzes your intent and maps it to the correct task, ensuring safe handoff without executing the underlying work itself.

Does the dispatcher execute the work after routing my input?

No, the dispatcher does not execute the work itself. It ensures safe handoff by analyzing your intent and routing the freeform text to the selected GSD command, which then handles the actual execution.

What is intent routing for freeform text dispatching?

Intent routing analyzes freeform user input to map it to the most appropriate command. It determines the correct targeted task based on diverse prompts and manages the proper handoff without performing the work itself.

When should I use an automated dispatcher instead of manual command selection?

You should use an automated dispatcher when working with diverse natural-language prompts that require mapping to specific commands. It streamlines workflow automation by handling routing rules and user confirmation automatically.