swarm-orchestration

Orchestrate development tasks across distributed agents using Git branches.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/jmcveen/growth-mastery-1648e850 --skill swarm-orchestration-jmcveen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-orchestration
Source: https://github.com/jmcveen/growth-mastery-1648e850/tree/main/.claude/skills/swarm-orchestration
Command: npx skills add https://github.com/jmcveen/growth-mastery-1648e850 --skill swarm-orchestration-jmcveen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing and executing multiple development tasks concurrently across a team of agents or virtual machines, streamlining batch development workflows.

Core Features & Use Cases

  • Work Manifests: Define tasks declaratively with dependencies.
  • Dependency Graph: Automatically resolves task order based on defined dependencies.
  • Parallel Execution: Distributes independent tasks to available agents for efficient processing.
  • Failure Recovery: Isolates task failures and allows for retries or skipping.
  • Use Case: Coordinate the development of 10 independent features for a software release, ensuring each feature is built, tested, and has a corresponding pull request generated automatically.

Quick Start

Use the swarm-orchestration skill to distribute the tasks defined in the 'work.yaml' file across available agents.

Frequently Asked Questions about swarm-orchestration

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

FAQPage Schema
How do I distribute development tasks across multiple agents for parallel execution?

Distribute development tasks across multiple agents by defining work manifests declaratively, resolving dependency graphs, and allocating independent tasks to available stateless workers for parallel execution.

What is the best way to coordinate a swarm of agents to build independent features concurrently?

Agent coordination for building independent features is managed through work manifests that define task dependencies, allowing distributed agents or VMs to execute batch development workflows concurrently while using Git branches as the source of truth.

How does failure recovery work for distributed agent task execution?

Failure recovery for distributed task execution isolates failing tasks, enabling the orchestration system to retry or skip them without disrupting parallel execution or the broader batch development workflow.

Does swarm orchestration require stateless agents?

Yes, the orchestration system requires agents to be stateless workers, utilizing Git branches as the source of truth to coordinate dependency management and task distribution across the distributed environment.

When do I need to use a dependency graph for batch development workflows?

A dependency graph is needed for batch development workflows when multiple tasks have execution dependencies, allowing the orchestrator to automatically resolve task order and maximize parallel execution across available agents.