Executive Mentor
Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for brutal board meetings, dissects decisions with no good opti
What Is Executive Mentor?
Executive Mentor is an advanced adversarial thinking partner skill designed for founders and C-level executives who need more than standard advisory frameworks. Unlike typical executive support tools that reinforce strategies and validate existing plans, Executive Mentor specializes in challenging assumptions, exposing critical vulnerabilities, and preparing leaders for the harshest realities—before stakeholders, board members, or competitors do. Developed by Alireza Rezvani and released under the MIT license, this open-source skill is part of the Claude Skills ecosystem and is engineered to simulate the toughest possible scrutiny, equipping leaders to navigate high-stakes decision-making environments.
Why Use Executive Mentor?
Executive-level decisions often involve ambiguous trade-offs, incomplete information, and the risk of severe consequences. Traditional advisory tools may overlook blind spots or reinforce cognitive biases, leaving organizations vulnerable during crisis situations, board meetings, or periods of rapid change. Executive Mentor fills this gap by acting as a relentless devil’s advocate—stress-testing plans, dissecting hard choices, and forcing honest post-mortems on failed initiatives. The result is a safer, more resilient decision-making process and an executive team that is better prepared for adversarial questioning and critical inflection points.
Key use cases include:
- Pre-mortem Analysis: Uncover hidden failure points in strategies before implementation.
- Board Preparation: Anticipate and prepare for the toughest board meeting questions.
- Hard Decision Dissection: Analyze decisions with no clear "good" option, such as layoffs or pivots.
- Postmortem Reviews: Conduct rigorous analysis of failed projects to extract actionable lessons.
How to Get Started
Executive Mentor is available through the Claude Skills repository and can be seamlessly integrated into your existing workflow. The skill provides both natural language commands and Python-based analytical tools.
Installation:
Clone the repository and set up the Python environment:
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills/c-level-advisor/executive-mentor
pip install -r requirements.txtBasic Usage:
The core interaction is via command prompts that can be executed within the Claude environment or through a compatible chat interface.
For example, to stress-test a business plan:
/em:challenge <plan>To prepare for a board meeting:
/em:board-prep <agenda>Python Tool Integration:
Two included Python scripts offer deeper analysis:
decision_matrix_scorer.py: Scores decision options based on weighted criteria.stakeholder_mapper.py: Maps and analyzes stakeholder interests and power.
Sample usage of the decision matrix scorer:
from decision_matrix_scorer import score_decisions
options = [
{'name': 'Pivot', 'risk': 7, 'reward': 9, 'time': 6},
{'name': 'Double Down', 'risk': 8, 'reward': 8, 'time': 5}
]
weights = {'risk': -1, 'reward': 2, 'time': -0.5}
results = score_decisions(options, weights)
print(results)This script will output a quantitative comparison to aid in making tough calls.
Key Features
- Adversarial Plan Review: Identifies fatal assumptions and hidden weaknesses using the
/em:challengecommand. - Board Meeting Simulation: Prepares executives for brutal boardroom scrutiny with custom question sets via
/em:board-prep. - Decision Matrix Analysis: Employs a Python-based scorer for structured evaluation of complex choices.
- Stakeholder Mapping: Visualizes stakeholder power and interests for strategic alignment and negotiation.
- Postmortem Framework: Forces a candid accounting of what went wrong and why, supporting continuous learning.
- Scenario Stress Testing: Applies “what-if” analysis to gauge plan resilience under adverse conditions.
The frameworks embedded in Executive Mentor—pre-mortem, board-prep, hard-call, stress-test, and postmortem—are designed to transform executive deliberations from defensible to unassailable.
Best Practices
- Use Early and Often: Engage Executive Mentor at the earliest stages of planning and before major milestones, not just as a last-minute check.
- Embrace Discomfort: The value lies in confronting inconvenient truths; avoid filtering out tough feedback.
- Document Challenges: Capture the questions and vulnerabilities surfaced for future reference and accountability.
- Iterate Plans: Use insights from stress-tests to refine strategies iteratively, rather than treating the process as a one-time gate.
- Combine with Human Input: Pair Executive Mentor analysis with trusted human advisors for a balanced perspective.
Important Notes
- Not a Replacement for Human Judgment: Executive Mentor is a tool to augment, not substitute, the judgment and experience of executive leadership.
- Data Sensitivity: When using real business data in scripts or prompts, adhere to your organization’s privacy and security protocols.
- Customization: Frameworks and scripts can be tailored to your company’s risk appetite, board culture, and industry specifics.
- Skill Limitations: The adversarial approach is designed for robust leaders; it may not be suitable for all executive temperaments or organizational cultures.
- Continuous Improvement: As with any open-source tool, review updates and contribute improvements to the repository for evolving best practices.
By integrating Executive Mentor into your leadership workflow, you position your organization to anticipate challenges, withstand scrutiny, and make resilient, informed decisions in the face of complexity and uncertainty.
More Skills You Might Like
Explore similar skills to enhance your workflow
Changelog Generator
A Claude Code skill for changelog generator workflows and automation
Git Flow Branch Creator
git-flow-branch-creator skill for programming & development
Analyzing Packed Malware with UPX Unpacker
Identifies and unpacks UPX-packed and other packed malware samples to expose the original executable code for
Analyzing LNK File and Jump List Artifacts
Analyze Windows LNK shortcut files and Jump List artifacts to establish evidence of file access, program execution,
Configuring Multi-Factor Authentication with Duo
Deploy Cisco Duo multi-factor authentication across enterprise applications, VPN, RDP, and SSH access points
Make Plan
Strategic planning and task breakdown tool for complex development projects