Trigger a Council Decision
Council decisions are structured processes where multiple agents assess a situation from their domain expertise and produce a verdict. Here’s how to trigger each one.The 7 Council Workflows
| Code | Name | When to Use | Trigger |
|---|---|---|---|
| CW-01 | New Project Evaluation | You have a new idea or opportunity | Manual (webhook) |
| CW-02 | Priority Conflict Resolution | Two things are competing for attention | Manual (webhook) |
| CW-03 | Weekly Strategy Sync | Regular planning cadence | Automatic (Monday) |
| CW-04 | Financial Decision Gate | Money decision needed | Manual (webhook) |
| CW-05 | Shipping/Release Decision | Ready to release something | Manual (webhook) |
| CW-06 | Content Calendar Planning | Planning content for the week/month | Automatic (Monday) |
| CW-07 | ADHD Emergency Protocol | Feeling overwhelmed, stuck, paralysed | Manual or automatic |
How to Trigger a Decision
Option A: From the Console
- Go to console.so1.io/agents
- Click the relevant agent (usually Atlas for coordination decisions)
- Find the council workflow in “Linked Workflows”
- Click Run
Option B: From Discord
Some workflows have Discord slash commands or reaction triggers. When a council decision posts to#council-decisions, you can react to approve or reject.
Option C: Direct Webhook (Advanced)
Each workflow has a webhook URL. You can trigger it with data:What Happens After You Trigger
Every council workflow follows the same 5-layer pattern:Reasoning
Each relevant agent analyses the situation from their domain. Agents run in parallel, each producing a score and assessment.
Action
Results are synthesised into a recommendation. A human gate posts to Discord for your approval.
Persistence
The decision is logged to Airtable (Council Decisions table) with all agent scores, verdict, and confidence level.
Reading the Discord Embed
When a council decision completes, you’ll see an embed in#council-decisions like this:
- 8-10 — Strong support from this agent’s perspective
- 6-7 — Supportive with reservations
- 4-5 — Neutral or uncertain
- 1-3 — Agent recommends against
- GO — Proceed
- NO-GO — Don’t proceed (with reasons)
- DEFER — Not now, revisit later (with suggested timeline)
- RESOLVED — Conflict resolved (for CW-02)
CW-07: ADHD Emergency Protocol
This one is special. It can trigger automatically when signals accumulate: Trigger signals:- Multiple missed deadlines
- Excessive context switching
- Energy state critical (from Tempo)
- Decision paralysis detected
- Clears all non-essential tasks from the queue
- Identifies the ONE most important thing
- Breaks it into a 5-minute micro-step
- Posts a simplified action plan to Discord
- Activates body-doubling mode (step-by-step narration)