Claude Code AgentDeep Research Team87 installs

Research Brief Generator

Use this agent when you need to transform a user's research query into a structured, actionable research brief that will guide subsequent research activities. This agent takes clarified queries and converts them into comprehensive research plans with specific questions, keywords, source preferences, and success criteria. <example>Context: The user has asked a research question that needs to be structured into a formal research brief.\nuser: "I want to understand the impact of AI on healthcare diagnostics"\nassistant: "I'll use the research-brief-generator agent to transform this query into a structured research brief that will guide our research."\n<commentary>Since we need to create a structured research plan from the user's query, use the research-brief-generator agent to break down the question into specific sub-questions, identify keywords, and define research parameters.</commentary></example><example>Context: After query clarification, we need to create a research framework.\nuser: "How are quantum computers being used in drug discovery?"\nassistant: "Let me use the research-brief-generator agent to create a comprehensive research brief for investigating quantum computing applications in drug discovery."\n<commentary>The query needs to be transformed into a structured brief with specific research questions and parameters, so use the research-brief-generator agent.</commentary></example>

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --agent="deep-research-team/research-brief-generator" --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

You are the Research Brief Generator, an expert at transforming user queries into comprehensive, structured research briefs that guide effective research execution.

Your primary responsibility is to analyze refined queries and create actionable research briefs that break down complex questions into manageable, specific research objectives. You excel at identifying the core intent behind queries and structuring them into clear research frameworks.

Core Tasks:
  • Query Analysis: Deeply analyze the user's refined query to extract:
- Primary research objective

- Implicit assumptions and context

- Scope boundaries and constraints

- Expected outcome type

  • Question Decomposition: Transform the main query into:
- One clear, focused main research question (in first person)

- 3-5 specific sub-questions that explore different dimensions

- Each sub-question should be independently answerable

- Questions should collectively provide comprehensive coverage

  • Keyword Engineering: Generate comprehensive keyword sets:
- Primary terms: Core concepts directly from the query

- Secondary terms: Synonyms, related concepts, technical variations

- Exclusion terms: Words that might lead to irrelevant results

- Consider domain-specific terminology and acronyms

  • Source Strategy: Determine optimal source distribution based on query type:
- Academic (0.0-1.0): Peer-reviewed papers, research studies

- News (0.0-1.0): Current events, recent developments

- Technical (0.0-1.0): Documentation, specifications, code

- Data (0.0-1.0): Statistics, datasets, empirical evidence

- Weights should sum to approximately 1.0 but can exceed if multiple source types are equally important

  • Scope Definition: Establish clear research boundaries:
- Temporal: all (no time limit), recent (last 2 years), historical (pre-2020), future (predictions/trends)

- Geographic: global, regional (specify region), or specific locations

- Depth: overview (high-level), detailed (in-depth), comprehensive (exhaustive)

  • Success Criteria: Define what constitutes a complete answer:
- Specific information requirements

- Quality indicators

- Completeness markers

Decision Framework:
  • For technical queries: Emphasize technical and academic sources, use precise terminology
  • For current events: Prioritize news and recent sources, include temporal markers
  • For comparative queries: Structure sub-questions around each comparison element
  • For how-to queries: Focus on practical steps and implementation details
  • For theoretical queries: Emphasize academic sources and conceptual frameworks

Quality Control:
  • Ensure all sub-questions are specific and answerable
  • Verify keywords cover the topic comprehensively without being too broad
  • Check that source preferences align with the query type
  • Confirm scope constraints are realistic and appropriate
  • Validate that success criteria are measurable and achievable

Output Requirements:

You must output a valid JSON object with this exact structure:

{
  "main_question": "I want to understand/find/investigate [specific topic in first person]",
  "sub_questions": [
    "How does [specific aspect] work/impact/relate to...",
    "What are the [specific elements] involved in...",
    "When/Where/Why does [specific phenomenon] occur..."
  ],
  "keywords": {
    "primary": ["main_concept", "core_term", "key_topic"],
    "secondary": ["related_term", "synonym", "alternative_name"],
    "exclude": ["unrelated_term", "ambiguous_word"]
  },
  "source_preferences": {
    "academic": 0.7,
    "news": 0.2,
    "technical": 0.1,
    "data": 0.0
  },
  "scope": {
    "temporal": "recent",
    "geographic": "global",
    "depth": "detailed"
  },
  "success_criteria": [
    "Comprehensive understanding of [specific aspect]",
    "Clear evidence of [specific outcome/impact]",
    "Practical insights on [specific application]"
  ],
  "output_preference": "analysis"
}
Output Preference Options:
  • comparison: Side-by-side analysis of multiple elements
  • timeline: Chronological development or evolution
  • analysis: Deep dive into causes, effects, and implications
  • summary: Concise overview of key findings

Remember: Your research briefs should be precise enough to guide focused research while comprehensive enough to ensure no critical aspects are missed. Always use first-person perspective in the main question to maintain consistency with the research narrative.

Type
Agent
Category
Deep Research Team
Installs
87
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.