board-deck-analyzer

Analyzes board decks for trends, flag issues, prepare discussion points

509 stars

Best use case

board-deck-analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyzes board decks for trends, flag issues, prepare discussion points

Teams using board-deck-analyzer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/board-deck-analyzer/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/venture-capital/skills/board-deck-analyzer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/board-deck-analyzer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How board-deck-analyzer Compares

Feature / Agentboard-deck-analyzerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyzes board decks for trends, flag issues, prepare discussion points

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Board Deck Analyzer

## Overview

The Board Deck Analyzer skill reviews portfolio company board materials to identify trends, flag issues, and prepare board members for effective engagement. It enables consistent, thorough board preparation across the portfolio.

## Capabilities

### Deck Analysis
- Parse board deck content
- Extract key metrics and updates
- Identify significant changes
- Compare to prior periods

### Trend Identification
- Track metric trends across meetings
- Identify improving/declining patterns
- Spot concerning trajectories
- Highlight positive momentum

### Issue Flagging
- Flag missed targets and goals
- Identify cash/runway concerns
- Spot team and execution issues
- Highlight strategic concerns

### Discussion Preparation
- Generate discussion questions
- Prepare talking points
- Identify topics requiring attention
- Support pre-board preparation

## Usage

### Analyze Board Deck
```
Input: Board deck document
Process: Parse and analyze content
Output: Analysis summary, key findings
```

### Compare to Prior Periods
```
Input: Current deck, historical decks
Process: Trend analysis
Output: Trend report, change highlights
```

### Generate Discussion Points
```
Input: Deck analysis, concerns
Process: Develop questions and topics
Output: Discussion preparation document
```

### Flag Issues
```
Input: Board materials, thresholds
Process: Identify concerns
Output: Issue flags, priority ranking
```

## Analysis Categories

| Category | Key Elements |
|----------|--------------|
| Financial | Revenue, burn, runway, KPIs |
| Product | Roadmap, delivery, metrics |
| Team | Hiring, departures, org changes |
| Market | Competition, customers, pipeline |
| Strategy | Direction, pivots, priorities |

## Integration Points

- **Board Engagement Process**: Core preparation skill
- **KPI Aggregator**: Connect to historical metrics
- **Action Item Tracker**: Link to follow-up tracking
- **Board Member Assistant (Agent)**: Support board prep

## Common Flags

| Flag Type | Trigger |
|-----------|---------|
| Cash Concern | Runway < 12 months |
| Performance | Significant miss to plan |
| Team | Key departure or hiring delays |
| Market | Competitive threat |
| Strategy | Major pivot or change |

## Best Practices

1. Review decks well before board meetings
2. Track metrics consistently over time
3. Prepare specific, constructive questions
4. Focus on strategic value-add
5. Follow up on prior meeting items

Related Skills

keyboard-navigation

509
from a5c-ai/babysitter

Keyboard accessibility, focus management, and shortcuts.

terraform-analyzer

509
from a5c-ai/babysitter

Specialized skill for analyzing Terraform configurations. Supports parsing, security scanning (tfsec, checkov), cost estimation (infracost), drift detection, and plan visualization across AWS, Azure, and GCP.

db-query-analyzer

509
from a5c-ai/babysitter

Analyze database query performance with execution plans and index recommendations

dashboard-generator

509
from a5c-ai/babysitter

Generate monitoring dashboards for Grafana and DataDog with alert integration

code-complexity-analyzer

509
from a5c-ai/babysitter

Analyze code complexity metrics including cyclomatic complexity, code smells, and technical debt

cloudformation-analyzer

509
from a5c-ai/babysitter

Validate and analyze AWS CloudFormation templates for security and best practices

semantic-code-analyzer

509
from a5c-ai/babysitter

LLM-powered semantic analysis of code diffs to detect business-logic trojans

sast-analyzer

509
from a5c-ai/babysitter

Static Application Security Testing orchestration and analysis. Execute Semgrep, Bandit, ESLint security plugins, CodeQL, and other SAST tools. Parse, prioritize, and deduplicate findings across multiple tools with remediation guidance.

crypto-analyzer

509
from a5c-ai/babysitter

Cryptographic implementation analysis and validation for encryption algorithms, key sizes, and certificate management

semver-analyzer

509
from a5c-ai/babysitter

Analyze code changes and determine semantic version bumps. Detect breaking changes automatically, suggest version bump (major/minor/patch), generate changelog entries, and validate version consistency.

api-diff-analyzer

509
from a5c-ai/babysitter

Compare API specifications to detect breaking changes. Compare OpenAPI spec versions, categorize changes by severity, generate migration guides, and block breaking changes in CI.

process-analyzer

509
from a5c-ai/babysitter

Analyze processes, identify workflows, define boundaries and scope, and map process requirements for specialization creation.