Parallel Task Execution
When facing a large-scale task like migrating 50 files or adding tests to 20 modules, sequential execution wastes time. This pattern decomposes the work into independent units, launches parallel Claude Code processes via tmux or background jobs, and collects results. Includes strategies for dependency detection, conflict avoidance, and progress monitoring.
Pattern Code
Copy this pattern into your project configuration to implement.
Terminal Preview
About Parallel Task Execution
Claude Code patterns are proven architectural designs and workflow structures that help you tackle complex development scenarios. Parallel Task Execution is a Workflow pattern at the Advanced level that provides a tested, repeatable approach you can adapt to your projects for more efficient and consistent results.
Related Patterns
Code Review Feedback Loop
Establish an iterative review cycle where Claude Code reviews, fixes, and re-validates code changes automatically.
Context Window Management
Strategies to maximize Claude Code's effectiveness within context window limits on large codebases.
Monorepo Navigation Pattern
Configure CLAUDE.md to help Claude Code efficiently navigate and modify code across monorepo packages.