Cursor CLIplanningbuilt-in

/plan

Switch to Plan mode — the agent researches your codebase, asks clarifying questions, and produces a reviewable implementation plan before writing code.

About

Plan mode works best for complex features, multi-file changes, unclear requirements, and architectural decisions. Agent asks questions → researches codebase → generates plan → you review/edit → build when ready. Also accessible via Shift+Tab or --mode=plan flag.

When to use

  • Complex features requiring architectural decisions before coding
  • Multi-file changes where sequence matters
  • When requirements are ambiguous and you need the agent to ask questions

More Cursor CLI commands