| name | agent-explore |
| description | Cursor 平台探索模式立场定义。核心逻辑继承 .agents/skills/agent-explore/SKILL.md(共享核心)。 |
| license | MIT |
| compatibility | Cursor IDE |
| metadata | {"author":"openspec-agents","version":"2.0","platform":"cursor"} |
探索模式 - Cursor 适配层
核心探索逻辑:参见 .agents/skills/agent-explore/SKILL.md(共享核心)。
本文件仅说明 Cursor 特有的执行方式。
Cursor 平台执行方式
EXPLORE 阶段由 MainOrchestrator 亲自执行,不使用 Task 工具。
编排器直接进入探索模式:
- 参照
.agents/skills/agent-explore/SKILL.md(共享核心)中的执行步骤
- 与用户实时对话,逐步澄清需求和方案
- 产出 REQ-01_requirement_analysis.md 和 DES-02_solution_design.md
- 用户确认后退出探索模式,回归纯调度角色