Adds a planning mode for thinking through a change before code is written.
- Switches Pi into a planning-first mode.
- Can use a dedicated model for planning.
- Asks for important decisions before writing a plan.
- Checks plan quality before implementation begins.
Install it through Pi:
pi install npm:@firstpick/pi-extension-plan-mode-toggleRestart Pi if the package does not appear in your current session.
Turn planning on with /plan-mode on, describe the change, and answer the planning questions. Review the resulting plan before switching back to implementation work.
/plan-mode [on|off|status]— enable, disable, or inspect plan mode./plan-model [select|provider/model-id]— choose or configure the planning model.
Brave Search is optional. Configure the Brave Search extension first if you want planning mode to use current web results.
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.