Board Meeting
by @alirezarezvani
Multi-agent board meeting protocol for strategic decisions. Runs a structured 6-phase deliberation: context loading, independent C-suite contributions (isola...
clawhub install board-meetingπ About This Skill
name: "board-meeting" description: "Multi-agent board meeting protocol for strategic decisions. Runs a structured 6-phase deliberation: context loading, independent C-suite contributions (isolated, no cross-pollination), critic analysis, synthesis, founder review, and decision extraction. Use when the user invokes /cs:board, calls a board meeting, or wants structured multi-perspective executive deliberation on a strategic question." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: board-protocol updated: 2026-03-05 frameworks: 6-phase-board, two-layer-memory, independent-contributions
Board Meeting Protocol
Structured multi-agent deliberation that prevents groupthink, captures minority views, and produces clean, actionable decisions.
Keywords
board meeting, executive deliberation, strategic decision, C-suite, multi-agent, /cs:board, founder review, decision extraction, independent perspectivesInvoke
/cs:board [topic] β e.g. /cs:board Should we expand to Spain in Q3?The 6-Phase Protocol
PHASE 1: Context Gathering
1. Loadmemory/company-context.md
2. Load memory/board-meetings/decisions.md (Layer 2 ONLY β never raw transcripts)
3. Reset session state β no bleed from previous conversations
4. Present agenda + activated roles β wait for founder confirmationChief of Staff selects relevant roles based on topic (not all 9 every time): | Topic | Activate | |-------|----------| | Market expansion | CEO, CMO, CFO, CRO, COO | | Product direction | CEO, CPO, CTO, CMO | | Hiring/org | CEO, CHRO, CFO, COO | | Pricing | CMO, CFO, CRO, CPO | | Technology | CTO, CPO, CFO, CISO |
PHASE 2: Independent Contributions (ISOLATED)
No cross-pollination. Each agent runs before seeing others' outputs.
Order: Research (if needed) β CMO β CFO β CEO β CTO β COO β CHRO β CRO β CISO β CPO
Reasoning techniques: CEO: Tree of Thought (3 futures) | CFO: Chain of Thought (show the math) | CMO: Recursion of Thought (draftβcritiqueβrefine) | CPO: First Principles | CRO: Chain of Thought (pipeline math) | COO: Step by Step (process map) | CTO: ReAct (researchβanalyzeβact) | CISO: Risk-Based (PΓI) | CHRO: Empathy + Data
Contribution format (max 5 key points, self-verified):
## [ROLE] β [DATE]Key points (max 5):
β’ [Finding] β [VERIFIED/ASSUMED] β π’/π‘/π΄
β’ [Finding] β [VERIFIED/ASSUMED] β π’/π‘/π΄
Recommendation: [clear position]
Confidence: High / Medium / Low
Source: [where the data came from]
What would change my mind: [specific condition]
Each agent self-verifies before contributing: source attribution, assumption audit, confidence scoring. No untagged claims.
PHASE 3: Critic Analysis
Executive Mentor receives ALL Phase 2 outputs simultaneously. Role: adversarial reviewer, not synthesizer.Checklist:
PHASE 4: Synthesis
Chief of Staff delivers using the Board Meeting Output format (defined inagent-protocol/SKILL.md):
PHASE 5: Human in the Loop βΈοΈ
Full stop. Wait for the founder.
βΈοΈ FOUNDER REVIEW β [Paste synthesis]Options: β
Approve | βοΈ Modify | β Reject | β Ask follow-up
Rules:
/cs:board resumePHASE 6: Decision Extraction
After founder approval:memory/board-meetings/YYYY-MM-DD-raw.mdmemory/board-meetings/decisions.md[DO_NOT_RESURFACE]Memory Structure
memory/board-meetings/
βββ decisions.md # Layer 2 β founder-approved only (Phase 1 loads this)
βββ YYYY-MM-DD-raw.md # Layer 1 β full transcripts (never auto-loaded)
βββ archive/YYYY/ # Raw transcripts after 90 days
Future meetings load Layer 2 only. Never Layer 1. This prevents hallucinated consensus.
Failure Mode Quick Reference
| Failure | Fix | |---------|-----| | Groupthink (all agree) | Re-run Phase 2 isolated; force "strongest argument against" | | Analysis paralysis | Cap at 5 points; force recommendation even with Low confidence | | Bikeshedding | Log as async action item; return to main agenda | | Role bleed (CFO making product calls) | Critic flags; exclude from synthesis | | Layer contamination | Phase 1 loads decisions.md only β hard rule |References
templates/meeting-agenda.md β agenda formattemplates/meeting-minutes.md β final output formatreferences/meeting-facilitation.md β conflict handling, timing, failure modes