deep-research
v2.10.3Disciplined, multi-source meta-research for high-stakes questions — the heavyweight alternative to the fast research router. Runs a 9-phase pipeline (reframe into falsifiable hypotheses → genre/blocks → plan → capability discovery → parallel sub-agent fan-out → score & triangulate → synthesize + adversarial pass → verify → refresh targets), triangulates every thesis against >=3 independent, differently-typed sources, saves each source to its own file with verbatim quotes, and never fabricates a citation. Output is an auditable, reusable folder with a delta-update refresh protocol. Use when a wrong answer is expensive: strategy, comparing N options, hypothesis validation, mapping a field.
By Alireza RezvaniLicense: MIT26k GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deep-research for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install deep-research@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/alirezarezvani/claude-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is research/deep-research/.
Plugin files
├── .claude-plugin/plugin.json└── skills/deep-research/SKILL.md
Included Skills1
Run a disciplined, multi-source research investigation for a high-stakes question or decision — fan-out web search across many channels, parallel sub-agents, source triangulation (each claim backed by ≥3 independent sources), an adversarial review pass, and every source saved to its own file with verbatim quotes for reuse. Use when a low-quality answer is expensive: strategy work, comparing N products/methods/markets, validating a hypothesis with external data, or mapping how a field works. NOT for quick fact-checks (answer directly), structured 12-dimension competitor scoring (use competitive-teardown), or fast topic overviews where the decision risk is low (use the research router instead).
Plugin manifests1
{
"name": "deep-research",
"description": "Disciplined, multi-source meta-research for high-stakes questions — the heavyweight alternative to the fast research router. Runs a 9-phase pipeline (reframe into falsifiable hypotheses → genre/blocks → plan → capability discovery → parallel sub-agent fan-out → score & triangulate → synthesize + adversarial pass → verify → refresh targets), triangulates every thesis against >=3 independent, differently-typed sources, saves each source to its own file with verbatim quotes, and never fabricates a citation. Output is an auditable, reusable folder with a delta-update refresh protocol. Use when a wrong answer is expensive: strategy, comparing N options, hypothesis validation, mapping a field.",
"version": "2.10.3",
"author": {
"name": "Alireza Rezvani",
"url": "https://alirezarezvani.com"
},
"homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/research/deep-research",
"repository": "https://github.com/alirezarezvani/claude-skills",
"license": "MIT",
"skills": [
"./skills/deep-research"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deep-research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deep-research)