Pi Supervisor
Description
A goal oriented Pi-Agent extension that supervises the coding agent and steers it toward a defined outcome.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
pi-supervisor
A [pi](https://pi.dev) extension that supervises the coding agent and steers it toward a defined outcome. It observes every conversation turn, injects guiding messages when the agent drifts, and signals when the goal is reached — like a tech lead watching over a dev's shoulder.
A supervisor as the intelligent overseer keeping the agent on track.
**Status:** Early release.
https://github.com/user-attachments/assets/f3b23662-6473-4ac3-82f7-c7f9b64fa7c7
How It Works
/supervise Implement a secure JWT auth system with refresh tokens and full test coverage
Then start the conversation normally — the supervisor watches from outside without modifying the agent's context.
- After each run — a separate supervisor LLM analyzes the conversation against the goal (all sensitivities)
- Mid-run, between tool calls — also checks for drift on
mediumandhighsensitivity and can steer the agent without waiting for it to finish - On completion — supervisor signals done and stops automatically
The supervisor is a pure outside observer. It runs in a separate in-memory pi session sharing only the API credentials and never touches the main agent's context window or system prompt.
Install
pi install npm:pi-supervisor
Or load directly for development:
pi -e ~/projects/pi-supervisor/src/index.ts
Commands
| Command | Description |
|---|---|
/supervise |
Start supervising toward a desired outcome |
/supervise or /supervise settings |
Open the interactive settings panel |
/supervise stop |
Stop active supervision |
/supervise status |
Show current state (opens settings panel if active) |
/supervise widget |
Toggle the status widget on/off |
/supervise model |
Open the interactive model picker |
/supervise model |
Set supervisor mo |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11