@firstpick/pi-skill-subagent-governance
skillmaintainedPortable Agent Skill that governs delegation admissibility for a parent orchestrator, covering zero-or-multiple fanout, the static two-worker minimum, role-fit balance, one-writer isolation, worker handoffs, bounded retry safety, and reviewer finding disp
by — · v0.1.1 · published 1d ago
$ pi install npm:@firstpick/pi-skill-subagent-governanceSignals
Download trend
101 downloads · last 12 weeks (weekly)
README
Subagent Governance
Keep delegated AI work properly divided, isolated, reviewed, and safely recovered when something fails.
Helpful when
- A task may benefit from several AI workers.
- 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
- A direct-work or delegation decision
- Clear ownership 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.