orchestrating-parallel-agents
CommunityParallel agents to tackle issues
Software Engineering#AI agents#github#claude#git worktree#parallel#issue automation#wave-based orchestration
Author4eyedengineer
Version1.0.0
Installs0
System Documentation
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
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: orchestrating-parallel-agents Download link: https://github.com/4eyedengineer/dangus_cloud/archive/main.zip#orchestrating-parallel-agents Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.