orchestrator:parallel

Implement multiple GitHub issues concurrently using isolated Git worktrees.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-parallel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator:parallel
Source: https://github.com/atournayre/claude-personas/tree/main/orchestrator/skills/parallel
Command: npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-parallel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the parallel implementation of multiple GitHub issues by creating isolated worktrees for each, allowing independent agent processing and efficient parallel execution.

Core Features & Use Cases

  • Parallel Issue Processing: Handles multiple GitHub issues concurrently, significantly reducing overall development time.
  • Isolated Worktrees: Ensures each issue's implementation is contained within its own isolated Git worktree, preventing conflicts.
  • Agent Orchestration: Manages specialized agents to work on individual issues, reporting progress and handling errors.
  • Use Case: When faced with several independent feature requests or bug fixes, use this Skill to assign each to a separate agent working in parallel, accelerating delivery.

Quick Start

Use the orchestrator:parallel skill to implement GitHub issues 101, 102, and 103 concurrently.

Frequently Asked Questions about orchestrator:parallel

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

FAQPage Schema
How do I implement multiple GitHub issues in parallel?

To implement multiple GitHub issues in parallel, you can use isolated Git worktrees for each issue, allowing independent agent-based task execution to handle concurrent development without conflicts. This significantly reduces overall delivery time for independent feature requests or bug fixes.

How does Git worktree orchestration work for concurrent issue processing?

Git worktree orchestration works by creating an isolated worktree for each GitHub issue, assigning a specialized agent to work within that environment, and managing progress reporting and error handling concurrently across all active tasks to optimize team throughput.

Do I need the GitHub CLI to automate parallel agent task execution?

Yes, you need the GitHub CLI (gh) installed to automate parallel agent task execution. The orchestration process also requires Git worktree management capabilities and agent task management tools to properly isolate and execute multiple issues concurrently.

What is the best way to prevent conflicts when developing multiple features simultaneously?

The best way to prevent conflicts when developing multiple features simultaneously is to use isolated Git worktrees for each task. This ensures that each issue's implementation remains completely contained within its own separate working directory.

When should I avoid using parallel worktrees for GitHub issue implementation?

You should avoid using parallel worktrees for GitHub issue implementation when tasks are not independent. If feature requests or bug fixes require overlapping file modifications, isolated concurrent execution may lead to complex merge conflicts instead of accelerating delivery.