@davidorex/pi-project-workflows
Pi extensions for structured project state, workflow orchestration, and behavior monitoring — single install for all three
Package details
Install @davidorex/pi-project-workflows from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@davidorex/pi-project-workflows- Package
@davidorex/pi-project-workflows- Version
0.14.6- Published
- Apr 27, 2026
- Downloads
- 1,428/mo · 210/wk
- Author
- davidorex
- License
- MIT
- Types
- extension, skill
- Size
- 70.4 KB
- Dependencies
- 3 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./project-extension.ts",
"./workflows-extension.ts",
"./monitors-extension.ts"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@davidorex/pi-project-workflows
Convenience meta-package that re-exports all three Pi extensions — structured project state, workflow orchestration, and behavior monitoring — in a single install.
Install
pi install npm:@davidorex/pi-project-workflows
This installs all three extensions:
- @davidorex/pi-project — schema-driven project state (typed blocks, validation, derived state)
- @davidorex/pi-workflows — workflow orchestration (YAML specs, DAG execution, checkpoint/resume)
- @davidorex/pi-behavior-monitors — behavior monitors (autonomous watchdogs, pattern classification, steering corrections)
Getting Started
/project init # scaffolds .project/ with schemas and starter blocks
/workflow init # scaffolds .workflows/ for run state
/project status # see derived project state
/workflow list # discover and run workflows
/monitors # list all monitors, scope, and state
Documentation
See the package READMEs for full API docs, source maps, and LLM guidance: