mayor-worker-pattern

Installation
SKILL.md

Mayor-Worker Pattern

Two-tier agent hierarchy for reliable multi-agent orchestration at scale.

When to Use

  • Building multi-agent systems (Epic 07+)
  • Coordinating 3+ agents on related work
  • Preventing "coordination collapse" (79% of multi-agent failures)
  • Scaling beyond 10 agents reliably

Core Principle

"More agents can make things WORSE." — Google/MIT Dec 2025

Once a single agent reaches 45% accuracy, adding more agents often degrades performance due to coordination overhead. The fix: strict hierarchy with information hiding.

Architecture

Installs
1
First Seen
Feb 4, 2026
mayor-worker-pattern — jtapias92672/onedrive_1_1-19-2026-2