Boardroom — Multi-Role Executive Deliberation
Runs a strategy brief through a 6-phase virtual C-suite debate and produces a board memo with a vote tally and explicit dissent.
AutomationIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
/cs:boardroom <brief> puts one strategic question through a six-phase deliberation with a virtual C-suite:
- Briefing — the brief goes to every affected executive role
- Independent thinking (isolation) — each advisor writes their recommendation, top 3 concerns and top 3 supports without seeing anyone else's, which blocks anchoring and groupthink
- Cross-examination — positions revealed simultaneously; each advisor critiques the dimension they own (finance, risk, JTBD, positioning, revenue)
- Devil's advocate pass — three severity-rated objections against the leading option
- Synthesis — majority option plus unresolved dissents
- Decision hand-off — founder accepts, modifies, or rejects
The deliverable is a Markdown board memo saved to ~/.claude/boardroom/, containing a vote table, dissent section, mitigations, and success/kill criteria.
Who it's for
- Solo founders who decide alone but want multiple expert lenses
- Small leadership teams that need decisions documented with reasoning
- Anyone tired of sycophantic AI answers and wanting recorded disagreement
Examples
- Pricing change: get independent takes from CFO (margin), CMO (positioning), CRO (churn risk), then a synthesized memo with a vote tally
- Raise vs. cut runway: run all six phases so the memo also lands explicit kill criteria
- New market entry: use the Phase 4 devil's advocate pass to surface CRITICAL/HIGH/MEDIUM risks with mitigation plans
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/boardroom folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/boardroom/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git /tmp/claude-skills && mkdir -p ~/.claude/skills/boardroom && cp -r /tmp/claude-skills/.gemini/skills/boardroom/* ~/.claude/skills/boardroom/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skill folder:
mkdir -p ~/.claude/skills/boardroom - Copy the files:
cp -r claude-skills/.gemini/skills/boardroom/* ~/.claude/skills/boardroom/ - This skill calls the
board-meetingskill and thecs-*advisor agents, so also copy the repo'sskills/andagents/folders into~/.claude/. - Restart Claude Code, then run
/cs:boardroomor simply ask "debate this decision as my executive board". - Put brief files in
~/.claude/briefs/; finished memos are written to~/.claude/boardroom/.
View source on GitHub ↗License: MIT