When you need Claude to do multiple things at once, this shows you how to spawn subagents that actually run in parallel instead of one after another. The key trick is putting all your Task tool calls in a single message with run_in_background set to true. Works great for stuff like analyzing different directories simultaneously, implementing independent features, or running multiple types of reviews at once. The guide includes the TodoWrite integration pattern where multiple tasks can be in_progress at the same time, plus it's honest about when not to parallelize, like when tasks depend on each other or touch the same files. Cuts execution time from N times 30 seconds to just 30 seconds for N independent tasks.
npx -y skills add cloudai-x/claude-workflow-v2 --skill parallel-execution --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot