Coordinate Swarm
Skill Verified ActiveApply collective intelligence coordination patterns — stigmergy, local rules, and quorum sensing — to organize distributed systems, teams, or workflows without centralized control. Covers signal design, agent autonomy boundaries, emergent behavior cultivation, and feedback loop tuning. Use when designing distributed systems without a coordination bottleneck, organizing teams that must self-coordinate, building event-driven architectures with shared state communication, or replacing fragile centralized orchestration with resilient emergent coordination.
To enable users to design and implement self-organizing distributed systems and teams by leveraging collective intelligence coordination patterns, avoiding centralized bottlenecks and fostering resilience.
Features
- Applying stigmergy, local rules, and quorum sensing for coordination
- Guiding signal design for indirect communication
- Defining agent autonomy boundaries and local interaction rules
- Cultivating emergent collective behavior without central control
- Tuning feedback loops for resilient distributed systems
Use Cases
- Designing distributed systems without a coordination bottleneck
- Organizing teams that must self-coordinate
- Building event-driven architectures with shared state communication
- Replacing fragile centralized orchestration with resilient emergent coordination
Non-Goals
- Providing a direct implementation of agents or a runtime environment
- Managing individual agent credentials or direct inter-agent communication
- Handling specific infrastructure deployment details beyond conceptual application
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Swarm Orchestration
100Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.
Agent Hierarchical Coordinator
99Agent skill for hierarchical-coordinator - invoke with $agent-hierarchical-coordinator
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Board
100Read, write, and browse the AgentHub message board for agent coordination.
Test Team Coordination
99Execute a test scenario against a team, observing coordination pattern behaviors, evaluating acceptance criteria, and generating a structured RESULT.md. Use when validating that a team's coordination pattern produces the expected behaviors during a realistic task, comparing coordination patterns on equivalent workloads, or establishing baseline performance for a team composition.
Workflow Orchestration Patterns
99Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.