From research
Investigates a topic thoroughly by gathering information from multiple angles and synthesizing it into a structured report with strategic summary, key questions, and best practices.
How this command is triggered — by the user, by Claude, or both
Slash command
/research:deep-dive topic or leave blank for current contextThe summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Conduct a deep-dive investigation into $ARGUMENTS (or the current topic if no arguments provided). Go beyond surface-level understanding. Synthesize multiple sources into comprehensive knowledge. </objective> <intake_gate> <context_analysis> First, analyze $ARGUMENTS to extract what's already provided: - The topic to investigate - Specific questions to answer - Depth required - How this knowledge will be used Only ask about genuine gaps - don't re-ask what's already stated. </context_analysis> <initial_questions> Use AskUserQuestion to ask 2-4 questions based on actual gaps...
Go beyond surface-level understanding. Synthesize multiple sources into comprehensive knowledge.
<intake_gate>
<context_analysis> First, analyze $ARGUMENTS to extract what's already provided:
Only ask about genuine gaps - don't re-ask what's already stated. </context_analysis>
<initial_questions> Use AskUserQuestion to ask 2-4 questions based on actual gaps:
If questions unclear:
If depth unclear:
If focus unclear:
If application unclear:
Skip questions where $ARGUMENTS already provides the answer. </initial_questions>
<decision_gate> After receiving answers, use AskUserQuestion:
Question: "Ready to start the deep dive, or would you like me to ask more questions?"
Options:
If "Ask more questions" → generate 2-3 contextual follow-ups, then present decision gate again If "Let me add context" → receive input, then present decision gate again If "Start research" → proceed to research </decision_gate>
</intake_gate>
After intake complete:<output_format>
[2-3 sentences: what this is, key insight, main implication for our work]
[2-3 paragraph synthesis of what this is and why it matters]
[Detailed explanation of mechanics, architecture, or process]
[Why it exists, what problem it solved, how it evolved]
[Where things are heading, recent developments, community direction]
<claude_context>
Next Action: Apply this knowledge to implementation, research specific aspect deeper, or run /plan/project
<artifact_output> Save the research to a file:
Create directory structure if it doesn't exist:
[current-working-directory]/artifacts/research/Generate filename from topic:
YYYY-MM-DD-[topic]-deep-dive.md2025-01-15-kubernetes-networking-deep-dive.mdWrite the complete research to the file
Report to user: "Saved to artifacts/research/[filename]"
</artifact_output>
<success_criteria>
3plugins reuse this command
First indexed Jan 19, 2026
npx claudepluginhub helloworldsungin/ark-ai-agent --plugin research/deep-diveInvestigates a topic thoroughly by gathering information from multiple angles and synthesizing it into a structured report with strategic summary, key questions, and best practices.
/f5-researchConducts deep research on a topic using web search, documentation lookup, code analysis, and AI synthesis, producing structured reports with plans, findings, and evidence.
/deep_researchOrchestrates multi-agent deep research on a topic by analyzing complexity, generating sub-questions, spawning parallel research workers, and synthesizing cited reports.
/researchConducts deep research on a topic from 30+ sources, distills insights, and creates a structured Markdown documentation file in docs/project/research/.
/sc-researchPerforms deep web research with adaptive planning, multi-hop reasoning, and evidence synthesis, producing structured reports with citations.
/researchConducts deep multi-hop web research with adaptive planning, evidence synthesis, and configurable depth (quick/standard/deep/exhaustive). Produces a structured report with citations and confidence levels.