gsd-do

Route natural language intent to matching /gsd-* commands with user confirmation.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-do-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-do
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-do
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-do-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often know what outcome they want but not which /gsd-* helper command will perform it; this Skill interprets freeform descriptions and selects the correct command so users don't have to guess or memorize specific subcommands.

Core Features & Use Cases

  • Intent Routing: Analyze natural language requests and map them to the most appropriate GSD command using predefined routing rules.
  • Safe Handoff: Confirm the chosen command with the user before invoking it and then delegate execution to the selected workflow.
  • Use Case: When a developer asks to "clean up my PR branch and create a changelog entry," the Skill determines the matching /gsd-* steps and executes them after confirmation.

Quick Start

Tell the assistant what you want done in plain English and it will pick and run the right /gsd-* command after confirmation.

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 intent to the correct CLI command?

Intent routing analyzes freeform developer requests and maps them to the most appropriate helper command, eliminating the need to memorize specific subcommands while automating command selection within the configured execution context.

How do I execute the right workflow when I don't know the exact subcommand?

You can state your desired outcome in plain English, and the dispatcher matches your intent to predefined routing rules, confirms the selected helper command, and invokes the target workflow automatically.

Can I use freeform text to automate workflow selection for developer tasks?

Yes, you can use freeform text to automate workflow selection for developer tasks by applying intent-routing logic that interprets ambiguous descriptions and selects the correct command for your agent workflows.

Does the intent dispatcher confirm command selection before running?

Yes, the intent dispatcher performs a safe handoff by confirming the chosen command with the user before invoking it, ensuring you approve the automated selection before any workflow execution occurs.

What is the best way to handle ambiguous task descriptions in a CLI environment?

The best way to handle ambiguous task descriptions in a CLI environment is using an intent-routing dispatcher that maps vague natural language requests to predefined rules and selects the correct command.