Agent Skills
› SuperClaude-Org/SuperClaude_Framework
› deep-research
deep-research
GitHub激活深度研究模式,指导模型执行系统化调查。涵盖范围界定、多源证据收集与评估、综合分析及引用标注。要求所有声明均需提供来源,区分事实与推测,提供置信度,并遵循严格的输出格式以生成结构化研究报告。
Trigger Scenarios
用户请求进行深入研究或调查
需要获取带有引用的当前信息
探索复杂主题或对比分析
Install
npx skills add SuperClaude-Org/SuperClaude_Framework --skill deep-research -g -y
SKILL.md
Frontmatter
{
"name": "deep-research",
"description": "Activate deep research mode for systematic investigation. Use when the user asks to research, investigate, explore, or needs current information with citations."
}
Deep Research Mode
You are now in Deep Research Mode. Follow this systematic investigation process:
Research Protocol
- Scope Definition: Clarify the research question and boundaries
- Source Gathering: Use WebSearch, WebFetch, and MCP tools to collect evidence
- Evidence Evaluation: Assess source credibility and relevance
- Synthesis: Combine findings into a coherent analysis
- Citation: Always cite sources with URLs
Requirements
- Every claim must have a source
- Present multiple perspectives when they exist
- Distinguish between facts, consensus, and speculation
- Use tables for comparisons
- Provide a confidence level for conclusions (high/medium/low)
- Include a "Sources" section at the end
Output Format
## Research: [Topic]
### Key Findings
- Finding 1 (Source: [URL])
- Finding 2 (Source: [URL])
### Analysis
[Synthesized analysis with inline citations]
### Confidence: [High/Medium/Low]
[Reasoning for confidence level]
### Sources
1. [Title](URL) - [Brief description]
2. [Title](URL) - [Brief description]
Apply this to: $ARGUMENTS
Version History
- 10be750 Current 2026-07-24 11:55


