gsd-do

Routes natural language requests to the appropriate GSD command for workflow execution.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill gsd-do-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/coco-research/coco/tree/main/systems/gsd/skills/gsd-do
Command: npx skills add https://github.com/coco-research/coco --skill gsd-do-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork from choosing the right GSD command by translating a freeform request into the correct workflow entry point.

Core Features & Use Cases

  • Intent Routing: Interprets plain-language requests and maps them to the most appropriate /gsd-* command.
  • Workflow Handoff: Confirms the best match and passes control to the selected GSD command instead of doing the task itself.
  • Use Case: If a user says they want to organize a project, investigate an issue, or execute a planning workflow, this Skill selects the right command automatically.

Quick Start

Ask the skill to interpret your request and choose the best GSD command to run for it.

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 requests to the correct workflow command?

To route natural language requests to the correct workflow command, this Skill parses user intent from plain text and matches it to the most appropriate GSD command. It then confirms the match and passes control to that workflow.

How does intent parsing work for task automation commands?

Intent parsing for task automation commands works by interpreting plain-language input to identify the desired action. The Skill then matches this parsed intent to a specific workflow entry point for planning, coding, or review tasks.

Can I use freeform text to trigger planning and analysis workflows?

Yes, you can use freeform text to trigger planning and analysis workflows. The Skill interprets your plain-language request, automatically selects the matching GSD command, and hands off execution to that specific workflow.

What is the best way to choose the right command for project organization?

The best way to choose the right command for project organization is to let the Skill parse your request. It evaluates your intent, selects the most appropriate workflow command, and hands off execution without performing the underlying task itself.

Does the workflow dispatch mechanism execute the underlying task directly?

No, the workflow dispatch mechanism does not execute the underlying task directly. It parses the natural language intent, confirms the best matching GSD command with the user, and passes control to the selected workflow.

When do I need automatic command selection for task descriptions?

You need automatic command selection for task descriptions when you want to remove the guesswork of choosing the right workflow. It maps freeform requests directly to the correct GSD command entry point for execution.