Board Deck Builder
Assembles story-driven board and investor update decks by pulling a dedicated section from every C-suite perspective.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 8/10Last updated: Aug 9, 2026
What it does
Gives you an end-to-end blueprint for board meetings, investor updates, QBRs, and fundraising narratives.
- 11 standard sections: Executive summary (CEO) → Metrics dashboard (COO) → Financials (CFO) → Revenue & pipeline (CRO) → Product (CPO) → Growth (CMO) → Engineering (CTO) → People (CHRO) → Risk & security (CISO) → Strategic outlook (CEO) → Appendix
- One repeatable pattern per section: Headline → Data → Narrative → Ask/Next
- 4-act narrative: where we said we'd be → where we are → why the gap → what we're doing
- Bad-news framework in 5 steps: state it, own the cause, show the analysis, present the fix, revise the forecast
- Common-mistakes table with fixes (slide bloat, metrics without targets, vague asks)
- Never invents numbers — missing data becomes an explicit placeholder.
Who it's for
- Founders, CFOs, and COOs at seed to Series B companies
- Strategy/BizOps teams who rebuild the board pack every quarter
- Teams standardizing monthly investor updates
- Anyone writing their first IR or QBR document
Examples
- "Build a quarterly board deck — we're Series A." → returns a 20–30 slide skeleton with headlines per section.
- "We missed Q3 ARR by $300K; how do I present this?" → drafts slide copy following the 5-step bad-news framework.
- "We're early stage and only need a monthly update." → condenses to 8–12 slides covering metrics, financials, pipeline, and top risks.
· · · Install guide · · ·
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-deck-builder folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/board-deck-builder/. 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-deck-builder ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills folder if needed:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r claude-skills/.gemini/skills/board-deck-builder ~/.claude/skills/ - Verify the
references/andtemplates/subfolders came along:ls ~/.claude/skills/board-deck-builder - Restart Claude Code and try: "Build a quarterly board deck — we're Series A."
View source on GitHub ↗License: MIT