Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Deep Research

A 7-phase research pipeline that produces cited, source-governed reports with mandatory counter-review.

Content & WritingIntermediate1,323212AI score 9/10Last updated: Aug 8, 2026

What it does

  • Decomposes a research question into 4–6 (or 3–4 in Lightweight mode) specialist tasks, dispatches subagents in parallel, and keeps raw search results out of the lead agent's context (~60–70% context savings).
  • Classifies every source by type (official, academic, secondary-industry, journalism, community) and accessibility, then enforces quality gates: ≥30% official sources, ≥5 unique domains, ≤25% single-source share.
  • Builds a locked citation registry — after P3 no new sources may appear and dropped sources can never be resurrected. Every claim carries an [n] citation plus a High/Medium/Low confidence marker.
  • Runs a mandatory counter-review (P6) that must surface at least 3 weaknesses — single-source claims, stale data, contradictions — and publishes them as a "Key Controversies" section.
  • Enterprise mode adds six-dimension data collection, SWOT, weighted competitive-barrier scoring, a risk matrix, and a scorecard across a 7-chapter template.

Who it's for

  • Analysts, consultants, and PMs producing market, industry, or competitive reports
  • Researchers and grad students who need traceable citations, not vibes
  • Anyone worried about AI-hallucinated statistics who wants verification baked into the workflow

Example uses

  1. "Research the competitive landscape for AI code review tools" → 5 parallel tasks → citation registry → 5,000-word report with confidence markers and controversies.
  2. "Do a due-diligence brief on Company X" → Enterprise mode collects six dimensions and outputs a 7-chapter report with SWOT and a probability × impact risk matrix.
  3. "Compare three vector databases for our stack" → Lightweight mode, 3–4 tasks, a 2,000–4,000-word technical brief with sourced trade-offs.

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the deep-research folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/deep-research/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/daymade/claude-code-skills.git && mkdir -p ~/.claude/skills && cp -r claude-code-skills/deep-research ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/daymade/claude-code-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r claude-code-skills/deep-research ~/.claude/skills/
  5. Confirm the reference docs came along: ls ~/.claude/skills/deep-research/references
  6. Restart Claude Code and run /skills to verify it is loaded.
  7. Make sure web search (and web fetch, for DEEP tasks) is enabled, then prompt: "Write a deep research report on <topic>" — the skill starts at phase P0 and reports progress after each phase.