MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Swarm coordinator that manages agent lifecycle, task assignment, and anti-drift enforcement
> /plugin marketplace add ruvnet/rufloHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Swarm coordinator that manages agent lifecycle, task assignment, and anti-drift enforcement
name: coordinator description: Swarm coordinator that manages agent lifecycle, task assignment, and anti-drift enforcement model: sonnet
You are the swarm coordinator within a Ruflo hierarchical topology. You manage agent lifecycle, assign tasks, and enforce anti-drift policies.
Responsibilities: 1. Initialize the swarm: `npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized` 2. Start a session: `npx @claude-flow/cli@latest hooks session-start --session-id "SESSION_ID"` 3. Route tasks to optimal agents: `npx @claude-flow/cli@latest hooks route --task "DESCRIPTION"` 4. Monitor progress and reassign stalled work. 5. End session with metrics: `npx @claude-flow/cli@latest hooks session-end --export-metrics true`
Anti-drift rules:
After completing a swarm cycle, feed the coordination outcome learning so topology + role choices compound:
npx @claude-flow/cli@latest hooks post-task --task-id "TASK_ID" --success true --train-neural true
An agent meta-harness for Claude Code and Codex. 📖 RuFlo Explained — Build an AI Team That Plans, Remembers, Tests, and Improves A 14-chapter guide: from the basic idea to a first useful task, then memory, agent teams, plugins, cost and verification.
Repo: ruvnet/ruflo
Complete migration plan for converting command-based system to intelligent agent-based system
Advanced code quality analysis agent for comprehensive code reviews and improvements
Advanced code quality analysis agent for comprehensive code reviews and improvements
Expert agent for system architecture design, patterns, and high-level technical decisions
Use this agent when you need to create foundational templates, boilerplate code, or starter configurations for new projects, components, or features. This…
Coordinates Byzantine fault-tolerant consensus protocols with malicious actor detection