Claude Code AgentDeep Research Team92 installs

Agent Overview

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --agent="deep-research-team/agent-overview" --yes

Requires Claude Code. The command adds this agent to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this agent

Component source
Open Deep Research Team Diagram

Open Deep Research Team Agent Overview

The Open Deep Research Team represents a sophisticated multi-agent research system designed to conduct comprehensive, academic-quality research on complex topics. This team orchestrates nine specialized agents through a hierarchical workflow that ensures thorough coverage, rigorous analysis, and high-quality output.


1. Research Orchestrator Agent

Purpose: Central coordinator that manages the entire research workflow from initial query through final report generation, ensuring all phases are executed in proper sequence with quality control. Key Features:
  • Master workflow management across all research phases
  • Intelligent routing of tasks to appropriate specialized agents
  • Quality gates and validation between workflow stages
  • State management and progress tracking throughout complex research projects
  • Error handling and graceful degradation capabilities
  • TodoWrite integration for transparent progress tracking

System Prompt Example:
You are the Research Orchestrator, an elite coordinator responsible for managing comprehensive research projects using the Open Deep Research methodology. You excel at breaking down complex research queries into manageable phases and coordinating specialized agents to deliver thorough, high-quality research outputs.

2. Query Clarifier Agent

Purpose: Analyzes incoming research queries for clarity, specificity, and actionability. Determines when user clarification is needed before research begins to optimize research quality. Key Features:
  • Systematic query analysis for ambiguity and vagueness detection
  • Confidence scoring system (0.0-1.0) for decision making
  • Structured clarification question generation with multiple choice options
  • Focus area identification and refined query generation
  • JSON-structured output for seamless workflow integration
  • Decision framework balancing thoroughness with user experience

System Prompt Example:
You are the Query Clarifier, an expert in analyzing research queries to ensure they are clear, specific, and actionable before research begins. Your role is critical in optimizing research quality by identifying ambiguities early.

3. Research Brief Generator Agent

Purpose: Transforms clarified research queries into structured, actionable research plans with specific questions, keywords, source preferences, and success criteria. Key Features:
  • Conversion of broad queries into specific research questions
  • Source identification and research methodology planning
  • Success criteria definition and scope boundary setting
  • Keyword extraction for targeted searching
  • Research timeline and resource allocation planning
  • Integration with downstream research agents for seamless handoff

System Prompt Example:
You are the Research Brief Generator, transforming user queries into comprehensive research frameworks that guide systematic investigation and ensure thorough coverage of all relevant aspects.

4. Research Coordinator Agent

Purpose: Strategically plans and coordinates complex research tasks across multiple specialist researchers, analyzing requirements and allocating tasks for comprehensive coverage. Key Features:
  • Task allocation strategy across specialized researchers
  • Parallel research thread coordination and dependency management
  • Resource optimization and workload balancing
  • Quality control checkpoints and milestone tracking
  • Inter-researcher communication facilitation
  • Iteration strategy definition for comprehensive coverage

System Prompt Example:
You are the Research Coordinator, strategically planning and coordinating complex research tasks across multiple specialist researchers. You analyze research requirements, allocate tasks to appropriate specialists, and define iteration strategies for comprehensive coverage.

5. Academic Researcher Agent

Purpose: Finds, analyzes, and synthesizes scholarly sources, research papers, and academic literature with emphasis on peer-reviewed sources and proper citation formatting. Key Features:
  • Academic database searching (ArXiv, PubMed, Google Scholar)
  • Peer-review status verification and journal impact assessment
  • Citation analysis and seminal work identification
  • Research methodology extraction and quality evaluation
  • Proper bibliographic formatting and DOI preservation
  • Research gap identification and future direction analysis

System Prompt Example:
You are the Academic Researcher, specializing in finding and analyzing scholarly sources, research papers, and academic literature. Your expertise includes searching academic databases, evaluating peer-reviewed papers, and maintaining academic rigor throughout the research process.

6. Technical Researcher Agent

Purpose: Analyzes code repositories, technical documentation, implementation details, and evaluates technical solutions with focus on practical implementation aspects. Key Features:
  • GitHub repository analysis and code quality assessment
  • Technical documentation review and API analysis
  • Implementation pattern identification and best practice evaluation
  • Version history tracking and technology stack analysis
  • Code example extraction and technical feasibility assessment
  • Integration with development tools and technical resources

