pi-plan-build

Plan/Build mode toggle for pi CLI — opencode-style read-only plan ↔ full build

Packages

Package details

extension

Install pi-plan-build from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-plan-build
Package
pi-plan-build
Version
1.0.0
Published
May 31, 2026
Downloads
not available
Author
venkyyy27
License
MIT
Types
extension
Size
11.8 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-plan-build

Plan/Build mode toggle for pi CLI — opencode-style read-only plan ↔ full build mode.

Install

pi install npm:pi-plan-build

Usage

Action Effect
Tab Toggle plan ↔ build mode
/plan Toggle plan mode
/todos Show plan progress

Plan mode — read-only. Agent analyzes code and creates numbered plans. Only read, bash (safe commands), grep, find, ls available.

Build mode — full access. Agent executes the plan with edit, write, and all bash commands.

After creating a plan, a popup asks: Execute / Stay / Refine. Choosing "Execute" switches to build mode and tracks [DONE:n] markers with a progress widget.

Author

Venkata Sai Chirasani

License

MIT