Boardroom (Multi-Role C-Suite Deliberation)
Runs a strategy brief through a 6-phase C-suite deliberation and produces a board memo with vote tally, dissent, and kill criteria.
AutomationIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
- Takes one strategy brief and deliberates it across up to 10 C-level roles (CEO, CFO, CTO, CMO, CPO, CRO, CISO, etc.) in six phases.
- Phase 2 isolation: each advisor forms a position, top 3 concerns and top 3 supports before seeing anyone else's — the core anti-groupthink mechanism.
- Phase 3 cross-examination: each role critiques the others strictly on the dimension it owns (unit economics, risk, JTBD, positioning, revenue math).
- Phase 4 devil's advocate: three severity-rated objections plus mitigations against the leading option.
- Phases 5–6: synthesis into a board memo (vote table, unresolved dissent, success/kill criteria) saved to
~/.claude/boardroom/YYYY-MM-DD-<slug>.md, then handed to the founder for accept/modify/reject.
Who it's for
- Solo founders and small-team leaders making cross-functional calls without an actual board.
- Strategy and planning folks who need a written trail of reasoning and dissent.
- Anyone who wants structured pushback from an AI instead of agreeable summaries.
Example uses
- "Raise prices 20%" — finance (margin), marketing (positioning) and product (churn) views deliberated separately, then a voted memo.
- "8 months of runway: raise or cut" — independent positions first, then a devil's advocate pass flagging a CRITICAL risk with mitigation.
- "Should we paywall the core feature" — memo records the unresolved dissent, then routes to
/cs:decidefor logging.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/alirezarezvani/claude-skills/HEAD/.gemini/skills/boardroom/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/boardroom ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy this skill in:
cp -r claude-skills/.gemini/skills/boardroom ~/.claude/skills/ - If the repo also ships
skills/board-meeting,executive-mentor, and thecs-*agents, copy them the same way so every phase has its dependency. - Restart Claude Code, then ask "run a boardroom deliberation on this brief" or type
/cs:boardroom <brief-path>. - Find the generated memo under
~/.claude/boardroom/as a dated markdown file.
View source on GitHub ↗License: MIT