promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/planning

Turns on the multi-turn plan generation mode.

According to the central slash command reference, /planning belongs to the Configurations category and enables a mode where the agent generates a plan across multiple turns before executing, instead of acting directly.

โœ… WHEN TO USE IT?

Let a complex task with several dependencies be planned properly

Turn on /planning before starting a larger refactoring task

โ›” WHEN NOT TO?

A small, unambiguous single action

For trivial actions, planning mode adds unnecessary overhead.

Better: /fast for quick, simple actions

SOURCES