Skills Development Initialize Multi-Agent Swarm Workflow

Initialize Multi-Agent Swarm Workflow

v20260716
swarm-init
This tool initializes a structured multi-agent swarm with built-in anti-drift configuration. It is designed for orchestrating complex, multi-file tasks that require coordinated efforts from three or more specialized AI agents, such as feature implementation, cross-module refactoring, or comprehensive security audits. It supports various topologies (hierarchical, mesh, etc.) to ensure robust and manageable parallel work execution across large teams.
Get Skill
265 downloads
Overview

Initialize a hierarchical swarm for coordinated multi-agent work.

Via MCP: mcp__plugin_ruflo-core_ruflo__swarm_init({ topology: "hierarchical", maxAgents: 8, strategy: "specialized" })

Or via CLI:

npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized

Then spawn named agents in ONE message via Claude Code's Task tool with name: (for SendMessage addressability) and run_in_background: true (for parallel execution). Use EnterWorktree per agent for git-safe parallel work, and SendMessage for inter-agent coordination.

For larger teams (10+), use hierarchical-mesh topology:

npx @claude-flow/cli@latest swarm init --topology hierarchical-mesh --max-agents 15 --strategy specialized
Info
Category Development
Name swarm-init
Version v20260716
Size 1.24KB
Updated At 2026-07-18
Language