Learn how to choose the right mode
Learn how to choose the right mode
Chat Mode
Learn and discuss without changing code.Mental Model: Talking to a knowledgeable colleague
Best For: Explaining concepts, comparing approaches, code review discussions.
Plan Mode
Safely explore and plan with read-only tools.Mental Model: Architect surveying before renovation
Best For: Understanding a codebase, bug investigation, planning implementations.
Agent Mode
Make actual changes with full tool access.Mental Model: Contractor executing approved blueprints
Best For: Implementing features, fixing bugs, running tests and commands.
What Are the Use Cases for Plan Mode
Plan Mode excels in four key scenarios where understanding before acting prevents expensive mistakes:Codebase Exploration
Navigate unfamiliar systems and trace data flows without modification risk.See exploration prompts →
Implementation Planning
Map dependencies and sequence complex changes before execution.
See planning prompts →
See planning prompts →
Issue Investigation
Debug systematically by tracing execution paths and analyzing root causes.See debugging prompts →
Architecture Analysis
Assess system health, identify bottlenecks, and plan improvements.See analysis prompts →
What Are the Best Practices for Plan Mode?
How to Plan Faster
- Scope your requests:
Focus analysis on the user authentication module only, ignore the admin features - Use targeted context:
Analyze @Files and its direct imports for security issues
How to Create Higher Quality Plans
- Provide business context:
This feature needs to handle Black Friday traffic (10x normal load). Plan accordingly. - Share technical constraints:
We're on AWS with strict security requirements. Plan a file upload system that meets SOC2 compliance. - Ask for risk analysis:
What could go wrong with this database migration? Plan rollback procedures. - Request multiple perspectives:
Show me 3 different approaches to implementing caching in this API, with pros and cons for each.
How to Enable Plan Mode
You can switch toPlan in the mode selector below the chat input box.