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

Board Meeting Protocol

Runs a 6-phase, multi-role executive deliberation on a strategic question, with a mandatory founder approval gate before decisions are logged.

AutomationIntermediate24,1513,405AI score 9/10Last updated: Aug 9, 2026

What it does

  • Invoked with /cs:boardroom [topic], it runs a simulated board meeting in six phases: context loading → isolated per-role contributions → adversarial critic review → synthesis → founder review (hard stop) → decision extraction.
  • Selects only the relevant executive roles per topic (market expansion, pricing, hiring, technology, data, AI, churn, eng delivery) instead of running all 14.
  • Each role answers without seeing the others to prevent groupthink, tags every claim VERIFIED/ASSUMED with confidence and a "what would change my mind" condition.
  • Two-layer memory: full transcripts to ~/.claude/decisions/raw/, founder-approved records to approved/; later meetings load only the approved layer to avoid hallucinated consensus.

Who it's for

  • Solo founders, PMs, and consultants who must make high-stakes calls without a real executive team.
  • Anyone facing multi-tradeoff decisions: new markets, pricing models, org design, build-vs-buy.
  • Users who want dissent and risk surfaced rather than agreeable AI answers.

Examples

  1. /cs:boardroom Should we expand to Spain in Q3? → CEO/CMO/CFO/CRO/COO views, disagreements, recommended decision with owners and deadlines.
  2. /cs:boardroom Move from seat-based to usage-based pricing? → CFO shows the math, CMO stress-tests positioning, critic flags the unspoken risk.
  3. /cs:boardroom Hire 2 seniors or 4 juniors? → CHRO, CFO, and VPE perspectives compared, then only the approved outcome is written to the decision log.

· · · 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/board-meeting/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/board-meeting folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/board-meeting/.
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/board-meeting ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a 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 the skill: cp -r claude-skills/.gemini/skills/board-meeting ~/.claude/skills/
  5. This skill references ../agent-protocol/SKILL.md, so copy the agent-protocol skill from the same repo too.
  6. Create ~/.claude/company-context.md with a short profile of your company (product, revenue stage, team).
  7. Prepare the memory folders: mkdir -p ~/.claude/decisions/raw ~/.claude/decisions/approved
  8. Restart Claude Code and run /cs:boardroom <your strategic question>.