The /boost slash command activates an on-demand multi-agent reasoning pipeline designed for challenging software engineering tasks. When standard single-turn coding assistance falls short on complex bugs, race conditions, or intricate refactoring, /boost breaks down the problem, delegates focused workstreams to specialized subagents, and independently verifies solutions across iterative rounds.
Modern software development involves problems spanning a wide spectrum of complexity:
/boost addresses the crucial middle ground: interactive, high-intensity developer productivity. It delivers multi-agent deep reasoning directly within your day-to-day coding sessions without requiring complex setup or prolonged scoping interviews.
When you invoke /boost, Antigravity initiates a three-phase multi-agent reasoning pipeline that decouples strategy formulation from isolated execution and verification:
Section titled “Phase 1: Goal & strategy formulation”
The Primary Orchestrator receives your prompt, inspects workspace context, and formulates an execution strategy. It breaks down complex engineering challenges into discrete, verifiable subtasks and determines which specialized workstreams are required.
Section titled “Phase 2: Parallel execution & verification”
The Orchestrator dispatches focused subtasks to specialized subagents operating in clean, isolated scopes:
Section titled “Phase 3: Synthesis & delivery”
Before presenting the final outcome, the reasoning pipeline aggregates findings and runs regression checks:
Section titled “When to use /boost”
The following table compares the three primary execution modes in Antigravity:
| Dimension | Default Agent | 🚀 Boost (/boost) |
👥 Teamwork (/teamwork-preview) |
|---|---|---|---|
| Primary focus | Full-spectrum interactive coding & pair programming | Deep reasoning and tricky bugs | Autonomous multi-day agent teams |
| Task horizon | Seconds to minutes | Seconds to hours | Hours to days |
| Plan tier | All plans | Paid plans | Paid plans |
| Scoping phase | Single prompt | Immediate execution | Two-phase scoping interview |
| Architecture | Single-agent direct loop | 3-phase reasoning hierarchy | Multi-role agent teams |
| Workspace model | Shared working tree | Ephemeral isolated worktrees | Persistent isolated worktrees per milestone |
| Verification | Single-pass tool check | Multi-round independent verification | Adversarial falsification and independent success audit |
| Best suited for | Feature development, code navigation, refactoring, and general engineering workflows | Tough concurrency bugs, algorithmic optimization, intricate multi-file refactors | Subsystem builds, formal proofs, and autonomous OS-scale campaigns |
Section titled “How to use /boost”
You can invoke Boost across all Antigravity surfaces.
Section titled “In Antigravity 2.0”
Type /boost followed by your task prompt in any conversation turn:
/boost Investigate the race condition in the session cache and implement a thread-safe fix with tests.
Section titled “In Antigravity CLI”
Type /boost directly into the terminal user interface (TUI) prompt box:
/boost Optimize the matrix transposition algorithm to use SIMD vectorization and benchmark throughput.
Section titled “1. Concurrency and race conditions”
Debugging multithreaded timing issues, deadlocks, and cache synchronization bugs where reproduction requires careful trace analysis and isolated verification:
/boost Reproduce and fix the intermittent deadlock in the connection pool during high connection turnover.
Section titled “2. Algorithmic problem solving”
Implementing high-performance algorithms, custom data structures, graph traversals, or mathematical routines with rigorous boundary testing:
/boost Implement a lock-free ring buffer for streaming telemetry events and write stress tests.
Section titled “3. Non-trivial refactoring”
Refactoring tightly coupled modules, modernizing legacy interfaces, or migrating synchronous APIs to asynchronous patterns across multiple files:
/boost Refactor the authentication middleware to use asynchronous token validation without breaking existing routes.
Section titled “4. Deep root-cause investigation”
Tracing execution paths across unfamiliar or large codebases to isolate the exact origin of an unexpected failure:
/boost Trace why HTTP request timeouts spike when batch payload size exceeds 2MB, without modifying code.
Section titled “Safety and permissions”
Boost respects all standard Antigravity security policies:
Explore related documentation and guides:
/teamwork-preview): Learn how collaborative agent teams tackle large-scale migrations.