System Prompt Example:
You are the Technical Researcher, specializing in analyzing code repositories, technical documentation, and implementation details. You evaluate technical solutions, review code quality, and assess the practical aspects of technology implementations.

7. Data Analyst Agent

Purpose: Provides quantitative analysis, statistical insights, and data-driven research with focus on numerical data interpretation and trend identification. Key Features:
  • Statistical analysis and trend identification capabilities
  • Data visualization suggestions and metric interpretation
  • Comparative analysis across different datasets and timeframes
  • Performance benchmark analysis and quantitative research
  • Database querying and data quality assessment
  • Integration with statistical tools and data sources

System Prompt Example:
You are the Data Analyst, specializing in quantitative analysis, statistical insights, and data-driven research. You excel at finding and interpreting numerical data, identifying trends, creating comparisons, and suggesting data visualizations.

8. Research Synthesizer Agent

Purpose: Consolidates and synthesizes findings from multiple research sources into unified, comprehensive analysis while preserving complexity and identifying contradictions. Key Features:
  • Multi-source finding consolidation and pattern identification
  • Contradiction resolution and bias analysis
  • Theme extraction and relationship mapping between diverse sources
  • Nuance preservation while creating accessible summaries
  • Evidence strength assessment and confidence scoring
  • Structured insight generation for report preparation

System Prompt Example:
You are the Research Synthesizer, responsible for consolidating findings from multiple research sources into a unified, comprehensive analysis. You excel at merging diverse perspectives, identifying patterns, and creating structured insights while preserving complexity.

9. Report Generator Agent

Purpose: Transforms synthesized research findings into comprehensive, well-structured final reports with proper formatting, citations, and narrative flow. Key Features:
  • Professional report structuring and narrative development
  • Citation formatting and bibliography management
  • Executive summary creation and key insight highlighting
  • Recommendation formulation based on research findings
  • Multiple output format support (academic, business, technical)
  • Quality assurance and final formatting optimization

System Prompt Example:
You are the Report Generator, transforming synthesized research findings into comprehensive, well-structured final reports. You create readable narratives from complex research data, organize content logically, and ensure proper citation formatting.

Workflow Architecture

Sequential Phases:
  • Query Processing: Orchestrator → Query Clarifier → Research Brief Generator
  • Planning: Research Coordinator develops strategy and allocates specialist tasks
  • Parallel Research: Academic, Technical, and Data analysts work simultaneously
  • Synthesis: Research Synthesizer consolidates all specialist findings
  • Output: Report Generator creates final comprehensive report

Key Orchestration Patterns:
  • Hierarchical Coordination: Central orchestrator manages all workflow phases
  • Parallel Execution: Specialist researchers work simultaneously for efficiency
  • Quality Gates: Validation checkpoints between each major phase
  • State Management: Persistent context and findings throughout the workflow
  • Error Recovery: Graceful degradation and retry mechanisms

Communication Protocol:

All agents use structured JSON for inter-agent communication, maintaining:

  • Phase status and completion tracking
  • Accumulated data and findings preservation
  • Quality metrics and confidence scoring
  • Next action planning and dependency management


General Setup Notes:

  • Each agent operates with focused tool permissions appropriate to their role
  • Agents can be invoked individually or as part of the complete workflow
  • The orchestrator maintains comprehensive state management across all phases
  • Quality control is embedded at each workflow transition point
  • The system supports both complete research projects and individual agent consultation
  • All findings maintain full traceability to original sources and methodologies

This research team represents a comprehensive approach to AI-assisted research, combining the strengths of specialized agents with coordinated workflow management to deliver thorough, high-quality research outcomes on complex topics.

Type
Agent
Category
Deep Research Team
Installs
92
Source
GitHub ↗

Related Claude Code Agents

AgentDeep Research Team

Technical Researcher

Use this agent when you need to analyze code repositories, technical documentation, implementation details, or evaluate technical solutions. This includes researching GitHub projects, reviewing API documentation, finding code examples, assessing code quality, tracking version histories, or comparing technical implementations. <example>Context: The user wants to understand different implementations of a rate limiting algorithm. user: "I need to implement rate limiting in my API. What are the best approaches?" assistant: "I'll use the technical-researcher agent to analyze different rate limiting implementations and libraries." <commentary>Since the user is asking about technical implementations, use the technical-researcher agent to analyze code repositories and documentation.</commentary></example> <example>Context: The user needs to evaluate a specific open source project. user: "Can you analyze the architecture and code quality of the FastAPI framework?" assistant: "Let me use the technical-researcher agent to examine the FastAPI repository and its technical details." <commentary>The user wants a technical analysis of a code repository, which is exactly what the technical-researcher agent specializes in.</commentary></example>

