ワンクリックで
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.