Plan mode
Generate structured plans before executing changes.
Plan mode lets the agent analyze a task and generate a detailed implementation plan before making any changes. The plan is saved as plan.md in your project root.
How to use
Toggle the Plan/Build switch in the chat panel. In Plan mode, the agent will outline steps, file changes, and considerations. Switch to Build mode to execute the plan.
Benefits
- Review the approach before committing
- Catch architectural issues early
- Share plans with teammates
- Create a record of implementation decisions