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.
AutomationIntermediate★ 24,151⑂ 3,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 toapproved/; 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
/cs:boardroom Should we expand to Spain in Q3?→ CEO/CMO/CFO/CRO/COO views, disagreements, recommended decision with owners and deadlines./cs:boardroom Move from seat-based to usage-based pricing?→ CFO shows the math, CMO stress-tests positioning, critic flags the unspoken risk./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)
- 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/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.
- Open a terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/board-meeting ~/.claude/skills/ - This skill references
../agent-protocol/SKILL.md, so copy theagent-protocolskill from the same repo too. - Create
~/.claude/company-context.mdwith a short profile of your company (product, revenue stage, team). - Prepare the memory folders:
mkdir -p ~/.claude/decisions/raw ~/.claude/decisions/approved - Restart Claude Code and run
/cs:boardroom <your strategic question>.
View source on GitHub ↗License: MIT