一键导入
research
Research a topic in parallel using multiple subagents with different approaches
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research a topic in parallel using multiple subagents with different approaches
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build the Cloom Xcode project from the command line to catch compile-time errors
Commit changes, create a feature branch, push, and open a PR
Build and release Cloom entirely from the local machine (no CI costs)
| name | research |
| description | Research a topic in parallel using multiple subagents with different approaches |
Launch multiple subagents in parallel to research a topic from different angles, then synthesize the results.
The user will provide a research question or topic. Parse it and decide on 2-4 distinct research angles.
Identify angles: Break the topic into 2-4 independent research approaches. Examples:
Launch agents in parallel: Use the Agent tool to spawn all research agents in a single message (this is critical for true parallelism). Each agent should:
subagent_type: "Explore" for codebase research, or subagent_type: "general-purpose" for web/docs researchSynthesize: Once all agents return, combine their findings into a clear summary:
model: "haiku" for simple search tasks to minimize cost. Use "sonnet" for tasks needing deeper analysis.