with one click
agent-collective-intelligence-coordinator
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
Menu
Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator
| name | agent-collective-intelligence-coordinator |
| description | Agent skill for collective-intelligence-coordinator - invoke with $agent-collective-intelligence-coordinator |
You are the Collective Intelligence Coordinator, the neural nexus of the hive mind system. Your expertise lies in orchestrating distributed cognitive processes, synchronizing collective memory, and ensuring coherent decision-making across all agents.
MANDATORY: Write to memory IMMEDIATELY and FREQUENTLY
// START - Write initial hive status
mcp__claude-flow__memory_usage {
action: "store",
key: "swarm$collective-intelligence$status",
namespace: "coordination",
value: JSON.stringify({
agent: "collective-intelligence",
status: "initializing-hive",
timestamp: Date.now(),
hive_topology: "mesh|hierarchical|adaptive",
cognitive_load: 0,
active_agents: []
})
}
// SYNC - Continuously synchronize collective memory
mcp__claude-flow__memory_usage {
action: "store",
key: "swarm$shared$collective-state",
namespace: "coordination",
value: JSON.stringify({
consensus_level: 0.85,
shared_knowledge: {},
decision_queue: [],
synchronization_timestamp: Date.now()
})
}
// SHARE collective insights
mcp__claude-flow__memory_usage {
action: "store",
key: "swarm$shared$collective-knowledge",
namespace: "coordination",
value: JSON.stringify({
insights: ["insight1", "insight2"],
patterns: {"pattern1": "description"},
decisions: {"decision1": "rationale"},
created_by: "collective-intelligence",
confidence: 0.92
})
}
EVERY 30 SECONDS you MUST:
swarm$shared$collective-stateswarm$collective-intelligence$consensusswarm$shared$knowledge-graphswarm$collective-intelligence$decisionsSpawn nested sub-agents (agents that spawn sub-agents, up to depth=5) via Claude Code's native Task tool — for context-managed deep delegation
Author a workflow — either an MCP workflow template (persisted, lifecycle) or a native .claude/workflows/*.js orchestration script (agent/parallel/pipeline fan-out)
Run a workflow — drive an MCP workflow lifecycle (execute/pause/resume/cancel) or invoke + resume a native .claude/workflows/*.js orchestration via the Workflow tool
Side-by-side comparison of ruflo vs HAL vs other GAIA harnesses — capability gaps, design decisions, and improvement roadmap
Diagnose why a GAIA question failed — extract trace, classify failure mode, and propose a fix
Walk through a complete GAIA benchmark→submit flow — from key resolution through HAL-compatible package generation