web-research

Installation
Summary

Orchestrates multi-source web research by delegating to subagents, synthesizing findings, and producing cited reports.

  • Breaks research questions into 2–5 distinct subtopics, creates a research plan file, and spawns up to 3 subagents in parallel for efficient investigation
  • Each subagent performs 3–5 web searches per subtopic and writes findings to local files with key facts, quotes, and source URLs
  • Synthesizes results by reading local findings files, integrating insights across subtopics, and citing sources directly in the final response
  • Supports simple fact-finding, comparative analysis, and complex multi-angle investigations through flexible planning and structured file-based communication
SKILL.md

Web Research Skill

Research Process

Step 1: Create and Save Research Plan

Before delegating to subagents, you MUST:

  1. 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.

  2. Analyze the research question - Break it down into distinct, non-overlapping subtopics

  3. Write a research plan file - Use the write_file tool to create research_[topic_name]/research_plan.md containing:

    • The main research question
    • 2-5 specific subtopics to investigate
Related skills

More from langchain-ai/deepagents

Installs
2.4K
GitHub Stars
22.7K
First Seen
Jan 22, 2026