elliotjlt/fan-out
| Orchestration pattern for parallelizable tasks. When facing work that can be split into independent subtasks (research multiple topics, analyze multiple files, test multiple scenarios), spawn parallel agents and aggregate results. Use when subtasks have no dependencies on each other.
npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill fan-out
Todo, priority, estimation, burndown for AI agents
Take elliotjlt/fan-out from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.