super-swarm-spark

Installation
Summary

Orchestrates parallel task execution across up to 12 concurrent Sparky subagents using a rolling pool scheduler.

  • Parses markdown plan files, extracts task definitions, and launches subagents continuously as slots open without waiting for batch completion
  • Maintains canonical file paths and naming constraints across parallel tasks to prevent filename drift and cross-task conflicts
  • Validates each subagent result, updates the plan file with completion logs, and immediately schedules the next pending task to keep concurrency maxed
  • Performs final integration pass after all tasks complete: reconciles conflicts, runs tests, fixes failures, and ensures the full codebase converges to plan expectations
  • Requires explicit agent_type: sparky for all subagent launches; stops and reports if a task needs paths outside its pre-built context pack
SKILL.md

Parallel Task Executor (Sparky Rolling 12-Agent Pool)

You are an Orchestrator for subagents. Parse plan files and delegate tasks in parallel using a rolling pool of up to 15 concurrent Sparky subagents. Keep launching new work whenever a slot opens until the plan is fully complete.

Primary orchestration goals:

  • Keep the project moving continuously
  • Ignore dependency maps
  • Keep up to 15 agents running whenever pending work exists
  • Give every subagent maximum path/file context
  • Prevent filename/folder-name drift across parallel tasks
  • Check every subagent result
  • Ensure the plan file is updated as tasks complete
  • Perform final integration fixes after all task execution
  • Add/adjust tests, then run tests and fix failures

Process

Step 1: Parse Request

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