auto
Smart router - Single entry point with natural language intent detection
Deep research with multi-source synthesis and comprehensive analysis
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/researchContext preview
What this command does when you run it.
Deep research with multi-source synthesis and comprehensive analysis
command: research disable-model-invocation: true description: Deep research with multi-source synthesis and comprehensive analysis
**Your first output line MUST be:** `๐ Octopus Research`
**When the user explicitly invokes `/octo:research`, you MUST execute the structured research workflow below.** You are PROHIBITED from answering directly, skipping the multi-provider research, or deciding the topic is "too simple" for deep research. The user chose this command deliberately โ respect that choice.
**You MUST execute this command by reading and following the dedicated research source. You are PROHIBITED from:**
**Multi-LLM orchestration is the purpose of this command.** If you execute using only Claude, you've violated the command's contract.
---
When the user invokes this command (e.g., `/octo:research <arguments>`):
First parse explicit flags from the user's arguments:
Map breadth to intensity when intensity is absent:
If neither flag is present, use the AskUserQuestion tool to select intensity:
AskUserQuestion({
questions: [
{
question: "How thorough should the research be?",
header: "Research Intensity",
multiSelect: false,
options: [
{label: "Quick (1-2 min)", description: "2 agents โ fast problem space scan"},
{label: "Standard (2-4 min)", description: "4-5 agents โ balanced multi-perspective coverage (recommended)"},
{label: "Deep (3-6 min)", description: "6-7 agents โ exhaustive analysis with web search"}
]
}
]
})Map the answer to an intensity value:
**โ CORRECT - Read the explicit workflow source:**
Read `${HOME}/.claude-octopus/plugin/.claude/skills/skill-deep-research/SKILL.md`, then execute it with `[breadth=light|standard|exhaustive] [intensity=quick|standard|deep] <user's arguments without routing flags>`.Examples:
**โ INCORRECT - Do NOT use these:**
Using the octo:discover skill โ Wrong here! Research has a dedicated skill contract Skill(skill: "flow-discover", ...) โ Wrong! Internal skill name, not resolvable by Skill tool Skill(skill: "discover", ...) โ Wrong! Must use full namespaced name Task(subagent_type: "octo:discover", ...) โ Wrong! This is a skill, not an agent type
---
**Loads the dedicated research workflow only after this explicit command.**
Just use natural language:
"Research OAuth 2.0 authentication patterns" "Deep research on microservices architecture best practices" "Research the trade-offs between Redis and Memcached"
A dedicated research workflow aligned with the **Discover** phase of the Double Diamond methodology:
All research output MUST follow this structured template:
2-3 sentences summarizing the key finding. What does the reader need to know?
Group findings into 3-5 themes. Each theme gets a heading, a summary paragraph, and supporting evidence.
Numbered list of actionable insights. Each takeaway should be specific enough to act on.
Every factual claim MUST cite its source. Claims without sources should be explicitly marked as **inference** or **opinion**. Format:
Brief note on what was researched, which providers contributed, and any gaps or limitations:
"Research GraphQL vs REST API design patterns" "I need deep research on Kubernetes security best practices" "Research authentication strategies for microservices"
Every AI model has blind spots. Claude Octopus supports twelve external provider integrations โ Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code โ alongside the built-in Claude Code
Repo: nyldn/claude-octopus
Smart router - Single entry point with natural language intent detection
Start a creative thought partner brainstorming session
Switch Octopus model routing to the configured budget tier
[advanced] Activate destructive command warnings for the session
[advanced] Compatibility view of the deterministic Octopus usage report
Multi-LLM council for advice, decision support, implementation plans, and gated implementation