Board Prep

A Claude Code skill for board prep workflows and automation

What Is Board Prep?

Board Prep is a specialized Claude Code skill designed to automate and enhance workflows involved in board meeting preparation. Its primary function, accessed via the /em:board-prep <agenda> command, is to help executive teams prepare for the most challenging, adversarial board scenarios. Rather than encouraging sanitized reporting, Board Prep focuses on helping leaders anticipate tough questions, master their numbers, and craft a narrative that is both candid and credible. By simulating the toughest boardroom environments, this skill enables leaders to face scrutiny with confidence, ensuring that discussions are grounded in reality and actionable data.

Why Use Board Prep?

Board meetings are pivotal events for any organization, especially startups and high-growth companies. These meetings often determine the fate of strategic initiatives, funding rounds, and executive tenure. Many founders and executives approach board meetings as opportunities to impress, but seasoned board members are adept at seeing through optimistic projections and incomplete narratives. They expect leaders to demonstrate an unvarnished understanding of business health, to acknowledge weaknesses, and to present clear, data-driven plans.

Using Board Prep provides several advantages:

  • Rigorous Preparation: Forces you to know your business metrics inside out, reducing the chances of being caught off guard.
  • Anticipation of Hard Questions: Helps simulate the adversarial posture of experienced board members, preparing you for probing questions.
  • Narrative Honesty: Encourages transparency about weaknesses, turning potential vulnerabilities into opportunities for credibility and trust.
  • Automated Workflows: Streamlines the information-gathering and scenario-preparation process, saving valuable executive time.

By using Board Prep, executives can turn board meetings into productive, reality-based strategy sessions rather than defensive performances.

How to Get Started

Getting started with Board Prep in a Claude Code environment is straightforward. The skill is available in the Claude Skills repository. To integrate and use it in your workflow:

  1. Installation: Clone or download the relevant skill from the repository.
    git clone https://github.com/alirezarezvani/claude-skills.git
    cd claude-skills/c-level-advisor/executive-mentor/skills/board-prep
  2. Activation: Ensure the Claude Code environment is running and that the skill is loaded according to your platform’s guidelines.
  3. Execution: Run the command with your board meeting agenda as the argument.
    /em:board-prep Q2 Financial Review, Product Roadmap, Customer Churn Analysis
  4. Review Output: The skill will output a preparation checklist, anticipated questions, and points for self-assessment based on the specified agenda.

A sample workflow integration could look like this in Python:

import subprocess

def run_board_prep(agenda):
    cmd = f"/em:board-prep {agenda}"
    result = subprocess.run(['claude', '--run', cmd], capture_output=True, text=True)
    print(result.stdout)

run_board_prep("Q2 Financial Review, Product Roadmap, Customer Churn Analysis")

Key Features

Board Prep offers a suite of features tailored to rigorous board meeting preparation:

  • Comprehensive Metrics Checklist: Prompts you to internalize key financial and operational metrics such as MRR/ARR, burn rate, runway, headcount, CAC, LTV, net revenue retention, pipeline stats, churn breakdown, and margins.
  • Adversarial Question Generation: Simulates the toughest questions likely to be asked by experienced board members, based on your agenda topics.
  • Narrative Guidance: Helps you articulate weaknesses honestly without undermining leadership confidence.
  • Scenario Analysis: Encourages preparation for best-case, base-case, and worst-case outcomes.
  • Repeatable Workflow: Designed for integration into regular board meeting prep cycles, ensuring continuous improvement.

Best Practices

To maximize the effectiveness of Board Prep, consider the following best practices:

  • Prepare Early: Run Board Prep a week before your board meeting to allow time for follow-up research and internal reviews.
  • Practice Delivery: Use the generated checklist and questions to rehearse with your executive team, simulating the pressure of the real meeting.
  • Customize Agenda: Tailor the input agenda to reflect current business challenges and anticipated strategic discussions.
  • Update Data: Ensure all metrics and data points referenced in the skill’s output are up-to-date and corroborated by your finance and operations teams.
  • Acknowledge Weaknesses: Use the skill’s narrative prompts to address shortcomings transparently, paired with actionable remediation plans.

Important Notes

  • Data Privacy: Do not input sensitive company data into public or unsecured Claude instances. Always use secure, private deployments for confidential preparation.
  • Skill Limitations: While Board Prep simulates adversarial questioning, it cannot account for all board member personalities or company-specific dynamics. Complement automated prep with personal experience and stakeholder insights.
  • Continuous Improvement: Incorporate feedback from actual board meetings into future Board Prep sessions to refine your preparation process.
  • Not a Replacement for Human Judgment: Board Prep is an augmentation tool, not a substitute for executive judgment, intuition, or authentic leadership.

By integrating Board Prep into your board meeting workflows, you arm yourself with the structure, rigor, and candor required to meet the demands of today’s most discerning boards.