From octo
Executes simple ad-hoc tasks like bug fixes or refactors: directly implements changes, creates atomic commit, updates state, generates summary. Takes <task description> arg.
How this command is triggered — by the user, by Claude, or both
Slash command
/octo:quickcommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Quick Mode Command **Your first output line MUST be:** `🐙 Octopus Quick Mode` Execute ad-hoc tasks without multi-AI orchestration overhead. ## Usage ## When to Use **Perfect for:** - Bug fixes with known solutions - Configuration updates - Small refactorings - Documentation fixes - Dependency updates - Typo corrections **NOT for:** - New features - Architecture changes - Security-sensitive work - Tasks requiring research ## Examples ## What It Does 1. Directly implements the change 2. Creates atomic commit 3. Updates state 4. Generates summary **Skips:** Research, planning,...
Your first output line MUST be: 🐙 Octopus Quick Mode
Execute ad-hoc tasks without multi-AI orchestration overhead.
/octo:quick "<task description>"
Perfect for:
NOT for:
/octo:quick "fix typo in README"
/octo:quick "update Next.js to v15"
/octo:quick "remove console.log statements"
/octo:quick "add error handling to login function"
Skips: Research, planning, multi-AI validation
Quick mode only uses Claude (included with Claude Code). No external provider costs.
If the task becomes complex:
/octo:discover for research/octo:define for planning/octo:develop for building/octo:deliver for validationnpx claudepluginhub nyldn/claude-octopus --plugin octo/fastExecutes a trivial task inline — typo fixes, config changes, small refactors — without spawning subagents or planning overhead.
/quickExecutes a quick ad-hoc task with atomic commits and state tracking, skipping the full plan/review cycle.
/quickExecutes small self-contained tasks via Shipyard quick workflow: sets up minimal .shipyard if needed, generates numbered plan, and dispatches architect/builder agents.
/apex-quickQuick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
/quickPerforms quick context health check: quality score/grade, token overhead, top 3 issues with savings, degradation risk, and action suggestions.