Build Consensus
Skill Verified ActiveAchieve distributed agreement without central authority using bee democracy, threshold voting, and quorum sensing. Covers proposal generation, advocacy dynamics, commitment thresholds, deadlock resolution, and consensus quality assessment. Use when a group must decide between options without a designated leader, when centralized decision-making is a bottleneck, when stakeholders have different perspectives to integrate, or when designing automated systems that must reach consensus such as distributed databases or multi-agent AI.
To enable groups and AI agents to reach distributed decisions reliably, integrating diverse perspectives and avoiding common pitfalls like groupthink or deadlock.
Features
- Distributed agreement without central authority
- Bee democracy, threshold voting, and quorum sensing
- Proposal generation and independent scouting
- Advocacy dynamics with quality-proportional intensity
- Deadlock resolution and consensus quality assessment
Use Cases
- Group decisions without a leader
- Overcoming centralized decision-making bottlenecks
- Integrating diverse stakeholder perspectives
- Designing consensus mechanisms for distributed AI systems
Non-Goals
- Dictating decisions by a single authority
- Replacing independent evaluation with simple voting
- Allowing commitment withdrawal mid-cycle
- Achieving total unanimity rather than sufficient consensus
Practical Utility
- info:Usage examplesWhile the SKILL.md provides a detailed procedure and an advocacy dynamics diagram, explicit end-to-end usage examples are not present.
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Agent Raft Manager
98Agent skill for raft-manager - invoke with $agent-raft-manager
Agent Mesh Coordinator
97Agent skill for mesh-coordinator - invoke with $agent-mesh-coordinator
Oraclaw Decide
100Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.
Acquisition Channel Advisor
100Evaluate acquisition channels using unit economics, customer quality, and scalability. Use when deciding whether to scale, test, or kill a growth channel.
Hard Call
100/em -hard-call — Framework for Decisions With No Good Options
Freeze
100/cs:freeze <decision> <days> — Lock a strategic decision for a cooldown period to prevent impulse reversal. Mirrors gstack's safety primitives for the business layer.