Instant toggle between dev and research modes (v7.2.1 - faster, clearer)
Toggles between development and knowledge work modes to optimize agent routing for coding or research tasks.
/plugin marketplace add nyldn/claude-octopus/plugin install nyldn-claude-octopus@nyldn/claude-octopuscommands/Instantly switch between Development Mode š§ (code-focused) and Knowledge Work Mode š (research, strategy, UX).
ā Instant switching - No loading delays, optimized for speed ā Clearer output - Scannable status designed for Claude Code chat ā Error-free - Fixed config update issues ā Persistent - Settings automatically saved
Checking your current mode...
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh knowledge-mode
Just run the command in your conversation:
/claude-octopus:knowledge-mode on
/claude-octopus:knowledge-mode off
/claude-octopus:knowledge-mode
Or even simpler - just tell me!
I'll automatically detect and switch for you! āØ
Run this command to toggle modes:
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh knowledge-toggle
Or specify explicitly:
Enable Knowledge Mode:
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh knowledge-mode on
Disable Knowledge Mode:
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh knowledge-mode off
Check Current Status:
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh knowledge-mode status
When OFF, claude-octopus optimizes for software engineering:
codex, gemini, code-reviewerembrace, probe, tangle, optimizeWhen ON, claude-octopus optimizes for research and strategy:
ux-researcher, strategy-analyst, research-synthesizerempathize, advise, synthesizeAfter toggling, you'll see a clearer, more scannable output:
Knowledge Mode Enabled:
š Knowledge Work Mode ENABLED
Optimized for: Research, UX analysis, strategy
Workflows: empathize, advise, synthesize
Switch back: /claude-octopus:km off
Development Mode Active:
š§ Development Mode ACTIVE
Optimized for: Code development, technical tasks
Workflows: embrace, probe, tangle, ink
Switch to research: /claude-octopus:km on
The new output is:
/claude-octopus:knowledge-mode on
Then work naturally:
/claude-octopus:knowledge-mode
(No argument = shows current status)
/claude-octopus:knowledge-mode off
Then resume coding:
You can also use the shorter command:
/claude-octopus:km on
/claude-octopus:km off
/claude-octopus:km
The mode setting is saved to ~/.claude-octopus/.user-config and persists across terminal sessions. You only need to toggle once, and it stays that way until you change it.
/claude-octopus:knowledge-mode to confirm you're in the right modeauto routing - direct commands (empathize, embrace) work regardless of mode/claude-octopus:setup - Initial configuration/claude-octopus:check-updates - Check compatibility${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh help --fullMode not persisting?
Check that ~/.claude-octopus/.user-config is writable:
ls -la ~/.claude-octopus/.user-config
Want to see what mode does? Run with dry-run to see routing differences:
${CLAUDE_PLUGIN_ROOT}/scripts/orchestrate.sh auto "review this document" --dry-run