supervisor

Orchestrate parallel worker subagents with git worktree isolation and verify outputs against ground truth.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/jambolo/claude-skills --skill supervisor-jambolo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor
Source: https://github.com/jambolo/claude-skills/tree/main/project-management/supervisor
Command: npx skills add https://github.com/jambolo/claude-skills --skill supervisor-jambolo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of unreliable subagent output in complex, multi-step projects by enforcing a rigorous verification protocol that treats worker reports as untrusted hints rather than evidence.

Core Features & Use Cases

  • Automated Verification: Independently re-runs acceptance commands and validates file scope changes to ensure ground truth.
  • Parallel Execution Management: Orchestrates parallel worker subagents using isolated git worktrees to prevent cross-contamination.
  • Failure Recovery: Drives a structured revision loop by feeding specific failure data back to the decomposer for targeted fixes.

Quick Start

Use the supervisor skill to execute and verify the steps for phase 2 of the current project plan.

Frequently Asked Questions about supervisor

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

FAQPage Schema
How do I verify subagent outputs in a parallel multi-agent pipeline?

Manage parallel execution in a multi-agent pipeline by orchestrating worker subagents using isolated git worktrees, preventing cross-contamination between concurrent tasks while enforcing strict scope boundaries.

How do I handle failure recovery when automated task validation fails?

Handle failure recovery in automated task validation by driving a structured revision loop that feeds specific failure data back to the decomposer for targeted fixes, ensuring iterative correction of subagent outputs.

What is the best way to enforce deterministic validation in complex software development tasks?

Enforce deterministic validation in complex software development tasks by applying a rigorous verification protocol with ledger-based state tracking, ensuring strict scope enforcement and reliable quality assurance across parallel executions.

Can I use git worktree isolation to prevent cross-contamination between concurrent subagents?

Git worktree isolation prevents cross-contamination between concurrent subagents by creating separate working directories for each worker, allowing parallel execution without interference while maintaining independent file scope validation.

When should I not use a supervisor agent for multi-agent project execution?

Avoid using a supervisor agent for multi-agent project execution when tasks do not require parallel processing, strict scope enforcement, or automated quality assurance, as the overhead of worktree isolation and verification loops outweighs benefits for simple sequential workflows.