🚀 Major UX Improvement
60% shorter commands! This release changes the namespace from /claude-octopus: to /co: and adds 11 new skill commands for better discoverability.
✨ What's New
Shorter Command Namespace
- All commands now use
/co:instead of/claude-octopus: - Example:
/co:setup,/co:debate,/co:review - Much faster to type and easier to remember
- Backward compatible - existing installations just see new namespace
11 New Skill Commands 🆕
Skills are now directly accessible as commands and appear in autocomplete:
| Command | Description |
|---|---|
/co:debate
| AI Debate Hub - Structured three-way debates |
/co:review
| Expert code review with quality assessment |
/co:research
| Deep research with multi-source synthesis |
/co:security
| Security audit with OWASP compliance |
/co:debug
| Systematic debugging with investigation |
/co:tdd
| Test-driven development workflows |
/co:docs
| Document delivery (PPTX/DOCX/PDF export) |
/co:probe
| Discovery phase (Double Diamond) |
/co:grasp
| Definition phase (Double Diamond) |
/co:tangle
| Development phase (Double Diamond) |
/co:ink
| Delivery phase (Double Diamond) |
📊 Impact
- Total commands: 18 (7 system + 11 skills)
- Better discoverability: Type
/co:and see all available commands - Autocomplete: All skills now appear in command autocomplete
- Natural language still works: Commands are shortcuts, triggers remain active
🎯 Quick Examples
/co:setup # Check your configuration
/co:debate # Start a multi-AI debate
/co:review # Code review a file/module
/co:research # Deep research on a topic
/co:security # Security audit
/co:probe # Discovery phase research📦 Installation
New installations:
/plugin marketplace add nyldn/claude-octopus
/plugin install claude-octopus@nyldn-pluginsExisting installations:
/co:update --updateOr manually:
/plugin marketplace update nyldn-plugins
/plugin install claude-octopus@nyldn-pluginsAfter updating: Restart Claude Code to see the new /co: namespace.
🔄 Migration from v7.5.x
No action required! The namespace change is automatic:
- Old:
/claude-octopus:setup❌ (no longer works) - New:
/co:setup✅ (use this)
All your existing workflows continue to work - just with shorter commands!
📖 Full Changelog
Questions or issues? Report them at https://github.com/nyldn/claude-octopus/issues