workflow
Guides the Agent in selecting the correct MCP tool by providing tool selection rules and a quick reference table. Supports explicit scenarios for deterministic workflow steps when the intent is clear.
Instructions
仅当 Agent 阅读 Skill 和各工具 description 后仍不确定该调用哪个 MCP 时使用的兜底选择指南。workflow 不做自然语言意图识别:scenario=auto(默认)只返回工具选择规则与速查表,不从 intent 猜 firstTool;Agent 根据完整对话自行判断或澄清。若 Agent 已明确场景,可传显式 scenario 获取该场景的确定性 firstTool、phases 和参数提示。同时确保用户项目已存在 .agents/skills/mcp-probe-kit/SKILL.md 与 AGENTS.md 中的 Skill 引用(缺失则自动创建/更新)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | 可选上下文摘要。scenario=auto 时仅供指南展示,不参与自动分类;显式 scenario 时用于生成该场景的参数提示和阶段说明。 | |
| scenario | No | 可选:显式场景。默认 auto 只返回 Agent 工具选择指南,不从 intent 推断场景;Agent 已确定场景时传 feature/bugfix/ui/... 获取确定性流程说明 | |
| project_root | No | 可选。项目根目录绝对路径;未传时自动从 MCP 客户端工作区解析(如 Cursor 注入 WORKSPACE_FOLDER_PATHS、OpenCode/客户端配置的 cwd 等)。仅边缘场景需手动传入。 |