Quickstart
Get Claude Octopus running and try your first multi-AI workflow.Prerequisites
- Claude Code v2.1.50 or later — Check your version with the about menu in Claude Code
- No external API keys required to start (Claude is built-in)
Installation
Add the plugin marketplace
Open Claude Code and run:
This adds the Claude Octopus plugin repository to your available marketplace sources.
Install the plugin
Installation is scoped to your user by default. Add
--scope project to install per-project instead.Alternative: Install from terminal
If you prefer the command line:Setup and configuration
Run setup
After restarting Claude Code, run the setup command:This auto-detects installed providers and shows what’s available.
Review provider status
Setup shows which AI providers are ready:
You’re ready to use Claude Octopus! External providers (Codex, Gemini) are optional and only needed for multi-AI orchestration features.
Your first workflow
Let’s run a complete four-phase workflow with/octo:embrace:
Answer workflow questions
Claude will ask clarifying questions:
- Scope: Choose “Small feature” for this example
- Focus areas: Select “Architecture design” and “Performance”
- Autonomy: Choose “Supervised” to review after each phase
Watch the phases execute
Claude Octopus will:
- Discover — Research caching patterns and approaches
- Define — Clarify requirements and scope
- Develop — Implement the cache with quality validation
- Deliver — Final review and recommendations
Try these next
Now that you’ve run your first workflow, explore other commands:Quick research
Structured debate
Code review
Test-driven development
Dark Factory mode
Smart routing
Don’t remember command names? Just describe what you need:The smart router parses your intent and activates the right workflow.
Understanding command structure
All commands use the/octo: namespace:
| Command Pattern | Example | Purpose |
|---|---|---|
/octo:<phase> | /octo:discover | Run a single Double Diamond phase |
/octo:<skill> | /octo:debate | Run a specialized workflow |
/octo:<system> | /octo:setup | System configuration and status |
What’s next?
Command Reference
Explore all 46 commands and their options
Installation Guide
Deep dive into provider setup and configuration
Personas
Learn about the 33 specialized AI personas
Double Diamond
Understand the four-phase workflow methodology
Troubleshooting
Commands don't appear or aren't recognized
Commands don't appear or aren't recognized
- Verify installation:
claude plugin list | grep claude-octopus - Check that the plugin is enabled
- Fully restart Claude Code (Cmd+Q on macOS, complete exit on Windows/Linux)
- Check debug logs in
~/.claude/debug/*.txt
Setup shows all providers as unavailable
Setup shows all providers as unavailable
Workflows run but don't produce results
Workflows run but don't produce results
- Check results directory:
~/.claude-octopus/results/ - Run diagnostics:
/octo:doctor - Check logs:
~/.claude-octopus/logs/
How do I uninstall?
How do I uninstall?
--scope project to match your installation scope.This removes all plugin files. Project-specific state in .octo/ is preserved.Need more help? Run
/octo:doctor for comprehensive environment diagnostics across 9 check categories.