super-swarm-spark

Coordinate a rolling pool of Sparky subagents to execute plan tasks in parallel.

3|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/0xharryriddle/codex-field-kit --skill super-swarm-spark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: super-swarm-spark
Source: https://github.com/0xharryriddle/codex-field-kit/tree/main/archive/upstream/examples/codex-skills/skills/super-swarm-spark
Command: npx skills add https://github.com/0xharryriddle/codex-field-kit --skill super-swarm-spark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the execution of complex development plans by coordinating a rolling pool of Sparky subagents to work in parallel, ensuring continuous progress until the plan is fully complete.

Core Features & Use Cases

  • Parallel task execution with a rolling pool of up to 15 Sparky subagents to maximize throughput.
  • Plan-aware orchestration: parse plan files, build per-task context packs, and enforce canonical paths and file targets.
  • Progress tracking and automatic plan updates: validate results, log outcomes, and commit completed steps to the central plan for integration.
  • Guardrails: explicit targets, deterministic task execution, and strict completion criteria to reduce drift across tasks.

Quick Start

Provide the plan file path and optional task IDs to start the rolling Sparky pool.

Frequently Asked Questions about super-swarm-spark

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

FAQPage Schema
How do I orchestrate parallel subagents to execute development plans?

You can achieve parallel task execution by providing a plan file path to initialize a rolling pool of up to 15 concurrent subagents. The system parses the plan, builds per-task context packs, and executes tasks in parallel until completion.

What is plan-aware orchestration for parallel execution workflows?

Plan-aware orchestration parses plan files to build per-task context packs, enforcing canonical paths and explicit file targets. This mechanism reduces drift and ensures deterministic task execution across concurrent subagents.

How do I manage context and track progress for concurrent workflow automation tasks?

Progress tracking and context management are handled automatically by validating results, logging outcomes, and committing completed steps to the central plan. This ensures continuous progress and automatic plan updates during parallel execution.

Can I limit the max concurrency for subagent scheduling in workflow automation?

Yes, the system implements a max-concurrency scheduler that coordinates a rolling pool of up to 15 subagents. You can start the pool by providing the plan file path and optional task IDs to manage orchestration scale.

What are the limitations of using a rolling pool of subagents for task scheduling?

The rolling pool limits concurrency to a maximum of 15 subagents. It also requires explicit targets, deterministic task execution, and strict completion criteria to maintain robust validation and reduce drift across tasks.