orchestrating-parallel-agents

Orchestrate parallel Claude agents across git worktrees for related GitHub issues.

Updated May 2, 2021
One-click install
npx skills add https://github.com/4eyedengineer/dangus_cloud --skill orchestrating-parallel-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrating-parallel-agents
Source: https://github.com/4eyedengineer/dangus_cloud/tree/main/.claude/skills/orchestrating-parallel-agents
Command: npx skills add https://github.com/4eyedengineer/dangus_cloud --skill orchestrating-parallel-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple AI agents to work on a set of related GitHub issues can be slow and error-prone. This Skill orchestrates parallel agents using git worktrees to accelerate feature development, reduce time-to-delivery, and minimize manual coordination.

Core Features & Use Cases

  • Wave-based parallelism: Group independent tasks into waves to minimize conflicts.
  • Concurrent issue work: Spawn multiple Claude agents to work on related issues simultaneously.
  • Manual verification safeguard: Encourage manual review if conflicts arise, maintaining code integrity.

Quick Start

  • Define your issue set and start waves: claude --print "/worktree-issue 101" > "issue-101.log" 2>&1 & claude --print "/worktree-issue 102" > "issue-102.log" 2>&1 & claude --print "/worktree-issue 103" > "issue-103.log" 2>&1 &
  • Monitor progress: ps aux | grep "claude.worktree" | wc -l git worktree list tail -f issue-.log