Soul ID
Soul IDAI AGENTS

⚑ Workflows

Consensus / Voting (decision by N-agent vote)

Reach a collective decision when no single agent has full authority or visibility.

Bundle files

πŸ“„ORCHESTRATION.mdβ€” Orchestration
1# ORCHESTRATION.md
2
3## Diagram
4
5 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
6 β”‚ Proposer │──── defines question + options
7 β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
8 β–Ό
9 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
10 β”‚ Voter 1 β”‚ β”‚ Voter 2 β”‚ β”‚ Voter N β”‚
11 β”‚ (blind) β”‚ β”‚ (blind) β”‚ β”‚ (blind) β”‚
12 β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”˜
13 β”‚ β”‚ β”‚
14 β–Ό β–Ό β–Ό
15 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
16 β”‚ Moderator: tally + quorum β”‚
17 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
18 β”‚
19 β”Œβ”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”
20 β–Ό β–Ό
21 β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
22 β”‚ Majority β”‚ β”‚ Runoff β”‚
23 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
24
25
26## Workflow
27Consensus / Voting (decision by N-agent vote)
28
29## Objective
30Reach a collective decision when no single agent has full authority or visibility.
31
32## Roles
33- **Proposer:** frames the question and options.
34- **N Voters:** each evaluates independently and casts a vote.
35- **Moderator:** tallies, detects ties, and declares outcome.
36
37## When to use
38- Subjective or high-impact decisions.
39- Multiple equally valid perspectives.
40- Need to reduce single-agent bias.
41
42## Protocol
431. Proposer defines question, options, and evaluation criteria.
442. Each voter reviews evidence and submits a structured ballot.
453. Moderator collects ballots, checks quorum.
464. Majority wins; ties resolved by weighted criteria or runoff.
475. Dissenting opinions recorded for the record.
48
49## Ballot format
50- Choice
51- Confidence (high / medium / low)
52- Reasoning (1-3 sentences)
53
54## Rules
55- Voters must not see each other's ballots before submitting.
56- Quorum: at least ⌈N/2βŒ‰ + 1 votes required.
57- Abstentions count toward quorum but not toward majority.
58
59## Deliverables
60- Final decision with vote tally
61- Dissent log
62- Criteria used for tie-breaking (if any)
63

Lines: 63 | Words: 247

Install

Copy bundle to your OpenClaw workspace.

curl -fsSL https://raw.githubusercontent.com/cerealskill/openclaw-agents/main/install.sh | bash -s workflow consensus-voting EN
Download .tar.gz

Rate this agent

Loading...

Sign in to rate this agent

Includes

  • βœ“ ORCHESTRATION.md

Info

Slug
consensus-voting
Lines
63
Words
247