원클릭으로
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.