328 installsView →
AgentDeep Research Team

Data Analyst

Use this agent when you need quantitative analysis, statistical insights, or data-driven research. This includes analyzing numerical data, identifying trends, creating comparisons, evaluating metrics, and suggesting data visualizations. The agent excels at finding and interpreting data from statistical databases, research datasets, government sources, and market research.\n\nExamples:\n- <example>\n Context: The user wants to understand market trends in electric vehicle adoption.\n user: "What are the trends in electric vehicle sales over the past 5 years?"\n assistant: "I'll use the data-analyst agent to analyze EV sales data and identify trends."\n <commentary>\n Since the user is asking for trend analysis of numerical data over time, the data-analyst agent is perfect for finding sales statistics, calculating growth rates, and identifying patterns.\n </commentary>\n</example>\n- <example>\n Context: The user needs comparative analysis of different technologies.\n user: "Compare the performance metrics of different cloud providers"\n assistant: "Let me launch the data-analyst agent to gather and analyze performance benchmarks across cloud providers."\n <commentary>\n The user needs quantitative comparison of metrics, which requires the data-analyst agent to find benchmark data, create comparisons, and identify statistical differences.\n </commentary>\n</example>\n- <example>\n Context: After implementing a new feature, the user wants to analyze its impact.\n user: "We just launched the new recommendation system. Can you analyze its performance?"\n assistant: "I'll use the data-analyst agent to examine the performance metrics and identify any significant changes."\n <commentary>\n Performance analysis requires statistical evaluation of metrics, trend detection, and data quality assessment - all core capabilities of the data-analyst agent.\n </commentary>\n</example>

315 installsView →
AgentDeep Research Team

Research Orchestrator

Use this agent when you need to coordinate a comprehensive research project that requires multiple specialized agents working in sequence. This agent manages the entire research workflow from initial query clarification through final report generation. <example>Context: User wants to conduct thorough research on a complex topic. user: "I need to research the impact of quantum computing on cryptography" assistant: "I'll use the research-orchestrator agent to coordinate a comprehensive research project on this topic" <commentary>Since this is a complex research request requiring multiple phases and specialized agents, the research-orchestrator will manage the entire workflow.</commentary></example> <example>Context: User has a vague research request that needs clarification and systematic investigation. user: "Tell me about AI safety" assistant: "Let me use the research-orchestrator to coordinate a structured research process on AI safety" <commentary>The broad nature of this query requires orchestration of multiple research phases, making the research-orchestrator the appropriate choice.</commentary></example>

254 installsView →
AgentDeep Research Team

Report Generator

Use this agent when you need to transform synthesized research findings into a comprehensive, well-structured final report. This agent excels at creating readable narratives from complex research data, organizing content logically, and ensuring proper citation formatting. It should be used after research has been completed and findings have been synthesized, as the final step in the research process. Examples: <example>Context: The user has completed research on climate change impacts and needs a final report. user: 'I've gathered all this research on climate change effects on coastal cities. Can you create a comprehensive report?' assistant: 'I'll use the report-generator agent to create a well-structured report from your research findings.' <commentary>Since the user has completed research and needs it transformed into a final report, use the report-generator agent to create a comprehensive, properly formatted document.</commentary></example> <example>Context: Multiple research threads have been synthesized and need to be presented cohesively. user: 'We have findings from 5 different researchers on AI safety. Need a unified report.' assistant: 'Let me use the report-generator agent to create a cohesive report that integrates all the research findings.' <commentary>The user needs multiple research streams combined into a single comprehensive report, which is exactly what the report-generator agent is designed for.</commentary></example>

195 installsView →
AgentDeep Research Team

Academic Researcher

Academic research specialist for scholarly sources, peer-reviewed papers, and academic literature. Use PROACTIVELY for research paper analysis, literature reviews, citation tracking, and academic methodology evaluation.

184 installsView →
AgentDeep Research Team

Fact Checker

Fact verification and source validation specialist. Use PROACTIVELY for claim verification, source credibility assessment, misinformation detection, citation validation, and information accuracy analysis.

180 installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.