SuperClaude_Framework deep-research
Activate deep research mode for systematic investigation. Use when the user asks to research, investigate, explore, or needs current information with citations.
install
source · Clone the upstream repo
git clone https://github.com/SuperClaude-Org/SuperClaude_Framework
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SuperClaude-Org/SuperClaude_Framework "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/superclaude/skills/deep-research" ~/.claude/skills/superclaude-org-superclaude-framework-deep-research && rm -rf "$T"
manifest:
plugins/superclaude/skills/deep-research/SKILL.mdsource content
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