Executes simple ad-hoc tasks like bug fixes or refactors: directly implements changes, creates atomic commit, updates state, generates summary. Takes <task description> arg.
From octonpx claudepluginhub nyldn/claude-octopus --plugin octocommands//quickExecutes small self-contained tasks via Shipyard quick workflow: sets up minimal .shipyard/, generates numbered plan with architect agent, executes with builder agent.
/quickOrchestrates small, scoped code changes with tests and security via a lightweight 2-phase execution-validation workflow using Python helper.
/quickExecutes ad-hoc tasks via learnship quick workflow with atomic commits, state tracking, and minimal planning ceremony.
/quickGenerates a complete skill from a description: YAML frontmatter, SKILL.md body with workflow/examples, supporting files. Saves to location and auto-validates structure/quality.
/quickQuickly fixes obvious bugs like typos, logic errors, or import issues using simplified TDD workflow: auto-analyzes/plans, then approves tests, implementation, refactor, and finalizes.
/quickPerforms streamlined code review on files or directories using git context for changes, provides prioritized feedback by severity and confidence, offers conventional commit fixes.
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 validation