Coordinate multi-agent swarms for complex tasks
# ๐ Claude-Flow Swarm Coordination Advanced multi-agent coordination system with timeout-free execution, distributed memory sharing, and intelligent load balancing. ## Basic Usage ```bash ./claude-flow swarm "your complex task" --strategy <type> [options] ``` ## ๐ฏ Swarm Strategies - **auto** - Automatic strategy selection based on task analysis - **development** - Code implementation with review and testing - **research** - Information gathering and synthesis - **analysis** - Data processing and pattern identification - **testing** - Comprehensive quality assurance - **optimization** - Performance tuning and refactoring - **maintenance** - System updates and bug fixes ## ๐ค Agent Types - **coordinator** - Plans and delegates tasks to other agents - **developer** - Writes code and implements solutions - **researcher** - Gathers and analyzes information - **analyzer** - Identifies patterns and generates insights - **tester** - Creates and runs tests for quality assurance - **reviewer** - Performs code and design reviews
Sign in to view the full prompt.
Sign In