parallel-orchestrator

Decompose implementation requests into parallel execution streams with review checkpoints.

1|Updated Mar 6, 2014
One-click install
npx skills add https://github.com/79yuuki/dotfiles --skill parallel-orchestrator-79yuuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-orchestrator
Source: https://github.com/79yuuki/dotfiles/tree/main/claude/skills/parallel-orchestrator
Command: npx skills add https://github.com/79yuuki/dotfiles --skill parallel-orchestrator-79yuuki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the complexity of large software changes by analyzing work, planning safe parallel execution, and coordinating multi-agent implementation with review checkpoints.

Core Features & Use Cases

  • Task Decomposition and Planning: Breaks complex implementation requests into independent streams, evaluates dependencies, and creates execution waves.
  • Parallel Agent Orchestration: Coordinates subagents with clear ownership boundaries, handoff rules, and safe disjoint file scopes.
  • Review-Driven Development: Integrates Codex reviews before execution, after individual streams, and during final integration validation for higher quality results.

Quick Start

Ask the parallel-orchestrator skill to analyze a complex multi-file feature request, create an execution plan, and coordinate parallel implementation with reviews.

Frequently Asked Questions about parallel-orchestrator

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

FAQPage Schema
How do I coordinate parallel agents for multi-file software development?

Task decomposition for parallel agents works by analyzing implementation requests, evaluating dependencies, and creating execution waves of independent streams. Each stream receives disjoint file scopes and clear ownership boundaries to ensure safe parallel execution without conflicts during multi-file changes.

Can I use parallel orchestration for large refactoring projects?

Yes, you can use parallel orchestration for large refactoring projects. It applies to multi-file feature development and dependency analysis by breaking complex changes into independent streams, applying disjoint scope validation to manage safe parallel execution across the codebase.

What is the best way to manage task decomposition in agent-based coding workflows?

The best way to manage task decomposition in agent-based coding workflows is to break complex implementation requests into parallelizable execution streams, evaluate dependencies, and establish review checkpoints before execution and after individual streams to ensure higher quality integration.

When should I not use parallel agents for complex coding tasks?

You should not use parallel agents for complex coding tasks when the implementation requests cannot be decomposed into independent streams with disjoint file scopes. Without safe disjoint scope validation and dependency analysis, parallel execution risks file conflicts and integration failures.

Does parallel orchestration work with Codex review for multi-file changes?

Yes, parallel orchestration integrates Codex reviews before execution, after individual streams, and during final integration validation. This review-driven development approach manages safe parallel execution and ensures higher quality results for coordinated multi-file changes.