supervisor

Coordinates multi-agent epic workflows with decomposition, dispatch, monitoring, and integration in PKB-based tasks.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/nicsuzor/aops --skill supervisor-nicsuzor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor
Source: https://github.com/nicsuzor/aops/tree/main/aops-claude/skills/supervisor
Command: npx skills add https://github.com/nicsuzor/aops --skill supervisor-nicsuzor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Epic-level task supervision owns an epic from decomposition through integration. Survives interruption. All state lives in the task file.

Core Features & Use Cases

  • Decompose epics into PR-sized subtasks and manage dependencies; ensures idempotent retries.
  • Dispatch, monitor, react to failures, and integrate results across a multi-agent workflow.
  • Capture knowledge and provide a durable record of decisions for post-epic review.

Quick Start

Run the supervisor on the epic task to orient, decompose, dispatch, monitor, and complete the epic.

Frequently Asked Questions about supervisor

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

FAQPage Schema
How do I orchestrate multi-agent workflows for large epics?

Multi-agent workflow orchestration coordinates epic-level work by decomposing epics into PR-sized subtasks, dispatching to specialized workers, and monitoring progress to integrate final results.

What is the best way to decompose epics into manageable subtasks?

Epic decomposition breaks down large tasks into PR-sized subtasks while managing dependencies. The supervisor ensures idempotent retries and preserves all state within the epic task body.

Can I use task decomposition for interruptible and reproducible workflows?

Task decomposition supports interruptible and reproducible workflows by preserving all state within the epic task body, enforcing checkpoints, and providing governance through reviews and safety gates.

Does epic-level monitoring work with PKB-based workflows?

Epic-level monitoring works with PKB-based workflows by coordinating multi-agent execution, capturing knowledge for durable decision records, and ensuring reproducible epic execution from plan to finish.

Why does my multi-agent workflow lose state after an interruption?

Multi-agent workflows lose state when state is not persisted. The supervisor prevents this by preserving all execution state within the epic task body, enabling durable recovery and idempotent retries.

When should I not use a supervisor for task orchestration?

Avoid using a supervisor for simple, single-step tasks that do not require decomposition, multi-agent dispatch, dependency management, or enforced checkpoints for reproducible execution.