agent-swarm-workflow

Coordinate parallel software tasks across multiple agents using Agent Mail and BV prompts.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill agent-swarm-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-swarm-workflow
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/agent-swarm-workflow
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill agent-swarm-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables coordinated, parallel execution of planning, bead creation, and deployment tasks across a team of specialized agents using NTM, Agent Mail, Beads, and BV. It reduces bottlenecks by distributing work, synchronizing progress, and maintaining a clear flow of communication.

Core Features & Use Cases

  • Parallel swarm execution: Run multiple agents in concert to accelerate implementation.
  • Coordination primitives: Leverage Agent Mail for reservations, message threads, and progress tracking.
  • Structured prompts & prompts hygiene: Use the exact prompts required to align agents and ensure consistency across tasks.
  • Use Case: A software team wants to implement a new feature by dividing subtasks among three Codex-based agents while coordinating through BV to select the next beads and ensure no conflicts.

Quick Start

  • Ensure the Agent Mail server is running and NTM is available.
  • Spawn a swarm with the desired agent counts, and broadcast the initial bead for execution.
  • Use bv to monitor progress and move to the next bead as early as possible.

Frequently Asked Questions about agent-swarm-workflow

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

FAQPage Schema
How do I coordinate parallel software development tasks across multiple agents?

A multi-agent swarm workflow coordinates parallel software development by distributing planned beads among specialized agents, synchronizing progress through Agent Mail, and using BV to select the next bead and prevent conflicts. This reduces bottlenecks by maintaining clear communication flow.

What is a multi-agent swarm workflow for code generation?

A multi-agent swarm workflow for code generation runs multiple specialized agents in concert to accelerate implementation. It leverages coordination primitives like Agent Mail for reservations, message threads, and structured prompt hygiene to ensure consistency across parallel software tasks.

How do I set up and start a multi-agent swarm workflow?

To start a multi-agent swarm workflow, ensure the Agent Mail server is running and NTM is available. Spawn a swarm with the desired agent counts, broadcast the initial bead for execution, and use BV to monitor progress and move to the next bead as early as possible.

Do I need an Agent Mail server to run a multi-agent swarm workflow?

Yes, an Agent Mail server is required to run this multi-agent swarm workflow. The workflow depends on Agent Mail for reservations, message threads, and progress tracking, alongside NTMs, Beads coordination, and BV prompts described in AGENTS.md, with no external dependencies beyond the listed tools.

What's the best way to divide subtasks among multiple agents for a new feature?

The best way to divide subtasks among multiple agents is to split the feature into planned beads and distribute them across Codex-based agents. Coordinate through BV to select the next bead, ensuring no conflicts arise while agents work in parallel through the shared workflow.