myrmidon-swarm

Decompose complex tasks into hierarchical agent swarms with tiered model assignments.

6|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/HomericIntelligence/ProjectHephaestus --skill myrmidon-swarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myrmidon-swarm
Source: https://github.com/HomericIntelligence/ProjectHephaestus/tree/main/skills/myrmidon-swarm
Command: npx skills add https://github.com/HomericIntelligence/ProjectHephaestus --skill myrmidon-swarm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate complex tasks by decomposing them into a hierarchical agent swarm with tiered model assignments, enabling scalable delegation and coordinated execution across multiple model tiers.

Core Features & Use Cases

  • Hierarchical delegation: split tasks into sub-tasks assigned to Opus, Sonnet, and Haiku tiers.
  • Phase-driven workflow: enforce Phase 1 Plan and multi-wave execution with guardrails.
  • Parallel waves: spawn sub-agents in waves for efficient concurrency.

Quick Start

Kick off the swarm with your task description using the /myrmidon-swarm command.

Frequently Asked Questions about myrmidon-swarm

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

FAQPage Schema
How do I orchestrate a multi-agent swarm for complex task delegation?

To orchestrate a multi-agent swarm, this Skill decomposes complex tasks into a hierarchical structure with tiered model assignments, enabling scalable delegation and coordinated execution across Opus, Sonnet, and Haiku sub-agents.

What is hierarchical agent delegation and when do I need it?

Hierarchical agent delegation splits tasks into sub-tasks assigned to Opus, Sonnet, and Haiku model tiers. You need it for multi-step planning and cross-tier delegation when single-agent execution lacks scalability or parallel concurrency.

How do I start a parallel agent workflow using sub-agents?

Start a parallel agent workflow by providing your task description to trigger a five-phase workflow. It enforces Phase 1 planning, agent tier delegation, and wave-based execution to spawn sub-agents in waves for efficient concurrency.

Can I use specific model tiers for different sub-tasks in a multi-agent workflow?

Yes, multi-agent workflow supports specific model tiers by assigning sub-tasks across Opus, Sonnet, and Haiku sub-agents. This tiered delegation optimizes task execution by matching model capabilities to sub-task complexity.

What are the limitations of wave-based execution in agent orchestration?

Wave-based execution limitations are mitigated by built-in guardrails for safety and traceability, though complex orchestration tasks inherently require strict phase-driven workflows to prevent uncoordinated parallel sub-agent execution.