pi-subagents

Coordinates subagent tasks across parallel, chain, and async workflows in Pi's framework.

11|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ethanolivertroy/my-agent-stuff --skill pi-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pi-subagents
Source: https://github.com/ethanolivertroy/my-agent-stuff/tree/main/skills/pi-subagents
Command: npx skills add https://github.com/ethanolivertroy/my-agent-stuff --skill pi-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pi, subagents, oracle, worker, reviewer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The pi-subagents Skill addresses the need for efficient work orchestration by allowing you to delegate tasks to subagents for review, planning, implementation, and context-building in multi-agent workflows.

Core Features & Use Cases

  • Subagent Workflows: Coordinate tasks across multiple agents using single-agent, chain, parallel, async, forked-context, and intercom-coordinated workflows.
  • Agent Orchestration: Use the skill for advisory review, implementation handoffs, and multi-step tasks that require control over multiple agents.
  • Use Case: When you need to review a diff across multiple reviewers or create a detailed handoff plan for implementation, this skill enables you to launch and manage subagent tasks effectively.

Quick Start

Launch a parallel review with /parallel-review -t "Adversarial code review of the diff."

Frequently Asked Questions about pi-subagents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent workflows for parallel code review?

Multi-agent workflows for parallel code review are coordinated by delegating tasks to subagents. You can launch parallel execution directly using commands like `/parallel-review` to handle adversarial diff analysis across multiple reviewers.

What is subagent work distribution in agent orchestration?

Subagent work distribution is the process of delegating tasks like planning, implementation, and context-building across multiple agents. It uses chain, parallel, async, and intercom-coordinated workflows to manage complex execution paths.

Do I need the Pi framework set up to use subagent orchestration?

Yes, subagent orchestration inherently integrates with and requires the Pi framework. You must have Pi and its associated agents, such as oracle, worker, and reviewer, fully set up before executing workflows.

Can I create structured handoff plans for implementation tasks across agents?

Yes, you can create structured handoff plans for implementation tasks. The orchestration skill manages advisory reviews and multi-step task handoffs to ensure seamless context transitions between different agents.

What is the best way to manage async and forked-context tasks in multi-agent systems?

The best way to manage async and forked-context tasks is through dedicated subagent workflows. This approach supports parallel task execution and review-loop techniques to maintain structured control over diverging contexts.

Why use delegated work orchestration instead of a single agent for multi-step tasks?

Delegated work orchestration is used instead of a single agent to prevent context overload and bottlenecking. Distributing tasks across specialized subagents enables parallel execution and structured review loops for complex workflows.