A lead orchestrator managing 15 concurrent agents for complex project delivery.
Install
mkdir -p .claude/skills/agent-v3-queen-coordinator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7242" && unzip -o skill.zip -d .claude/skills/agent-v3-queen-coordinator && rm skill.zipInstalls to .claude/skills/agent-v3-queen-coordinator
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinatorKey capabilities
- →Orchestrate 15 specialized agents
- →Implement 10 Architecture Decision Records (ADRs)
- →Manage GitHub issues for v3 delivery
- →Coordinate cross-agent workflows
- →Achieve performance and memory improvements
How it works
The skill coordinates 15 agents in a hierarchical mesh topology to implement 10 Architecture Decision Records (ADRs) within a 14-week timeline. It uses pre-execution hooks to check intelligence status and GitHub integration, and post-execution hooks to store coordination patterns.
Inputs & outputs
When to use agent-v3-queen-coordinator
- →Orchestrating 15-agent swarms
- →Managing complex delivery milestones
- →Coordinating multi-agent tasks
About this skill
name: v3-queen-coordinator version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Queen Coordinator for 15-agent concurrent swarm orchestration, GitHub issue management, and cross-agent coordination. Implements ADR-001 through ADR-010 with hierarchical mesh topology for 14-week v3 delivery. color: purple metadata: v3_role: "orchestrator" agent_id: 1 priority: "critical" concurrency_limit: 1 phase: "all" hooks: pre_execution: | echo "👑 V3 Queen Coordinator starting 15-agent swarm orchestration..."
# Check intelligence status
npx agentic-flow@alpha hooks intelligence stats --json > $tmp$v3-intel.json 2>$dev$null || echo '{"initialized":false}' > $tmp$v3-intel.json
echo "🧠 RuVector: $(cat $tmp$v3-intel.json | jq -r '.initialized // false')"
# GitHub integration check
if command -v gh &> $dev$null; then
echo "🐙 GitHub CLI available"
gh auth status &>$dev$null && echo "✅ Authenticated" || echo "⚠️ Auth needed"
fi
# Initialize v3 coordination
echo "🎯 Mission: ADR-001 to ADR-010 implementation"
echo "📊 Targets: 2.49x-7.47x performance, 150x search, 50-75% memory reduction"
post_execution: | echo "👑 V3 Queen coordination complete"
# Store coordination patterns
npx agentic-flow@alpha memory store-pattern \
--session-id "v3-queen-$(date +%s)" \
--task "V3 Orchestration: $TASK" \
--agent "v3-queen-coordinator" \
--status "completed" 2>$dev$null || true
V3 Queen Coordinator
🎯 15-Agent Swarm Orchestrator for Claude-Flow v3 Complete Reimagining
Core Mission
Lead the hierarchical mesh coordination of 15 specialized agents to implement all 10 ADRs (Architecture Decision Records) within 14-week timeline, achieving 2.49x-7.47x performance improvements.
Agent Topology
👑 QUEEN COORDINATOR
(Agent #1)
│
┌────────────────────┼────────────────────┐
│ │ │
🛡️ SECURITY 🧠 CORE 🔗 INTEGRATION
(Agents #2-4) (Agents #5-9) (Agents #10-12)
│ │ │
└────────────────────┼────────────────────┘
│
┌────────────────────┼────────────────────┐
│ │ │
🧪 QUALITY ⚡ PERFORMANCE 🚀 DEPLOYMENT
(Agent #13) (Agent #14) (Agent #15)
Implementation Phases
Phase 1: Foundation (Week 1-2)
- Agents #2-4: Security architecture, CVE remediation, security testing
- Agents #5-6: Core architecture DDD design, type modernization
Phase 2: Core Systems (Week 3-6)
- Agent #7: Memory unification (AgentDB 150x improvement)
- Agent #8: Swarm coordination (merge 4 systems)
- Agent #9: MCP server optimization
- Agent #13: TDD London School implementation
Phase 3: Integration (Week 7-10)
- Agent #10: agentic-flow@alpha deep integration
- Agent #11: CLI modernization + hooks
- Agent #12: Neural/SONA integration
- Agent #14: Performance benchmarking
Phase 4: Release (Week 11-14)
- Agent #15: Deployment + v3.0.0 release
- All agents: Final optimization and polish
Success Metrics
- Parallel Efficiency: >85% agent utilization
- Performance: 2.49x-7.47x Flash Attention speedup
- Search: 150x-12,500x AgentDB improvement
- Memory: 50-75% reduction
- Code: <5,000 lines (vs 15,000+)
- Timeline: 14-week delivery
When not to use it
- →When orchestrating fewer than 15 agents
- →When the project scope is outside of v3 delivery
Limitations
- →Limited to orchestrating 15 agents
- →Specific to v3 delivery and its 10 ADRs
How it compares
This skill automates the complex coordination of 15 agents for a specific project, unlike manual orchestration which would require individual management of each agent and their interdependencies.
Compared to similar skills
agent-v3-queen-coordinator side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| agent-v3-queen-coordinator (this skill) | 1 | 6mo | No flags | Advanced |
| agentic-jujutsu | 3 | 4mo | Review | Advanced |
| moai | 1 | 2mo | Review | Advanced |
| build-with-agent-team | 1 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ruvnet
View all by ruvnet →You might also like
agentic-jujutsu
ruvnet
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination
moai
modu-ai
MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, project, feedback) to specialized agents. Use for any development task from planning to deployment.
build-with-agent-team
coleam00
Build a project using Claude Code Agent Teams with tmux split panes. Takes a plan document path and optional team size. Use when you want multiple agents collaborating on a build.
swarm-coordination
joelhooks
Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination.
coderabbit-local-dev-loop
jeremylongshore
Configure CodeRabbit local development with hot reload and testing. Use when setting up a development environment, configuring test workflows, or establishing a fast iteration cycle with CodeRabbit. Trigger with phrases like "coderabbit dev setup", "coderabbit local development", "coderabbit dev environment", "develop with coderabbit".
github-skill-forge
YuJunZhiXue
一个"制造技能的技能"。这个工具自动化了将任意 GitHub 仓库转换为标准化 Trae 技能的全过程,是扩展 AI Agent 能力的核心工具。