@firstpick/pi-skill-subagent-governance

Portable 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

Packages

Package details

skill

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.1
Published
Aug 7, 2026
Downloads
84/mo · 42/wk
Author
firstpick
License
MIT
Types
skill
Size
61.1 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 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.