@rajeshkrishnamurthy/pi-workflow-team
Shared Pi workflow bundle for todos/routing/execution lanes
Package details
Install @rajeshkrishnamurthy/pi-workflow-team from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@rajeshkrishnamurthy/pi-workflow-team- Package
@rajeshkrishnamurthy/pi-workflow-team- Version
0.1.2- Published
- May 25, 2026
- Downloads
- not available
- Author
- rajeshkrishnamurthy
- License
- UNLICENSED
- Types
- extension, skill, prompt
- Size
- 207.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions/todos.ts",
"./extensions/answer.ts",
"./extensions/lat.ts"
],
"skills": [
"./skills"
],
"prompts": [
"./prompts/route-work.md",
"./prompts/chunk-run.md",
"./prompts/multi-chunk-impl.md"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@rajeshk/pi-workflow-team
Shared Pi workflow package for team repos.
Includes:
- Extensions:
todos,lat,answer - Skills: routing + direct/orchestrated execution chain + frontend/backend/testing/review lanes +
lat-bootstrap - Prompts:
route-work,chunk-run,multi-chunk-impl
Install
# npm (recommended for pinned releases)
pi install -l npm:@rajeshk/pi-workflow-team@0.1.0
# git fallback/source distribution
pi install -l git:github.com/<org>/<repo>@<tag>
-l writes package config to project .pi/settings.json.
Update policy
- Default: team repos stay pinned to an explicit version/tag.
- Pilot repos may use rolling refs only by explicit owner choice.
- Release rollout is owner-gated. Publish only when owner marks:
release_ready_to_share: yes
See docs/release-guide.md and docs/settings-integration.md.
Validate package
npm test