workflow
Guides you to the right MCP tool by generating a phased action plan from your intent, and automatically ensures project skill files are in place.
Instructions
当不确定该用哪个 MCP 工具时使用。根据意图返回分阶段 MCP 指南(firstTool + phases)。同时确保用户项目已存在 .agents/skills/mcp-probe-kit/SKILL.md 与 AGENTS.md 中的 Skill 引用(缺失则自动创建/更新)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | 用户目标或任务描述(自然语言) | |
| scenario | No | 可选:显式场景;默认 auto 从 intent 推断 | |
| project_root | No | 可选。项目根目录绝对路径;未传时自动从 MCP 客户端工作区解析(如 Cursor 注入 WORKSPACE_FOLDER_PATHS、OpenCode/客户端配置的 cwd 等)。仅边缘场景需手动传入。 |