@firstpick/pi-skill-subagent-governance
Portable Agent Skill that governs one or more delegated children through role fit, plan-backed workers, one-writer isolation, handoffs, bounded retry safety, and reviewer finding disposition.
Package details
Install @firstpick/pi-skill-subagent-governance from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-skill-subagent-governance- Package
@firstpick/pi-skill-subagent-governance- Version
0.1.2- Published
- Aug 11, 2026
- Downloads
- 194/mo · 34/wk
- Author
- firstpick
- License
- MIT
- Types
- skill
- Size
- 60.3 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Subagent Governance
Keep delegated AI work properly divided, isolated, reviewed, and safely recovered when something fails.
Helpful when
- A task may benefit from one or more delegated specialists.
- More than one worker could edit the same project.
- Delegated results need review or a safe retry decision.
What to share with Pi
- The outcomes that need to be delivered
- Which files may be changed
- Important decisions, limits, and review requirements
Try asking
Decide whether this migration should be delegated. Keep writers isolated and explain the required handoffs and review.
What you’ll get
- An outcome-driven decision to work directly or delegate to one or more children
- Clear plan, ownership, sequencing, and safety boundaries
- Rules for handoff, review, and recovery
Keep in mind
This skill guides delegation decisions; it is not a runtime guard and does not make unavailable agents or tools available. This package is not installed or enabled automatically, requires explicit authorization to install, and has no npm runtime dependencies.
Install
pi install npm:@firstpick/pi-skill-subagent-governance
Restart Pi if the skill does not appear in your current session.
Technical details
See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.