By fivetaku
Conducts multi-step autonomous deep research with multi-agent source verification and structured report generation, including interactive query building, focus selection, session management, and resume support.
This skill should be used when a user requests deep research on any topic. Example queries include "/deep-research", "deep research on", "리서치해줘", "딥리서치", "심층 연구", "[주제]에 대해 리서치해줘".
This skill should be used when a user wants to build a structured research query interactively before starting deep research. Example queries include "/deep-research query", "리서치 쿼리 만들어줘", "research query builder", "structured research query", "쿼리 빌더".
English | 한국어
AI-powered deep research with multi-agent source verification and structured outputs.
Turn a single question into a comprehensive, citation-backed research report — automatically.
Quick Start • Why deep-research? • How it works • Commands • Output • Requirements
/plugin marketplace add https://github.com/fivetaku/gptaku_plugins.git
/plugin install deep-research
Cache loads on startup — a restart is required after install.
/deep-research AI coding assistants productivity impact
Claude will ask a few scoping questions, then deploy parallel research agents and deliver a structured report.
state.json; pick up where you left off if a session is interruptedUser query
│
▼
Phase 1: Question Scoping
└─ AskUserQuestion → focus, depth, audience, sources
│
▼
Phase 2: Retrieval Planning
└─ Break into 3-5 subtopics → search query generation → plan approval
│
▼
Phase 3: Iterative Querying ←──────────────────┐
├─ Web Research Agent (x2-3) │
├─ Academic/Technical Agent (x1-2) │ refine if gaps
└─ Cross-Reference Agent (x1) │
│ │
▼ │
Phase 4: Source Triangulation ─────────────────-┘
└─ Cross-verify key claims (≥2 sources) → A–E quality rating
│
▼
Phase 5: Knowledge Synthesis
└─ Structure → write sections → inline citations
│
▼
Phase 6: Quality Assurance
└─ Hallucination check → citation verification → completeness
│
▼
Phase 7: Output & Packaging
└─ Executive summary + full report + bibliography + website (optional)
| Command | Description |
|---|---|
/deep-research [topic] | Start a new research session |
/deep-research resume [session_id] | Resume a previous session |
/deep-research status | View all session progress |
/deep-research query | Launch the structured query builder |
/deep-research | Open the interactive menu |
deep research on [topic]
research [topic]
[topic] 리서치해줘
딥리서치 [주제]
심층 연구 [주제]
Three agent types run in parallel during Phase 3:
| Agent | Count | Focus |
|---|---|---|
| Web Research | 2–3 | Latest news, trends, market data |
| Academic / Technical | 1–2 | Papers, specs, official docs |
| Cross-Reference | 1 | Fact-checking key claims |
| Grade | Type | Examples |
|---|---|---|
| A | Peer-reviewed, systematic reviews | Nature, Lancet, IEEE |
| B | Official docs, clinical guidelines | FDA, W3C, WHO |
| C | Expert opinion, industry reports | Gartner, conferences |
| D | Preprints, white papers | arXiv, company blogs |
| E | Anecdotal, speculative | Social media, forums |
RESEARCH/{topic}_{timestamp}/
├── state.json # Session state (for resume)
├── README.md # Navigation guide
├── outputs/
│ ├── 00_executive_summary.md # 3–5 page summary
│ ├── 01_full_report/ # Full sectioned report
│ ├── 02_appendices/ # Supporting material
│ └── comparison_data.json # Structured comparison data
├── sources/
│ ├── sources.jsonl # Collected sources
│ ├── bibliography.md # Formatted bibliography
│ └── quality_report.md # Source quality ratings
└── website/ # (optional) Interactive presentation
├── index.html
├── styles.css
└── script.js
MIT
Research that cites its sources. Every time.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fivetaku/deep-research-kitPlatform-specific access strategies for AI agents — auto-bypasses blocked sites (X/Twitter, Reddit, Stack Overflow, Naver, Coupang, LinkedIn) without API keys. Phase 0→3 adaptive scheduler with curl_cffi TLS impersonation and auto dependency install.
A harness that makes Opus (or any Claude model) behave like Fable. It enforces completion, evidence, and verification as procedure, and auto-routes the right verified pack per task: render-output verification, a multi-story evidence gate, an investigation protocol, and an early-stop guard. It does not fake model capability — see README for the full analysis of what transfers and what does not.
AI mentor agent for vibe coders - analyzes Claude Code conversations with 6-axis skill evaluation (DECOMP/VERIFY/ORCH/FAIL/CTX/META), 7-level system (L1~L7, 0.5 increments), 4 workspace types (Builder/Explorer/Designer/Operator), and longitudinal growth tracking.
Parallel coding orchestration + Codex image generation — /pumasi for parallel code, /pumasi:image for AI image generation
Fetch and explain official documentation for any library/framework using llms.txt pattern. Inspired by the built-in claude-code-guide agent.
Structured deep research methodology for Claude Code — query decomposition, parallel web research with source verification, hallucination prevention, and synthesis into well-sourced documents
PhD-level research capabilities: literature review, multi-source investigation, critical analysis, hypothesis-driven exploration, quantitative/qualitative methods, and lateral thinking
Comprehensive Research Planning agents specializing in synthesising hypothesis and claims, researching related work and challenging assumptions.
Autonomous, personalized research loops for Claude Code. Set a topic, walk away, come back to a quality-gated report adapted to your projects.
Multi-agent deep research plugin with parallel web searches and synthesis
Research sprint orchestrator for Claude Code. Structured research with claims, evidence tiers, and compiled output.