parallel-plan-execution

Execute implementation plan tasks in parallel waves with dependency resolution.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/fauzanazz/claude-skills --skill parallel-plan-execution-fauzanazz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-plan-execution
Source: https://github.com/fauzanazz/claude-skills/tree/main/parallel-plan-execution
Command: npx skills add https://github.com/fauzanazz/claude-skills --skill parallel-plan-execution-fauzanazz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of executing large, complex plans with multiple tasks, ensuring that tasks are run efficiently in parallel or sequentially based on their dependencies.

Core Features & Use Cases

  • Parallel Wave Execution: Execute tasks concurrently across multiple waves based on dependency graphs.
  • Dependency Management: Detects and resolves implicit and explicit task dependencies.
  • Conflict Checking: Ensures that no two tasks in the same wave write to the same files, avoiding conflicts.
  • Parallel Agent Dispatch: Dispatches multiple agents to perform tasks in parallel.
  • Review and Fix Loop: Includes parallel spec review and fix loops for tasks that fail review.
  • Quality Assurance: Provides parallel code quality review and fixes to maintain code quality.
  • Use Case: Imagine you have a project with 20 tasks that need to be executed. This Skill will help you execute these tasks in parallel, manage dependencies, and ensure quality through parallel reviews and fixes.

Quick Start

To execute a plan, say "execute the plan" or "run the tasks in parallel".

Frequently Asked Questions about parallel-plan-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute multiple project tasks in parallel based on dependencies?

Parallel task execution automates implementation plans by dispatching multiple agents concurrently across waves, resolving implicit and explicit dependencies to ensure tasks run efficiently in parallel or sequentially.

How does parallel execution handle file conflicts between concurrent tasks?

Parallel execution includes conflict checking that ensures no two tasks within the same wave write to the same files, preventing merge conflicts and maintaining code integrity across concurrent operations.

Can I run parallel code review and quality assurance for tasks that fail?

Yes, parallel execution dispatches parallel spec review and fix loops for tasks that fail review, providing automated code quality review and fixes to maintain standards across all concurrent tasks.

What is the best way to manage a 20-task implementation plan with sequential dependencies?

Managing a large implementation plan involves detecting dependency graphs to group tasks into parallel waves, allowing independent tasks to run concurrently while ensuring dependent tasks execute sequentially.

Does parallel plan execution require external dependencies for task scheduling?

No, parallel plan execution operates without external dependencies, using internal scripts and references to manage task scheduling, dependency resolution, and parallel agent dispatch natively.