gsd-do

Routes freeform natural language input to the matching GSD command.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-do-jjchambers80
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/jjchambers80/judgesdirectory/tree/main/.github/skills/gsd-do
Command: npx skills add https://github.com/jjchambers80/judgesdirectory --skill gsd-do-jjchambers80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often know what they want to accomplish but do not know which GSD command to run. This Skill removes the guesswork by analyzing freeform text and dispatching it to the correct GSD command automatically. ## Core Features & Use Cases - Intent Routing: Analyzes natural language input and matches it to the most appropriate GSD command using routing rules. - Confirmation Before Handoff: Confirms the matched command with the user before invoking it, avoiding misfires. - Use Case: You type "I want to plan the next milestone" and the Skill identifies the right GSD command, confirms the match, and hands off execution to it. ## Quick Start Describe what you want to do in plain language and let the Skill route it to the right 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 find the right GSD command for my task?▼

Describe what you want to do in plain language and the Skill analyzes your input, matches it to the best GSD command using routing rules, confirms the match, and hands off execution to that command.

Does gsd-do execute the task itself?▼

No, gsd-do acts only as a dispatcher. It matches your intent to the appropriate GSD command and invokes that command, which then performs the actual work.

What happens if my input matches the wrong GSD command?▼

The Skill confirms the matched command with you before handing off, using the AskUserQuestion tool. You can correct the match at that confirmation step before any command runs.

When should I use gsd-do instead of running a GSD command directly?▼

Use gsd-do when you know what you want to accomplish but are unsure which /gsd-* command handles it. If you already know the exact command, invoke it directly to skip the routing step.