Skip to main content
Antigravity has two conversation modes that affect how the agent approaches work. SuperAntigravity is built around these modes: certain skills and workflows are optimized for one mode or the other, and the agent will prompt you if your current mode doesn’t match the work phase.
Planning Mode is for deep thinking, design, and complex problem-solving. Use it when you need the agent to reason carefully before acting.When to use it:
  • Running /brainstorm to design a feature before writing code
  • Running /plan to produce a bite-sized implementation plan
  • Running /research or /troubleshoot for investigation
  • Any task involving architecture decisions, trade-off analysis, or requirements discovery
Skills that require Planning Mode:
SkillWhy Planning Mode
brainstormingCollaborative design before any code
writing-plansStructured plan creation
systematic-debuggingMethodical investigation and isolation
deep-researchMulti-source information gathering
architecture-designOption evaluation and trade-off analysis
security-reviewCareful review of auth and sensitive paths

How the agent handles a mode mismatch

SuperAntigravity tracks which mode is appropriate for each phase of work. If you start a planning-phase skill while in Fast Mode — or an execution-phase skill while in Planning Mode — the agent will pause and prompt you:
*“I am starting a [Planning/Execution] phase. Please switch to [Planning/Fast] mode in the conversation settings for optimal performance.”
This is intentional. The prompt is not a suggestion — switching modes ensures the agent uses the right reasoning depth for the task.

How to switch modes

Mode is controlled in Antigravity’s conversation settings. Look for the mode toggle in the conversation header or settings panel and switch between Planning and Fast before starting a new phase of work.
Follow the SuperAntigravity workflow in order — /brainstorm/plan/implement/review/git — and you’ll naturally flow between Planning Mode for the early phases and Fast Mode for execution.

Quick reference

PhaseCommandMode
Requirements discovery/brainstormPlanning Mode
Write implementation plan/planPlanning Mode
Deep investigation/researchPlanning Mode
Architecture design/designPlanning Mode
Systematic debugging/troubleshootPlanning Mode
Feature implementation/implementFast Mode
Run tests/testFast Mode
Build and package/buildFast Mode
Git operations/gitFast Mode

Build docs developers (and LLMs) love