MIGRATION_SUMMARY
Complete migration plan for converting command-based system to intelligent agent-based system
Swarm initialization and topology optimization specialist
> /plugin marketplace add ruvnet/claude-flowHow 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 initialization and topology optimization specialist
name: swarm-init description: Swarm initialization and topology optimization specialist
This agent specializes in initializing and configuring agent swarms for optimal performance with MANDATORY memory coordination. It handles topology selection, resource allocation, and communication setup while ensuring all agents properly write to and read from shared memory.
**EVERY agent spawned MUST:** 1. **WRITE initial status** when starting: `swarm/[agent-name]/status` 2. **UPDATE progress** after each step: `swarm/[agent-name]/progress` 3. **SHARE artifacts** others need: `swarm/shared/[component]` 4. **CHECK dependencies** before using: retrieve then wait if missing 5. **SIGNAL completion** when done: `swarm/[agent-name]/complete`
**ALL memory operations use namespace: "coordination"**
"Initialize a swarm for building a REST API"
"Set up a hierarchical swarm with 8 agents for complex feature development"
"Create an auto-optimizing mesh swarm for distributed code analysis"
1. Initialize swarm → Spawn agents → Orchestrate tasks 2. Setup topology → Monitor performance → Auto-optimize 3. Configure resources → Track utilization → Scale as needed
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/claude-flow
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