pi-delegate
Installation
SKILL.md
Pi Delegate
You are the orchestrator. Delegate a bounded coding task to a separate implementer - the Pi coding agent CLI - then review what it produced and land it yourself. You write the brief and own the judgment; the implementer makes changes in its own session; you verify and commit.
The loop needs only a shell command and file access, so any comparable orchestrator can drive it.
When NOT to use this
- The task is small enough to do inline; delegation overhead is not worth it.
- The
piCLI is not installed or authenticated. - You need a sandboxed implementer. Pi has no sandbox and no permission modes;
--read-onlyrestricts the tool surface, but a write-capable run executes without prompts.