supervisor-spawn-worker

Spawn worker agents for parallel vertical slice implementation and review-fix cycles.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/dayvidpham/pasture --skill supervisor-spawn-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supervisor-spawn-worker
Source: https://github.com/dayvidpham/pasture/tree/main/.opencode/skill/supervisor-spawn-worker
Command: npx skills add https://github.com/dayvidpham/pasture --skill supervisor-spawn-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex, multi-phase software implementation projects by automating the coordination of parallel worker agents and ensuring rigorous quality control through iterative review cycles.

Core Features & Use Cases

  • Parallel Wave Execution: Automatically spawns multiple worker agents to implement vertical slices of a codebase simultaneously, significantly reducing development time.
  • Iterative Review-Fix Cycles: Enforces a Ride the Wave protocol where ephemeral reviewers validate code, and workers perform atomic fixes until all severity findings are resolved.
  • Use Case: A lead architect can use this skill to decompose a large feature request into independent slices, assign them to workers, and manage the entire lifecycle from implementation through to UAT-ready status.

Quick Start

Invoke the supervisor spawn worker skill to initiate the parallel implementation wave for the current project plan.

Frequently Asked Questions about supervisor-spawn-worker

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

FAQPage Schema
How do I orchestrate parallel agent workflows for software implementation?

Parallel agent workflows are orchestrated by spawning worker agents for vertical slice development, managing iterative review-fix cycles with configurable effort budgeting, and enforcing atomic commit verification.

What is the Ride the Wave protocol for multi-agent code review?

The Ride the Wave protocol is an iterative review-fix cycle where ephemeral reviewer agents validate code implementations, and worker agents perform atomic fixes until all severity findings are resolved.

Can I use parallel worker agents to implement vertical slices of a codebase simultaneously?

Yes, parallel worker agents can be spawned automatically to implement vertical slices of a codebase simultaneously, significantly reducing development time for complex, multi-phase software engineering projects.

How do I manage iterative review-fix cycles with automated code review agents?

Iterative review-fix cycles are managed by deploying ephemeral reviewers to validate code against constraints, triggering workers to perform atomic fixes until the codebase reaches UAT-ready status with zero severity findings.

What's the best way to decompose a large feature request for multi-agent orchestration?

Decomposing a large feature request involves breaking it into independent vertical slices, assigning them to spawned worker agents, and tracking phase-based tasks through automated constraint validation and review cycles.

Do I need a specific project plan format to initiate parallel implementation waves?

A project plan is required to initiate the parallel implementation wave, serving as the input for the supervisor to decompose tasks into vertical slices and spawn corresponding worker agents for execution.