Agent Skills
› davepoon/buildwithclaude
› gsd:do
gsd:do
GitHub智能路由助手,分析用户自然语言输入并自动匹配最合适的GSD命令。它作为调度器,识别意图后确认匹配结果并将任务委派给对应的/gsd-*命令执行,自身不直接处理业务逻辑。
Trigger Scenarios
用户有明确需求但不知具体使用哪个GSD命令
需要将自由文本指令转换为特定的系统命令
Install
npx skills add davepoon/buildwithclaude --skill gsd:do -g -y
SKILL.md
Frontmatter
{
"name": "gsd:do",
"description": "Route freeform text to the right GSD command automatically",
"allowed-tools": [
"Read",
"Bash",
"AskUserQuestion"
],
"argument-hint": "<description of what you want to do>"
}
Acts as a smart dispatcher — never does the work itself. Matches intent to the best GSD command using routing rules, confirms the match, then hands off.
Use when you know what you want but don't know which /gsd-* command to run.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/do.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:12


