parallel-orchestrator

Decompose approved plans into independent parallel work streams for subagents.

4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/oxhagolli/clawdskillz --skill parallel-orchestrator-oxhagolli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: parallel-orchestrator
Source: https://github.com/oxhagolli/clawdskillz/tree/main/skills/parallel-orchestrator
Command: npx skills add https://github.com/oxhagolli/clawdskillz --skill parallel-orchestrator-oxhagolli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use this skill after a plan has been approved and development is about to start. Breaks down the implementation into independent work streams that can be executed by subagents in parallel. You are the conductor - your job is to identify parallelizable work, define clear boundaries, and coordinate execution.

Core Features & Use Cases

  • Parallel decomposition: transform a plan into independent work streams with clear ownership
  • Boundary enforcement: define file ownership and interfaces for each stream
  • Subagent briefing: generate per-stream task briefs and required skills
  • Integration & verification: sync points and full verification protocol

Quick Start

Decompose the approved plan into independent parallel work streams and assign ownership to each stream.

Frequently Asked Questions about parallel-orchestrator

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

FAQPage Schema
How do I decompose a development plan into parallel work streams?▼

You coordinate parallel work streams by identifying concurrent tasks, defining file ownership boundaries, and assigning each stream to a subagent with required skills and success criteria.

How do I define boundaries for subagents working on multiple files concurrently?▼

Define boundaries for concurrent subagents by establishing strict file ownership rules and interface contracts for each work stream to prevent integration conflicts.

When do I need parallel orchestration for software development?▼

Parallel orchestration is needed when an approved implementation plan spans multiple independent files or components requiring concurrent execution with defined boundaries and verification steps.

How do I verify integration when multiple subagents execute tasks in parallel?▼

Verify parallel subagent integration by establishing defined sync points throughout execution and applying a full verification protocol to ensure all work stream outputs meet success criteria.

Can I assign required skills to individual subagents for parallel execution?▼

Yes, you assign required skills to individual subagents by generating per-stream task briefs that specify the exact capabilities and success criteria needed for each independent work stream.