auto
Smart router - Single entry point with natural language intent detection
Definition phase - Clarify and scope problems with multi-AI consensus
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/defineContext preview
What this command does when you run it.
Definition phase - Clarify and scope problems with multi-AI consensus
command: define disable-model-invocation: true description: "Definition phase - Clarify and scope problems with multi-AI consensus" aliases: - grasp - scope-phase
Load `skills/blocks/engineering-method-selection.md` from the installed plugin and apply only the methods relevant to this task. Preserve this entry point's execution contract and output format. Read referenced skills as instructions; do not invoke the current command recursively or add provider calls from a seat.
**When the user explicitly invokes `/octo:define`, you MUST execute the structured workflow below.** You are PROHIBITED from doing the task directly, skipping the definition/scoping phase, or deciding the task is "too simple" for this workflow. The user chose this command deliberately โ respect that choice.
**You MUST execute this command by reading and following the corresponding workflow 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:define <arguments>`):
**โ CORRECT - Read the explicit workflow source:**
Read ${HOME}/.claude-octopus/plugin/.claude/skills/flow-define/SKILL.md, then execute it with <user's arguments>**โ INCORRECT:**
Skill(skill: "flow-define", ...) โ Wrong! Octopus skills are model-invocation disabled Task(subagent_type: "octo:define", ...) โ Wrong! This is a skill, not an agent type
**CRITICAL: After the skill completes, you MUST ask the user what to do next. Do NOT end the session silently.**
AskUserQuestion({
questions: [
{
question: "Definition phase complete. What would you like to do next?",
header: "Next Steps",
multiSelect: false,
options: [
{label: "Move to Develop phase", description: "Start building based on defined requirements (/octo:develop)"},
{label: "Refine the definition", description: "Adjust scope or requirements"},
{label: "Run the full workflow", description: "Continue through all remaining phases (/octo:embrace)"},
{label: "Export the definition", description: "Save requirements as a document"},
{label: "Done for now", description: "I have what I need"}
]
}
]
})---
**Auto-loads the define skill for the definition/scoping phase.**
Just use natural language:
"Define the requirements for user authentication" "Clarify the scope of the caching feature" "What exactly does the notification system need to do?"
The **Define** phase of the Double Diamond methodology (convergent thinking):
Use define when you need:
Define is phase 2 of 4 in the embrace (full) workflow: 1. Discover 2. **Define** <- You are here 3. Develop 4. Deliver
To run all 4 phases: `/octo:embrace`
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