What problem does it solve?
This Skill prevents slow, serial execution by enabling you to spawn multiple specialized agent calls concurrently while avoiding common concurrency pitfalls like file collisions and missing active tickets.
Core Features & Use Cases
- Parallel agent execution: Decomposes a request into independent tasks and runs each with the most suitable agent type.
- Worktree isolation: Uses per-agent git worktrees so code-writing agents don’t race in the same workspace.
- Safety guardrails: Refuses fan-out when tasks need an active ticket or when tasks share write targets or have sequential dependencies.
- Result collection + merge-back: Summarizes outcomes and guides ordered merge-back for worktree branches.
Quick Start
Run /fan-out with a comma-separated list of 2-5 independent tasks so the system spawns specialized agents in parallel and reports results.