parallel-execution
✓Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized.
Installation
SKILL.md
Parallel execution spawns multiple subagents simultaneously using the Task tool with runinbackground: true. This enables N tasks to run concurrently, dramatically reducing total execution time.
Critical Rule: ALL Task calls MUST be in a SINGLE assistant message for true parallelism. If Task calls are in separate messages, they run sequentially.
CRITICAL: Make ALL Task calls in the SAME assistant message:
Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized. Source: cloudai-x/claude-workflow.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cloudai-x/claude-workflow --skill parallel-execution- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is parallel-execution?
Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized. Source: cloudai-x/claude-workflow.
How do I install parallel-execution?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloudai-x/claude-workflow --skill parallel-execution Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cloudai-x/claude-workflow
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01