Board Deck Builder
Builds narrative-driven board and investor decks by assembling every C-suite perspective into a standard 11-section structure.
Docs & OfficeIntermediate★ 24,151⑂ 3,405AI score 8/10Last updated: Aug 9, 2026
What it does
- Lays out the standard 11-section board deck (exec summary, metrics dashboard, financials, revenue & pipeline, product, growth, engineering, people, risk & security, strategic outlook, appendix), each with a named C-level owner.
- Enforces a
Headline → Data → Narrative → Askpattern per section so the deck tells a story instead of dumping charts. - Supplies a 4-act narrative framework (what we promised → where we are → why the gap → what we're doing) and a 5-step bad-news delivery protocol.
- Includes a common-mistakes fix table and cadence guidance (quarterly 20-30 slides, monthly 8-12, fundraising format).
- Uses only the metrics you supply and marks gaps with explicit placeholders instead of inventing numbers.
Who it's for
- Startup founders, CEOs, CFOs and chiefs of staff preparing recurring board or investor updates
- Strategy / BizOps teams assembling quarterly business reviews
- Teams shaping a seed-to-Series-B fundraising narrative
Examples
- "Build a quarterly board deck — we're Series A." → full 11-section outline with a metrics table skeleton
- "We missed the Q3 ARR target by $300K; draft how to present it." → a bad-news slide that states the miss, owns the cause, shows analysis, and revises the forecast
- "We're early stage, condense this to a monthly update." → an 8-12 slide version covering metrics, financials, pipeline and top risks
· · · 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-deck-builder/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-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 /tmp/claude-skills && mkdir -p ~/.claude/skills && cp -r /tmp/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, Git Bash on Windows).
- Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r claude-skills/.gemini/skills/board-deck-builder ~/.claude/skills/ - Verify the
references/andtemplates/subfolders came along — the SKILL.md points toreferences/deck-frameworks.mdandtemplates/board-deck-template.md. - Restart Claude Code and prompt: "Draft a quarterly board deck for our Series A company."
View source on GitHub ↗License: MIT