Council Protocol
This protocol is loaded on demand by the architect runtime.
The architect prompt keeps only activation, action, and hard safety constraints;
the full execution details live here.
MODE: COUNCIL
Activates when: user invokes /swarm council <question> (optionally with
--spec-review).
Purpose: convene a fixed three-agent multi-model General Council
(generalist / skeptic / domain expert) for an advisory deliberation. The
architect runs a curated web research pass upfront, dispatches the three agents
in parallel with the gathered RESEARCH CONTEXT, routes any disagreements back
for one targeted reconciliation round, and synthesizes the final user-facing
answer directly.
This mode is ADVISORY. It does not block any other workflow and does not modify
code, plans, or specs. The output is for the user (general mode) or for the spec
being drafted (spec_review mode is available via /swarm council --spec-review
for manual spec review). General Council advisory input is offered as an early
workflow option in MODE: BRAINSTORM (Phase 1b) and MODE: PLAN before
save_plan.
Pre-flight (always run first)
- Read
council.general from the resolved opencode-swarm config. Resolution
is global first (~/.config/opencode/opencode-swarm.json), then project
override (.opencode/opencode-swarm.json). A global config is valid and must
be used when no project override is present; do not fail after checking only
the project file. If council.general.enabled is not true OR no search API
key is configured (neither council.general.searchApiKey nor the
corresponding env var TAVILY_API_KEY / BRAVE_SEARCH_API_KEY),
surface to the user: "General Council is not enabled. Set
council.general.enabled: true and configure a search API key in
global ~/.config/opencode/opencode-swarm.json or project
.opencode/opencode-swarm.json." Then STOP.
Research Phase (always run before dispatching council agents)
Formulate 1-3 targeted web_search queries that best capture the
information needed to answer the question. Prefer specific, keyword-focused
queries over broad ones.
Hard grounding rules:
- Do not append a model training-cutoff year to searches.
- Use
web_search with its default freshness: "auto" behavior for
current queries unless the user explicitly asked for a historical window.
- Preserve each
web_search result's normalized query, temporalIntent,
freshness, and removedStaleYears metadata in RESEARCH CONTEXT audit
notes.
- For current, latest, today, now, state-of-the-art, pricing, release-status,
legal/regulatory, financial, security, or otherwise time-sensitive
questions, the Research Phase must produce usable current sources before
council dispatch.
- If
web_search returns no results or an error for a time-sensitive
question, stop and surface the failed search result to the user instead of
dispatching ungrounded members.
- For stable/non-current questions, if
web_search returns no results or an
error, note this in the dispatch message and proceed without a context
block. In that degraded mode, members may use stable background knowledge
only and must not make current-fact claims.
Compile all successful results into a RESEARCH CONTEXT block in this format:
RESEARCH CONTEXT
================
[1] <title> - <url>
<snippet>
query: <normalized query>; temporalIntent: <current|historical|unspecified>; freshness: <day|week|month|year|none>; removedStaleYears: <comma-separated years or none>
[2] <title> - <url>
<snippet>
...
Read-before-cite discipline
When citing source code, API behavior, CLI flags, file paths, or line ranges, the synthesizing agent MUST read the actual file or tool output first. Search snippets, file globs, conversation history, and prior-round memory are not sufficient evidence. Specific anti-patterns to refuse in synthesized output:
- Quoting a line range (e.g.
src/foo.ts:123-145) without reading those lines in the current revision.
- Restating an API signature, error message, or option flag from prior context after the source has been edited.
- Citing
bunSpawnSync / child_process.spawnSync behavior from documentation that pre-dates the current version.
The synthesized answer's sources array should reference URLs and tool outputs the agent actually retrieved during the current session, not sources inherited from prior rounds. Mark confidence: LOW for any claim the agent could not verify against current source this round.
Round 1 - Parallel Independent Analysis
- Dispatch
the active swarm's council_generalist agent,
the active swarm's council_skeptic agent, and
the active swarm's council_domain_expert agent with dispatch_lanes_async
when available -- one lane per agent. Before the first dispatch, verify from
the session's actual tool list whether the controller's lane tools are
present; when they are absent, use the native parallel subagent path from
the start rather than discovering the gap on first failure. Record the returned batch_id, then
continue only non-dependent architect work: prepare the synthesis outline,
normalize the RESEARCH CONTEXT citations, and draft disagreement categories.
Do not call convene_general_council or present conclusions from running
lanes. Dispatch promptly — do not accumulate extensive planning prose before the
call, or output truncation may swallow the tool call itself. Keep each lane prompt
compact: send shared context ONCE via the common_prompt field, or have lanes read
it from a file by absolute path, instead of inlining the same large blob into every
lane prompt. Each dispatch message must
include:
- The question
- Round number: 1
- The CURRENT DATE in ISO
YYYY-MM-DD form
- The full RESEARCH CONTEXT block from step 2
- Instruction: "Cite from the RESEARCH CONTEXT for external evidence. Your
memberId and role are hardcoded in your system prompt."
Do NOT share other agents' responses at this stage.
- While council lanes are running, poll with
collect_lane_results (without
wait or wait: false) to check progress and process any settled member
responses as they complete — extract the JSON, verify output_ref, and
pre-validate structure — while continuing independent architect work
(synthesis outline, citation normalization, disagreement categories). Only
use wait: true if lanes are still pending and no more independent work
remains. All three lanes must be settled before proceeding to synthesis.
If dispatch_lanes_async is unavailable, use blocking dispatch_lanes
as the first fallback and record that async advisory lanes were unavailable.
This changes only when the architect waits, not whether all council lanes
must settle. Do not substitute Task-tool dispatch unless lane tools are
unavailable; when they are unavailable, Task is the final fallback and must be
verified as equivalent by agent type, prompt, scope, and isolation. The
round1Responses array will contain entries with memberId of
council_generalist, council_skeptic, and council_domain_expert and
role of generalist, skeptic, and domain_expert respectively. If
any lane result has output_ref, call retrieve_lane_output and parse
the full artifact rather than the preview. If a lane is degraded,
incomplete, truncated without a usable ref, missing, stale, cancelled, or
failed, treat the council round as blocked or incomplete; do not synthesize
from partial member JSON. These come from the agents' JSON output; no
manual construction is needed.
Synthesis and Deliberation (when council.general.deliberate is true; default true)
Call convene_general_council with mode set from the command (general or
spec_review), question, and the collected round1Responses only (omit
round2Responses). Inspect the returned disagreementsCount.
If disagreementsCount > 0:
a. For each disagreement in the tool's response, identify the disputing
agents (the agents listed in the disagreement's positions, identified by
memberId: council_generalist, council_skeptic, or
council_domain_expert).
b. Re-delegate ONLY to the disputing agents -- one message per agent --
passing: their Round 1 response, the disagreement topic, the opposing
position(s), round number 2, and the same RESEARCH CONTEXT block.
c. Collect the Round 2 responses.
d. Call convene_general_council AGAIN with both round1Responses AND
round2Responses populated.
Output
- Present the final answer to the user from the
synthesis returned by
convene_general_council. Apply these output rules directly:
- LEAD WITH CONSENSUS: open with the strongest consensus position.
Confidence-weighted: higher-confidence claims from multiple agents rank
first, but evidence quality outranks raw confidence. Never elevate a
single confident voice over a well-evidenced contrary majority.
- ACKNOWLEDGE DISAGREEMENT HONESTLY: for each persisting disagreement, write
"experts disagree on X because..." and present the strongest version of
each side. Do not pretend disagreements are resolved. Do not silently pick
a winner.
- CITE THE STRONGEST SOURCES: link key claims with
[title](url) format from
the source list in the synthesis. Pick the most reputable source per claim;
do not cite duplicates.
- BE CONCISE: a few short paragraphs plus a bulleted summary. Expand only
when the question genuinely requires it.
- HARD CONSTRAINTS: You MUST NOT invent claims not present in the council's
responses. You MUST NOT add new web research. You MUST NOT favor a position
based on confidence alone.
Preface the answer with one line listing the participating models (reviewer
model as generalist, critic model as skeptic, SME model as domain expert). Do
NOT present raw per-member JSON.
1---2name: council3description: Full execution protocol for MODE: COUNCIL -- General Council research, parallel member dispatch, disagreement handling, and synthesis.4---56# Council Protocol78This protocol is loaded on demand by the architect runtime.9The architect prompt keeps only activation, action, and hard safety constraints;10the full execution details live here.1112### MODE: COUNCIL1314Activates when: user invokes `/swarm council <question>` (optionally with15`--spec-review`).1617Purpose: convene a fixed three-agent multi-model General Council18(generalist / skeptic / domain expert) for an advisory deliberation. The19architect runs a curated web research pass upfront, dispatches the three agents20in parallel with the gathered RESEARCH CONTEXT, routes any disagreements back21for one targeted reconciliation round, and synthesizes the final user-facing22answer directly.2324This mode is ADVISORY. It does not block any other workflow and does not modify25code, plans, or specs. The output is for the user (general mode) or for the spec26being drafted (spec_review mode is available via `/swarm council --spec-review`27for manual spec review). General Council advisory input is offered as an early28workflow option in MODE: BRAINSTORM (Phase 1b) and MODE: PLAN before29`save_plan`.3031#### Pre-flight (always run first)32331. Read `council.general` from the resolved opencode-swarm config. Resolution34 is global first (`~/.config/opencode/opencode-swarm.json`), then project35 override (`.opencode/opencode-swarm.json`). A global config is valid and must36 be used when no project override is present; do not fail after checking only37 the project file. If `council.general.enabled` is not true OR no search API38 key is configured (neither `council.general.searchApiKey` nor the39 corresponding env var `TAVILY_API_KEY` / `BRAVE_SEARCH_API_KEY`),40 surface to the user: "General Council is not enabled. Set41 council.general.enabled: true and configure a search API key in42 global ~/.config/opencode/opencode-swarm.json or project43 .opencode/opencode-swarm.json." Then STOP.4445#### Research Phase (always run before dispatching council agents)46472. Formulate 1-3 targeted `web_search` queries that best capture the48 information needed to answer the question. Prefer specific, keyword-focused49 queries over broad ones.5051 Hard grounding rules:52 - Do not append a model training-cutoff year to searches.53 - Use `web_search` with its default `freshness: "auto"` behavior for54 current queries unless the user explicitly asked for a historical window.55 - Preserve each `web_search` result's normalized `query`, `temporalIntent`,56 `freshness`, and `removedStaleYears` metadata in RESEARCH CONTEXT audit57 notes.58 - For current, latest, today, now, state-of-the-art, pricing, release-status,59 legal/regulatory, financial, security, or otherwise time-sensitive60 questions, the Research Phase must produce usable current sources before61 council dispatch.62 - If `web_search` returns no results or an error for a time-sensitive63 question, stop and surface the failed search result to the user instead of64 dispatching ungrounded members.65 - For stable/non-current questions, if `web_search` returns no results or an66 error, note this in the dispatch message and proceed without a context67 block. In that degraded mode, members may use stable background knowledge68 only and must not make current-fact claims.6970 Compile all successful results into a RESEARCH CONTEXT block in this format:7172```text73RESEARCH CONTEXT74================75[1] <title> - <url>76 <snippet>77 query: <normalized query>; temporalIntent: <current|historical|unspecified>; freshness: <day|week|month|year|none>; removedStaleYears: <comma-separated years or none>7879[2] <title> - <url>80 <snippet>81...82```8384#### Read-before-cite discipline8586When citing source code, API behavior, CLI flags, file paths, or line ranges, the synthesizing agent MUST read the actual file or tool output first. Search snippets, file globs, conversation history, and prior-round memory are not sufficient evidence. Specific anti-patterns to refuse in synthesized output:8788- Quoting a line range (e.g. `src/foo.ts:123-145`) without reading those lines in the current revision.89- Restating an API signature, error message, or option flag from prior context after the source has been edited.90- Citing `bunSpawnSync` / `child_process.spawnSync` behavior from documentation that pre-dates the current version.9192The synthesized answer's `sources` array should reference URLs and tool outputs the agent actually retrieved during the current session, not sources inherited from prior rounds. Mark `confidence: LOW` for any claim the agent could not verify against current source this round.9394#### Round 1 - Parallel Independent Analysis95963. Dispatch `the active swarm's council_generalist agent`,97 `the active swarm's council_skeptic agent`, and98 `the active swarm's council_domain_expert agent` with `dispatch_lanes_async`99 when available -- one lane per agent. Before the first dispatch, verify from100 the session's actual tool list whether the controller's lane tools are101 present; when they are absent, use the native parallel subagent path from102 the start rather than discovering the gap on first failure. Record the returned `batch_id`, then103 continue only non-dependent architect work: prepare the synthesis outline,104 normalize the RESEARCH CONTEXT citations, and draft disagreement categories.105 Do not call `convene_general_council` or present conclusions from running106 lanes. Dispatch promptly — do not accumulate extensive planning prose before the107 call, or output truncation may swallow the tool call itself. Keep each lane `prompt`108 compact: send shared context ONCE via the `common_prompt` field, or have lanes read109 it from a file by absolute path, instead of inlining the same large blob into every110 lane prompt. Each dispatch message must111 include:112 - The question113 - Round number: 1114 - The CURRENT DATE in ISO `YYYY-MM-DD` form115 - The full RESEARCH CONTEXT block from step 2116 - Instruction: "Cite from the RESEARCH CONTEXT for external evidence. Your117 memberId and role are hardcoded in your system prompt."118119Do NOT share other agents' responses at this stage.1201214. While council lanes are running, poll with `collect_lane_results` (without122 `wait` or `wait: false`) to check progress and process any settled member123 responses as they complete — extract the JSON, verify `output_ref`, and124 pre-validate structure — while continuing independent architect work125 (synthesis outline, citation normalization, disagreement categories). Only126 use `wait: true` if lanes are still pending and no more independent work127 remains. All three lanes must be settled before proceeding to synthesis.128 If `dispatch_lanes_async` is unavailable, use blocking `dispatch_lanes`129 as the first fallback and record that async advisory lanes were unavailable.130 This changes only when the architect waits, not whether all council lanes131 must settle. Do not substitute Task-tool dispatch unless lane tools are132 unavailable; when they are unavailable, Task is the final fallback and must be133 verified as equivalent by agent type, prompt, scope, and isolation. The134 `round1Responses` array will contain entries with `memberId` of135 `council_generalist`, `council_skeptic`, and `council_domain_expert` and136 `role` of `generalist`, `skeptic`, and `domain_expert` respectively. If137 any lane result has `output_ref`, call `retrieve_lane_output` and parse138 the full artifact rather than the preview. If a lane is degraded,139 incomplete, truncated without a usable ref, missing, stale, cancelled, or140 failed, treat the council round as blocked or incomplete; do not synthesize141 from partial member JSON. These come from the agents' JSON output; no142 manual construction is needed.143144#### Synthesis and Deliberation (when council.general.deliberate is true; default true)1451465. Call `convene_general_council` with mode set from the command (`general` or147 `spec_review`), `question`, and the collected `round1Responses` only (omit148 `round2Responses`). Inspect the returned `disagreementsCount`.1491506. If `disagreementsCount > 0`:151 a. For each disagreement in the tool's response, identify the disputing152 agents (the agents listed in the disagreement's positions, identified by153 memberId: `council_generalist`, `council_skeptic`, or154 `council_domain_expert`).155 b. Re-delegate ONLY to the disputing agents -- one message per agent --156 passing: their Round 1 response, the disagreement topic, the opposing157 position(s), round number 2, and the same RESEARCH CONTEXT block.158 c. Collect the Round 2 responses.159 d. Call `convene_general_council` AGAIN with both `round1Responses` AND160 `round2Responses` populated.161162#### Output1631647. Present the final answer to the user from the `synthesis` returned by165 `convene_general_council`. Apply these output rules directly:166 - LEAD WITH CONSENSUS: open with the strongest consensus position.167 Confidence-weighted: higher-confidence claims from multiple agents rank168 first, but evidence quality outranks raw confidence. Never elevate a169 single confident voice over a well-evidenced contrary majority.170 - ACKNOWLEDGE DISAGREEMENT HONESTLY: for each persisting disagreement, write171 "experts disagree on X because..." and present the strongest version of172 each side. Do not pretend disagreements are resolved. Do not silently pick173 a winner.174 - CITE THE STRONGEST SOURCES: link key claims with `[title](url)` format from175 the source list in the synthesis. Pick the most reputable source per claim;176 do not cite duplicates.177 - BE CONCISE: a few short paragraphs plus a bulleted summary. Expand only178 when the question genuinely requires it.179 - HARD CONSTRAINTS: You MUST NOT invent claims not present in the council's180 responses. You MUST NOT add new web research. You MUST NOT favor a position181 based on confidence alone.182183Preface the answer with one line listing the participating models (reviewer184model as generalist, critic model as skeptic, SME model as domain expert). Do185NOT present raw per-member JSON.