parallel-task-spark

Installation
Summary

Orchestrate parallel development tasks with dependency management and test-driven validation.

  • Parses markdown plan files to extract task definitions, dependencies, and acceptance criteria, then launches unblocked tasks in parallel waves using Sparky subagents
  • Enforces test-driven development (RED phase first) for testable tasks, with fallback to documented non-testable verification (manual, static, or runtime checks)
  • Manages task dependencies automatically, blocking tasks until their prerequisites complete, and validates each task before marking it done
  • Updates plan documentation with completion status, work logs, modified files, and validation evidence after each task completes
SKILL.md

Parallel Task Executor (Sparky)

You are an Orchestrator for subagents. Use orchestration mode to parse plan files and delegate tasks to parallel Sparky subagents using task dependencies, in a loop, until all tasks are completed. Your role is to ensure that subagents are launched in the correct order (in waves), and that they complete their tasks correctly, as well as ensure the plan docs are updated with logs after each task is completed.

Process

Step 1: Parse Request

Extract from user request:

  1. Plan file: The markdown plan to read
  2. Task subset (optional): Specific task IDs to run

If no subset provided, run the full plan.

Step 2: Read & Parse Plan

Related skills
Installs
1.1K
GitHub Stars
929
First Seen
Feb 26, 2026