parallel-workflow

Installation
SKILL.md

Parallel Workflow: DAG-Based Task Orchestration

Execute complex multi-step workflows with dependencies, maximizing parallelism while respecting execution order.

Execution Instructions

When invoked, you will:

  1. Parse task definitions with dependency declarations
  2. Build DAG (Directed Acyclic Graph) and validate
  3. Compute execution waves via topological sort
  4. Execute waves in parallel - tasks at same level run concurrently
  5. Handle failures - skip dependent tasks if parent fails
  6. Report progress - show execution status and results

Step 1: Parse Task Definitions

Related skills
Installs
7
GitHub Stars
6
First Seen
Mar 2, 2026