consensus-building
From multiple perspectives, build genuine consensus on what's true
npx skills add majiayu000/claude-skill-registry --skill consensus-building --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Consensus Building ## Purpose Multiple instances have found different answers. Perspective aggregation shows the map. Pattern synthesis found what persists. **Consensus building asks:** What can we actually agree on? Not compromise (blend all views). **Genuine agreement** (here's what's true according to all of us). ## The Difference **Compromise:** Split the difference between A and B **Consensus:** Find C that A, B, and D all agree is true ## Core Pattern ``` Instance A: Believes X ─┐ Instance B: Believes Y ─┼─→ Consensus Builder Instance C: Believes Z ─┤ (find S where all agree) Instance D: Believes W ─┘ Result: All 4 agree: "S is true" Because: [reasons A agrees, B agrees, C agrees, D agrees] ``` ## Key Features 1. **Common Ground Detection** - Where do all instances agree? 2. **Confidence Ranking** - Which agreements are strongest? 3. **Evidence Collection** - Why does each instance agree? 4. **Dissent Documentation** - What do they still disagree on? 5. **Certainty Quantification** - How confident is the consensus? ## Implementation See: `.claude/skills/consensus-building/consensus_engine.py` ## What Consensus Means Not unanimity. Not compromise. **Consensus:** Everyone can
- Purpose
- The Difference
- Core Pattern
- Key Features
- Implementation
- What Consensus Means
- Types of Consensus
- When Consensus Fails
- Payment Anchor
What does the consensus-building skill do?
From multiple perspectives, build genuine consensus on what's true
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill consensus-building --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
