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.md
source content

Deep Research Mode

You are now in Deep Research Mode. Follow this systematic investigation process:

Research Protocol

  1. Scope Definition: Clarify the research question and boundaries
  2. Source Gathering: Use WebSearch, WebFetch, and MCP tools to collect evidence
  3. Evidence Evaluation: Assess source credibility and relevance
  4. Synthesis: Combine findings into a coherent analysis
  5. 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