pi-planner
v2.0.0
Published
Planner workflow extension for Pi (questioning → implementation → summary)
Downloads
221
Maintainers
Readme
Pi Planner
Planner workflow extension for Pi with a strict three-phase flow:
- Planning (questioning + clarifications)
- Implementation (execute changes)
- Summary (final recap, no further edits)
Install
pi install npm:pi-plannerThen run:
/reloadUsage
Start planning
/plan Build a desktop-first landlord maintenance appPlanner commands
/plan [goal]— start planning mode/plan execute— force switch to implementation mode/plan status— show planner state/plan doctor— diagnostics (model/tools/state)/plan off— disable planner and restore default tools
What this extension does
- In planning mode, it enforces read-only exploration and asks structured multiple-choice clarifying questions via
planner_questionnaire. - After a plan is finalized (
planner_finalize_plan), it auto-switches to implementation mode. - In implementation mode, it enables coding tools and nudges finder-first execution.
- After implementation, it enters summary mode (read-only) and produces a final recap.
Notes
- This package is a Pi package (not an
npxinstaller). - Install/update/remove it with Pi package commands:
pi install npm:pi-planner
pi update
pi remove npm:pi-plannerDevelopment
git clone https://github.com/TheDenz3l/Pi-Planner.git
cd Pi-PlannerTest locally without publishing:
pi install /absolute/path/to/Pi-Planner
/reloadLicense
MIT
