Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

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.

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

  1. Briefing — the brief goes to every affected executive role
  2. 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
  3. Cross-examination — positions revealed simultaneously; each advisor critiques the dimension they own (finance, risk, JTBD, positioning, revenue)
  4. Devil's advocate pass — three severity-rated objections against the leading option
  5. Synthesis — majority option plus unresolved dissents
  6. 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)
  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 /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.

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skill folder: mkdir -p ~/.claude/skills/boardroom
  4. Copy the files: cp -r claude-skills/.gemini/skills/boardroom/* ~/.claude/skills/boardroom/
  5. This skill calls the board-meeting skill and the cs-* advisor agents, so also copy the repo's skills/ and agents/ folders into ~/.claude/.
  6. Restart Claude Code, then run /cs:boardroom or simply ask "debate this decision as my executive board".
  7. Put brief files in ~/.claude/briefs/; finished memos are written to ~/.claude/boardroom/.