V3 Swarm Coordination
15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.
npx skills add ruvnet/ruflo --skill v3-swarm-coordination --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# V3 Swarm Coordination ## What This Skill Does Orchestrates the complete 15-agent hierarchical mesh swarm for claude-flow v3 implementation, coordinating parallel execution across domains while maintaining dependencies and timeline adherence. ## Quick Start ```bash # Initialize 15-agent v3 swarm Task("Swarm initialization", "Initialize hierarchical mesh for v3 implementation", "v3-queen-coordinator") # Security domain (Phase 1 - Critical priority) Task("Security architecture", "Design v3 threat model and security boundaries", "v3-security-architect") Task("CVE remediation", "Fix CVE-1, CVE-2, CVE-3 vulnerabilities", "security-auditor") Task("Security testing", "Implement TDD security framework", "test-architect") # Core domain (Phase 2 - Parallel execution) Task("Memory unification", "Implement AgentDB 150x improvement", "v3-memory-specialist") Task("Integration architecture", "Deep agentic-flow@alpha integration", "v3-integration-architect") Task("Performance validation", "Validate 2.49x-7.47x targets", "v3-performance-engineer") ``` ## 15-Agent Swarm Architecture ### Hierarchical Mesh Topology ``` 👑 QUEEN COORDINATOR (Agent #1) │ ┌────────────────────┼────────────────────┐ │ │
- What This Skill Does
- Quick Start
- 15-Agent Swarm Architecture
- Hierarchical Mesh Topology
- Agent Roster
- Implementation Phases
- Phase 1: Foundation (Week 1-2)
- Phase 2: Core Systems (Week 3-6)
- Phase 3: Integration (Week 7-10)
- Phase 4: Release (Week 11-14)
- Coordination Patterns
- Dependency Management
- GitHub Integration
- Communication Bus
Initialize 15-agent v3 swarm Security domain (Phase 1 - Critical priority) Core domain (Phase 2 - Parallel execution) Queen Coordinator initializes full swarm Phase 1: Security-first foundation npm run v3:phase1:security Phase 2: Core systems parallel npm run v3:phase2:core-systems Phase 3: Integration and optimization npm run v3:phase3:integration
What does the V3 Swarm Coordination skill do?
15-agent hierarchical mesh coordination for v3 implementation. Orchestrates parallel execution across security, core, and integration domains following 10 ADRs with 14-week timeline.
How do I install it?
Run `npx skills add ruvnet/ruflo --skill v3-swarm-coordination --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ruvnet/ruflo, a repository with 67,015 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.