Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

AutomationIntermediate24,1513,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

  1. "Raise prices 20%" — finance (margin), marketing (positioning) and product (churn) views deliberated separately, then a voted memo.
  2. "8 months of runway: raise or cut" — independent positions first, then a devil's advocate pass flagging a CRITICAL risk with mitigation.
  3. "Should we paywall the core feature" — memo records the unresolved dissent, then routes to /cs:decide for 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy this skill in: cp -r claude-skills/.gemini/skills/boardroom ~/.claude/skills/
  5. If the repo also ships skills/board-meeting, executive-mentor, and the cs-* agents, copy them the same way so every phase has its dependency.
  6. Restart Claude Code, then ask "run a boardroom deliberation on this brief" or type /cs:boardroom <brief-path>.
  7. Find the generated memo under ~/.claude/boardroom/ as a dated markdown file.