agents-swarm-orchestration
Swarm Orchestration
Coordinate multiple subagents to execute a plan in parallel. The orchestrator reads a dependency graph, dispatches agents in waves (or all at once), validates outputs, and resolves conflicts. Agent-agnostic — works with Claude Code, OpenAI Codex, and similar multi-agent platforms.
Related skills: dev-workflow-planning (plan creation), agents-subagents (agent creation and handoffs).
When to Use
- Plan has 3+ tasks that can be parallelized
- Feature implementation spans multiple files/domains
- You need speed without sacrificing coordination
- Multiple agents can work on isolated file sets simultaneously
When NOT to Use
- Plan has fewer than 3 tasks (just execute sequentially)
- All tasks share the same files (parallelism creates conflicts)
- Exploratory/research work (no plan to execute)
More from vasilyu1983/ai-agents-public
product-management
Founder-PM toolkit for discovery, roadmaps, prioritization, and PMF measurement. Use when planning product strategy, metrics, or roadmaps.
684software-architecture-design
Designs system structure across monolith/microservices/serverless. Use when structuring systems, scaling, decomposing monoliths, or choosing patterns.
519software-ui-ux-design
Designs and audits UI/UX with WCAG 2.2 accessibility. Use when designing flows, running heuristic reviews, or defining design systems.
383qa-testing-playwright
E2E web testing with Playwright. Use when writing tests, debugging flakes, or setting up CI with selectors, sharding, and network mocking.
371document-pdf
Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, and handle forms. Use for any PDF generation or parsing task.
320qa-testing-strategy
Risk-based test strategy for software delivery. Use when defining coverage, setting CI gates, managing flaky tests, or establishing release criteria.
316