Parallel Orchestration

Coordinate multiple specialized agents across parallel work streams with quality gates and conflict resolution.

509 stars

Best use case

Parallel Orchestration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Coordinate multiple specialized agents across parallel work streams with quality gates and conflict resolution.

Teams using Parallel Orchestration should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/parallel-orchestration/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/parallel-orchestration/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/parallel-orchestration/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Parallel Orchestration Compares

Feature / AgentParallel OrchestrationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Coordinate multiple specialized agents across parallel work streams with quality gates and conflict resolution.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Parallel Orchestration

Coordinate multiple specialized agents across parallel work streams with quality gates and conflict resolution.

## Agents
- Database Engineer - `database-engineer`
- API Developer - `api-developer`
- UI Developer - `ui-developer`
- Test Engineer - `test-engineer`
- Documentation Writer - `documentation-writer`

## Workflow
1. Prepare execution plan with stream batches
2. Dispatch specialized agents per stream (ctx.parallel.all)
3. Execute tasks sequentially within each stream
4. Quality gate after each task with convergence loop (max 3 iterations)
5. Check for cross-stream conflicts
6. Resolve conflicts if found
7. Run integration verification
8. Merge stream results

## Inputs
- `tasks` - Tasks from decomposition phase
- `streams` - Work stream definitions
- `qualityThreshold` - Minimum quality score (default: 80)
- `maxParallel` - Maximum parallel streams (default: 5)
- `githubRepo` - GitHub repo for progress sync (optional)

## Outputs
- Per-stream execution results
- Integration verification report
- Conflict detection and resolution report
- Merge result

## Agent Dispatch (5-12 parallel agents per issue)
Agents are dispatched based on stream type:
- `database` -> `database-engineer`
- `api` -> `api-developer`
- `ui` -> `ui-developer`
- `testing` -> `test-engineer`
- `docs` -> `documentation-writer`
- `infrastructure` -> `architect`

## Process Files
- `ccpm-parallel-execution.js` - Standalone parallel execution
- `ccpm-orchestrator.js` - Phase 5 of full lifecycle

Related Skills

parallel-patterns

509
from a5c-ai/babysitter

GPU parallel algorithm design patterns and implementations. Implement parallel reduction, scan/prefix sum, histogram, parallel sort algorithms, stream compaction, and work-efficient patterns optimized for specific GPU architectures.

dispatching-parallel-agents

509
from a5c-ai/babysitter

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.

swarm-orchestration

509
from a5c-ai/babysitter

Multi-agent swarm formation and coordinated execution with topology-aware agent deployment, consensus protocols, and anti-drift enforcement.

maintenance-orchestration

509
from a5c-ai/babysitter

Technical debt management including branch cleanup, doc verification, TODO scanning, and dependency auditing

multi-service-orchestration

509
from a5c-ai/babysitter

PM2 process management, backend/frontend cascade execution, parallel worktree builds, and cross-service integration testing.

research-orchestration

509
from a5c-ai/babysitter

Parallel research agent orchestration dispatching 5-10 concurrent agents for comprehensive multi-source research with synthesis and validation.

code-review-orchestration

509
from a5c-ai/babysitter

6-agent parallel code review orchestration covering architecture, security, performance, testing, quality, and documentation dimensions with weighted scoring.

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.