What problem does it solve? Full multi-AI workflows add unnecessary overhead for trivial tasks like typo fixes, config tweaks, or single-file bug fixes. This Skill provides a lightweight execution path that skips research, planning, and multi-provider validation while still keeping commits, state tracking, and summaries. ## Core Features & Use Cases - Fast-track execution: Implements small, well-understood changes directly without multi-AI orchestration. - Atomic commits with audit trail: Every change is committed with a quick: prefixed message, recorded in state, and summarized in .claude-octopus/quick/. - Escalation guidance: Detects when a task is too complex and recommends switching to the full Discover/Define/Develop/Deliver workflow. - Use Case: A user asks to fix a typo in README.md or update a dependency version; the Skill edits the file, commits the change, logs the decision, and writes a timestamped summary. ## Quick Start Ask the assistant to use quick mode to fix a small, known issue such as "fix the broken import in auth.ts" and it will edit, commit, and summarize the change.