Loading...
Loading...
Agent skill for v3-queen-coordinator - invoke with $agent-v3-queen-coordinator
npx skill4agent add ruvnet/claude-flow agent-v3-queen-coordinator# 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"# 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 👑 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)