ICYMI: Cursor released Plan Mode for structured code planning

What's new? Cursor rolled out Plan Mode to let developers draft and edit structured plans; it runs an agent to scan codebases and save plans in Markdown

· 1 min read
Cursor
Image: Cursor

Cursor has rolled out a new Plan Mode feature, allowing developers to generate, review, and edit structured plans for code changes directly within their workflow. This update introduces capabilities for the agent to analyze codebases, identify key files and documentation, and prompt users with clarifying questions to refine requirements. Once a plan is finalized, it is saved as a Markdown file, listing file paths and specific code references, which can be further modified in an interactive editor. Users can initiate this process using the Shift + Tab shortcut or receive automatic prompts when describing complex tasks. The feature is designed for developers seeking more comprehensive planning before code execution, aiming at improved code quality and collaboration.

Plan Mode is now publicly available to Cursor users and supports integration with various code repositories. It distinguishes itself from previous versions by supporting longer agent sessions, more detailed research capabilities, and inline editing for plans. Compared to other AI coding assistants, Cursor’s approach emphasizes planning and documentation before changes are made, which may appeal to teams prioritizing structured development workflows. Early feedback from users highlights the usefulness of the clarifying questions and the ability to save plans for future reference.

Cursor, the company behind this release, focuses on AI-powered coding tools that integrate with code editors and repositories. Their goal with Plan Mode is to address common challenges in managing complex code changes, helping users maintain clarity and documentation throughout the development process.

Source