This skill provides a structured approach to conducting comprehensive web research using the
tool to spawn research subagents. It emphasizes planning, efficient delegation, and systematic synthesis of findings.
-
Create a research folder - Organize all research files in a dedicated folder relative to the current working directory:
mkdir research_[topic_name]
This keeps files organized and prevents clutter in the working directory.
-
Analyze the research question - Break it down into distinct, non-overlapping subtopics
-
Write a research plan file - Use the
tool to create
research_[topic_name]/research_plan.md
containing:
- The main research question
- 2-5 specific subtopics to investigate
- Expected information from each subtopic
- How results will be synthesized
-
Use the tool to spawn a research subagent with:
- Clear, specific research question (no acronyms)
- Instructions to write findings to a file:
research_[topic_name]/findings_[subtopic].md
- Budget: 3-5 web searches maximum
-
Run up to 3 subagents in parallel for efficient research
-
Review the findings files that were saved locally:
- First run
list_files research_[topic_name]
to see what files were created
- Then use with the file paths (e.g.,
research_[topic_name]/findings_*.md
)
- Important: Use for LOCAL files only, not URLs
-
Synthesize the information - Create a comprehensive response that:
- Directly answers the original question
- Integrates insights from all subtopics
- Cites specific sources with URLs (from the findings files)
- Identifies any gaps or limitations
-
Write final report (optional) - Use
to create
research_[topic_name]/research_report.md
if requested
Note: If you need to fetch additional information from URLs, use the
tool, not
.