How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-swarm:swarmFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS Swarm lifecycle management. **Init**: `npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized` **Status**: `npx @claude-flow/cli@latest swarm status` **Health**: `npx @claude-flow/cli@latest swarm health` **Shutdown**: `npx @claude-flow/cli@latest swarm shutdown` Parse $ARGUMENTS to determine the subcommand. If no arguments, show swarm status. After init, spawn agents via Claude Code's Task tool with `run_in_background: true` for parallel execution.
$ARGUMENTS
Swarm lifecycle management.
Init: npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized
Status: npx @claude-flow/cli@latest swarm status
Health: npx @claude-flow/cli@latest swarm health
Shutdown: npx @claude-flow/cli@latest swarm shutdown
Parse $ARGUMENTS to determine the subcommand. If no arguments, show swarm status.
After init, spawn agents via Claude Code's Task tool with run_in_background: true for parallel execution.
npx claudepluginhub beautlyrojhou/ruflo --plugin ruflo-swarm25plugins reuse this command
First indexed May 13, 2026
Showing the 6 earliest of 25 plugins
/swarmDecomposes a task into parallel subtasks and coordinates multiple agents to execute them in a swarm. Supports planning modes, context sharing, and git workflow integration with feature branches and PRs.
/swarmTakes a feature request or issue reference and autonomously produces a mergeable PR via isolated worktree, story-by-story implementation, parallel 4-agent review, and self-fix of critical issues.
/swarmFans out parallel review across workspace using AgentSwarm tool, bounded by a wall-clock budget. Read-only by default; --write produces a patch from a throwaway worktree.