beo-swarming

Coordinate parallel worker agents across Phases 1–5 using Agent Mail and bv --robot-plan.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/minhtri2710/skills --skill beo-swarming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beo-swarming
Source: https://github.com/minhtri2710/skills/tree/main/skills/beo/swarming
Command: npx skills add https://github.com/minhtri2710/skills --skill beo-swarming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrates a swarm of worker subagents to execute feature work in parallel while ensuring coordination, safety checks, and handoffs to the next skill.

Core Features & Use Cases

  • Orchestrates a pool of worker subagents via Agent Mail, Phase-based coordination, and parallel task execution.
  • Enforces self-routing execution with bv --robot-plan, handles blockers, file conflicts, and context handoffs to beo-reviewing.
  • Provides references and templates for worker prompts, messaging, and swarm governance across the epic thread.

Quick Start

Initialize the swarm by configuring the coordinator and spawning worker subagents using the provided templates.

Frequently Asked Questions about beo-swarming

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

FAQPage Schema
How do I coordinate parallel worker agents to execute feature work simultaneously?

Parallel worker agents are coordinated using a centralized epic thread and Agent Mail to broadcast status updates, reserve files before edits, and handle blockers across phases one through five.

How does agent orchestration handle file conflicts when running a swarm of workers?

Agent orchestration handles file conflicts by enforcing file reservations before edits are made, ensuring that autonomous worker subagents do not overwrite each other during parallel task execution.

What is the best way to route tasks to autonomous agents in a swarm orchestration setup?

Task routing in swarm orchestration is handled by self-routing execution using bv --robot-plan for task selection, ensuring worker subagents autonomously pick appropriate feature work.

Can I use a swarm of worker subagents to manage blockers and context handoffs to a reviewing phase?

Yes, the swarm of worker subagents manages blockers and performs context handoffs to beo-reviewing, ensuring that completed feature work is safely transitioned to the next skill.

Do I need Agent Mail to monitor progress across bounded workers in a parallel agent swarm?

Yes, Agent Mail is required to monitor progress and broadcast status updates through a centralized epic thread, satisfying the functional requirements for spawning and tracking bounded workers.