agent-booster-pack-whiteboard
ABP Pi whiteboarding guard plus whiteboarding skill: one user-facing question at a time.
Package details
Install agent-booster-pack-whiteboard from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:agent-booster-pack-whiteboard- Package
agent-booster-pack-whiteboard- Version
1.0.1- Published
- May 9, 2026
- Downloads
- 63/mo · 18/wk
- Author
- kreek
- License
- MIT
- Types
- extension, skill
- Size
- 38.9 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Agent Booster Pack Whiteboard
Pi runtime companion and matching full whiteboarding skill for ABP whiteboarding. It enforces one user-facing question at a time while whiteboarding mode is active.
Install
pi install npm:agent-booster-pack-whiteboard
Then in Pi:
/reload
Usage
Start whiteboarding mode manually:
/abp:whiteboard design the import flow
Or invoke the ABP whiteboarding skill; the guard activates automatically:
/skill:whiteboarding design the import flow
Stop enforcement:
/abp:whiteboard-off
While active, assistant responses that ask more than one user-facing question are blocked and the agent is prompted to regenerate with exactly one decision question. Other uncertainties should be written as notes, not questions.
Test
npm test
License
MIT — see LICENSE.