What problem does it solve?
This Skill addresses the challenge of parallelizing complex development tasks by managing multiple autonomous agents operating in isolated git worktrees, preventing file conflicts.
Core Features & Use Cases
- Shared Task Coordination: Enables multiple agents to work concurrently on parts of a shared project without interference.
- Git Worktree Management: Creates, monitors, and cleans up dedicated worktrees and branches for each agent dynamically.
- Use Case: Decompose a large refactoring task into 5 concurrent code modification agents, each working independently on different files or modules, then consolidate the results efficiently.
Quick Start
Spawn a team of 3 agents to collaboratively fix TypeScript errors across the project by creating dedicated worktrees for each agent and assigning specific subtasks.