Start a plan
plan tool and the plan appears in the sidebar for review.
Review the plan
- Approve — executes the plan step-by-step, with progress in the sidebar.
- Revise — type what you want changed; the agent rewrites.
- Cancel — discards the plan.
Plan types
- Light plan — a checklist, no code. Fast, low context.
- Full plan — includes code snippets and old→new diffs. More context, higher confidence on big refactors.
Why plan mode
For small fixes, planning is overhead. For multi-file refactors, it catches mistakes before you commit to them — cheaper than re-running an expensive edit session.Resume a plan
If you close SoulForge mid-plan,/session continue picks up where you left off. Plans are saved to .soulforge/plans/ so they survive restarts.
