Search

Search IconIcon to open search

Introducing Plan Mode

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
tags cscs/swe
created 12.10.2025, 16:27
modified 23.02.2026, 12:25
published Empty
topics Vibe Engineering, Cursor
authors Empty
ai-assisted No

Oct 7, 2025 by Jai Smith

Cursor can now create plans, research your codebase, and run longer agents.

Plan mode gives the model new tools to create and update plans, as well as an interactive editor to modify plans inline. Most new features at Cursor now begin with Agent writing a plan. We’ve seen this significantly improve the code generated.

When you prompt Agent to create a plan, Cursor researches your codebase to find relevant files, review docs, and ask clarifying questions. When you’re happy with the plan, it creates a Markdown file with file paths and code references. You can edit the plan directly, including adding or removing to-dos.

How to use Plan Mode

  • Start planning by pressing Shift + Tab in the agent input.
  • Answer clarifying questions on your requirements for the best output quality.
  • Review or edit the detailed plan, then build directly from your plan when ready.
  • Optionally, save the plan as a Markdown file in your repository for future reference.

Cursor will also suggest plan mode automatically when you describe complex tasks.

Try Plan Mode in our latest release.

Plan Mode in Cursor