deep-research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeep Research
深度研究
Orchestrate multi-phase deep research campaigns that gather, cross-reference, and synthesize information from multiple sources.
编排多阶段深度研究任务,从多个来源收集、交叉引用并合成信息。
When to use
使用场景
When you need to investigate a complex topic thoroughly — spanning web sources, codebase patterns, stored memory, and external documentation — and produce a structured synthesis.
当你需要全面调查复杂主题时——涵盖网页来源、代码库模式、存储内存和外部文档——并生成结构化的合成结果。
Steps
步骤
- Define research scope — break the question into 3-7 sub-questions that together answer the main question
- Search existing knowledge — call and
mcp__claude-flow__memory_search_unifiedto check what's already knownmcp__claude-flow__agentdb_pattern-search - Web research — use and
WebSearchto gather external information for each sub-questionWebFetch - Codebase analysis — use (grep/find),
Bashto examine relevant source filesRead - Cross-reference — compare findings across sources, identify agreements and contradictions
- Store findings — call with namespace
mcp__claude-flow__memory_storefor each key findingresearch - Store patterns — call for reusable patterns discovered
mcp__claude-flow__agentdb_pattern-store - Synthesize — produce a structured research report with:
- Executive summary (2-3 sentences)
- Key findings (bulleted)
- Evidence quality assessment (high/medium/low per finding)
- Open questions remaining
- Recommended next steps
- 定义研究范围——将主问题拆解为3-7个子问题,共同解答主问题
- 搜索现有知识——调用和
mcp__claude-flow__memory_search_unified检查已知信息mcp__claude-flow__agentdb_pattern-search - 网页研究——使用和
WebSearch为每个子问题收集外部信息WebFetch - 代码库分析——使用(grep/find)、
Bash检查相关源文件Read - 交叉引用——对比不同来源的发现,识别共识与矛盾点
- 存储发现——调用,使用
mcp__claude-flow__memory_store命名空间存储每个关键发现research - 存储模式——调用存储发现的可复用模式
mcp__claude-flow__agentdb_pattern-store - 合成结果——生成结构化研究报告,包含:
- 执行摘要(2-3句话)
- 关键发现(项目符号列表)
- 证据质量评估(每个发现对应高/中/低等级)
- 遗留未解决问题
- 建议下一步行动
Research depth levels
研究深度级别
- Quick — memory search + 1-2 web queries, 2-3 minutes
- Standard — memory + web + codebase scan, 5-10 minutes
- Deep — all sources + cross-referencing + pattern storage, 15-30 minutes
- Exhaustive — deep + spawn sub-agents for parallel research threads, 30+ minutes
- 快速——内存搜索 + 1-2次网页查询,耗时2-3分钟
- 标准——内存搜索 + 网页搜索 + 代码库扫描,耗时5-10分钟
- 深度——所有来源 + 交叉引用 + 模式存储,耗时15-30分钟
- 全面——深度研究 + 生成子Agent进行并行研究线程,耗时30分钟以上
Memory namespaces
内存命名空间
- — raw findings keyed by topic
research - — completed synthesis reports
research-synthesis - — source URLs and references
research-sources
- ——按主题分类的原始发现
research - ——已完成的合成报告
research-synthesis - ——来源URL和参考文献
research-sources