Install
1
Install the plugin$
npx claudepluginhub earthmanweb/serena-workflow-engine --plugin serena-workflow-engineWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Multi-agent swarm coordination for large tasks
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
⚠️ WORKFLOW INITIALIZATION
If starting a new session, first read workflow initialization:
mcp__plugin_swe_serena__read_memory("wf/WF_INIT")
Follow WF_INIT instructions before executing this skill.
Swarm Orchestrate Skill
Coordinate multi-agent swarm for complex tasks.
MCP Selection Priority
- Claude Flow (preferred) - General orchestration
- RUV-Swarm (fallback) - DAA learning agents
- Sequential (no MCP) - Chunked execution
Agent Types
| Agent | Purpose |
|---|---|
| researcher | Explore codebase |
| coder | Implement changes |
| analyst | Review patterns |
| optimizer | Performance tuning |
| coordinator | Orchestrate tasks |
Swarm Topologies
- mesh - All agents connected (default)
- hierarchical - Tree structure
- ring - Circular communication
- star - Central coordinator
Actions
- Select swarm system based on available MCPs
- Decompose task into parallel subtasks
- Spawn agents (ALL in one message)
- Coordinate execution
- Synthesize results
Critical Rules
- NEVER run
npx claude-flow init- use MCP tools only - Spawn agents in parallel (single message)
- Store state in WORKING_MEMORY
Exit
> **Skill /swe-swarm-orchestrate complete** - returning to WF_EXECUTE
Stats
Stars1
Forks0
Last CommitFeb 26, 2026
Similar Skills
brainstorming
7 files
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
superpowers
101.6k