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


