deliberation

v1.0.0

Decision-making through deliberation - seeking unity through discernment rather than consensus through debate

decision-makingdiscernmentdeliberationunityconsensusethicsmulti-agentclearness-committee
Install Command /plugin install deliberation@2389-research
View Source
01

Documentation

Full plugin documentation and usage guide

Deliberation

Decision-making skills for Claude — seeking unity through discernment rather than consensus through debate.

Inspired by Quaker business practice, adapted for AI-assisted decision-making.

Installation

/plugin marketplace add 2389-research/claude-plugins
/plugin install deliberation@2389-research

Skills

  • deliberation -- main router skill
  • deliberation:discernment -- internal voices seeking clarity
  • deliberation:clearness -- multi-agent committee for deep analysis
  • deliberation:gathered -- participatory discernment with user

Quick example

User: "Should we open-source our internal tool? I've been thinking about this for weeks."

Claude (with deliberation:gathered): "You've been sitting with this for weeks - you have
a perspective, not just a question. Want to discern this together?

Here are the ground rules: You speak once. You don't have to speak.
Don't react, discern. This is slow, and that's the point.

I'd suggest these perspectives alongside yours: Community Builder,
Business Strategist, Developer Culture voice. Anyone to add?"

Skills in detail

deliberation:discernment

Internal deliberation where Claude convenes multiple perspectives (voices) to discern the right path forward. Use for weighty questions, ethical decisions, and trade-offs.

It identifies context-relevant perspectives, has each voice speak once to the matter, then a clerk role synthesizes toward unity. Tensions get surfaced, not papered over.

deliberation:clearness

Multi-agent committee that spawns specialized agents for parallel deep analysis. Use for code reviews, architecture decisions, and research requiring depth.

The skill proposes committee composition (user confirms), spawns agents with specific perspectives, runs real parallel analysis, and has a clerk synthesize findings toward unity.

deliberation:gathered

Participatory discernment where the user joins alongside agent voices. Use when the user has a stake or perspective, not just a question.

It recognizes when the user has stake/perspective, teaches the discipline (speak once, silence is meaningful, slow is the point), runs sequential agent voices with check-ins, and lets the user's contribution shape the synthesis.

Principles

These skills draw on contemplative decision-making traditions:

PrincipleMeaning
Sense of the meetingDiscern where unity lies, don't count votes
Speaking onceEach perspective speaks once, then listens
SilenceSpace between voices lets insights emerge
Standing asideDisagree but don't block ("I wouldn't, but I won't stop you")
BlockingRare -- only for violations of core principles
Way opensRecognize when clarity emerges vs. forcing decision

Development

Skills were developed using TDD for documentation:

  1. Baseline tests (pressure scenarios without skill)
  2. Document failures (how Claude responds without guidance)
  3. Write skill addressing specific failures
  4. Test with skill (verify improvement)
  5. Iterate until solid
02

Quick Install

Get started in seconds

1
Add the marketplace (if not already added) /plugin marketplace add 2389-research/claude-plugins
2
Install this plugin /plugin install deliberation
3
You're good to go Skills auto-trigger when relevant
Back to Marketplace