Board Meeting Prep (board-prep)
Prepares you for the adversarial version of your board: numbers cold, hard questions anticipated, and an honest narrative that keeps the room.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
Turns board meetings, investor updates and fundraising presentations into a rehearsed, adversarial-scenario exercise.
- Numbers-cold checklist: MRR/ARR and MoM growth, burn and runway, headcount, CAC/LTV by channel, NRR, pipeline metrics, churn detail, margins, open hires
- Adversarial question bank: revenue misses, runway, product/roadmap slippage, team risk, competitive threats
- Narrative structure: where we are (honest) → what we learned → what we got wrong → dated owned actions → the concrete ask from the room
- Mock board simulation: someone plays your toughest director; every question that made you defensive becomes a prep item
- Director-by-director prep: operator, financial investor, strategic investor, independent
- Checklists: 48 hours before, day of, and 24-hour follow-up after
Who it's for
- Startup founders and CEOs running a board
- CFOs/COOs preparing investor updates or a raise
- Leaders facing high-stakes executive reviews
- Chiefs of staff building the board deck and Q&A for a CEO
Examples
- Quarter with a revenue miss: ask it to prep a board meeting where revenue came in 20% under plan — you get pipeline vs. conversion vs. capacity questions plus a draft that names the miss before the board does.
- Nine months of runway: it drills the "what if the round takes 9 months", "what do you cut first", and "is there a no-raise path" questions.
- Live rehearsal: have Claude role-play your hardest director, then list only the questions where you hesitated for another round of prep.
· · · 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-prep/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-prep folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/board-prep/. 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 && cp -r /tmp/claude-skills/.gemini/skills/board-prep ~/.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-prep ~/.claude/skills/ - Verify it landed:
ls ~/.claude/skills/board-prep/SKILL.md - Restart Claude Code and try "help me prep for next week's board meeting" — paste in your actual metrics, since the skill does not pull data from your systems.
View source on GitHub ↗License: MIT