@agent-plan/pi-adapter
Pi agent extension for Agent Plan — structured project planning in .planner/
Package details
Install @agent-plan/pi-adapter from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@agent-plan/pi-adapter- Package
@agent-plan/pi-adapter- Version
0.2.29- Published
- Sep 11, 2026
- Downloads
- 4,328/mo · 91/wk
- Author
- ovidius
- License
- unknown
- Types
- extension
- Size
- 1.2 MB
- Dependencies
- 4 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"."
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@agent-plan/pi-adapter
Pi agent extension for Agent Plan — structured project planning in .planner/.
Install
pi install npm:@agent-plan/pi-adapter
Then restart Pi in a project directory to enable planning.
Check the version actually loaded by Pi:
/planner version
From a shell, inspect the installed package directly:
npm --prefix "$HOME/.pi/agent/npm" list @agent-plan/pi-adapter --depth=0
Commands
Once installed, use /planner init to initialize planning in a project,
then /planner version, /planner feature add, /planner phase add, /planner task add,
and the lifecycle commands /planner task start//planner task complete.
See the root README for the full command reference.