Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Board Deck Builder

Assembles story-driven board and investor update decks by pulling a dedicated section from every C-suite perspective.

Docs & OfficeIntermediate24,1513,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

  1. "Build a quarterly board deck — we're Series A." → returns a 20–30 slide skeleton with headlines per section.
  2. "We missed Q3 ARR by $300K; how do I present this?" → drafts slide copy following the 5-step bad-news framework.
  3. "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)
  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-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.

  1. Open a terminal (Terminal on macOS/Linux, Git Bash on Windows).
  2. Clone the repo: git clone https://github.com/alirezarezvani/claude-skills.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r claude-skills/.gemini/skills/board-deck-builder ~/.claude/skills/
  5. Verify the references/ and templates/ subfolders came along: ls ~/.claude/skills/board-deck-builder
  6. Restart Claude Code and try: "Build a quarterly board deck — we're Series A."