quick
The quick slash command executes straightforward development tasks directly without multi-AI orchestration, making atomic changes and generating summaries. Use it for isolated work like bug fixes, typo corrections, dependency updates, and small refactorings where the solution is already known, but escalate to other Octopus commands if tasks require research, planning, or complex architectural decisions.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/quick.md -o ~/.claude/commands/quick.mdquick.md
# Quick Mode Command **Your first output line MUST be:** `🐙 Octopus Quick Mode` Execute ad-hoc tasks without multi-AI orchestration overhead. ## Usage ``` /octo:quick "<task description>" ``` ## 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 ``` /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" ``` ## What It Does 1. Directly implements the change 2. Creates atomic commit 3. Updates state 4. Generates summary **Skips:** Research, planning, multi-AI validation ## Cost Quick mode only uses Claude (included with Claude Code). No external provider costs. ## When to Escalate If the task becomes complex: - Use `/octo:discover` for research - Use `/octo:define` for planning - Use `/octo:develop` for building - Use `/octo:deliver` for validation
Backend architect for scalable API design, microservices, and distributed systems
Cloud architect for AWS/Azure/GCP infrastructure, IaC, FinOps, and multi-cloud strategies
Code review expert for quality analysis, security vulnerabilities, and production reliability
Database architect for data modeling, technology selection, schema design, and migration planning
Debugging specialist for errors, test failures, and unexpected behavior
Technical documentation architect for comprehensive system docs and architecture guides
Frontend developer for React, Next.js, responsive layouts, and accessible UI components
Performance engineer for optimization, observability, and scalable system performance