ceo-advisor

Analyze strategic position and model financial scenarios for executive decision-making.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill ceo-advisor-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ceo-advisor
Source: https://github.com/Tgoldi/claude-skills/tree/main/ceo-advisor
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill ceo-advisor-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? CEOs and executives face complex strategic decisions, board management demands, and financial planning challenges without structured frameworks. This Skill provides decision frameworks, governance templates, and Python analysis tools to support executive leadership work. ## Core Features & Use Cases - Strategic Analysis: Run strategy_analyzer.py to score strategic health across five pillars (market position, financial health, operations, organization, growth) and generate prioritized strategic options with risk assessment. - Financial Scenario Modeling: Run financial_scenario_analyzer.py to project 3-year scenarios with NPV, IRR, break-even analysis, and risk-adjusted returns. - Governance & Leadership References: Access detailed playbooks for board meeting preparation, investor relations, earnings calls, culture transformation, succession planning, and crisis management. - Use Case: Preparing for a quarterly board meeting, use the board package templates from the governance reference, model growth scenarios with the financial analyzer, and structure your CEO letter using the communication frameworks. ## Quick Start Ask the assistant to analyze your company's strategic position using the strategy analyzer with your market, financial, and organizational scores.

Frequently Asked Questions about ceo-advisor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I model financial scenarios for strategic planning?

Run financial_scenario_analyzer.py with a base case (revenue, costs, cash) and a list of scenarios with probabilities and growth rates. It outputs 3-year projections with NPV, IRR, break-even month, and a risk-adjusted recommendation.

How do I assess my company's strategic position?

Run strategy_analyzer.py with scores for market position, financial health, operations, organizational capability, and growth potential. It computes a weighted strategic health score, applies SWOT and Porter's Five Forces, and generates prioritized strategic options.

What should a board meeting package include?

The board governance reference specifies a CEO letter, one-page dashboard, financial review, strategic updates, risk register, and appendices. Materials should be distributed one week before the meeting, with agenda development starting four weeks out.

Does the financial analyzer require external Python packages?

No, both scripts use only the Python standard library (json, math, datetime, typing). You can run them directly with python3 without installing any dependencies.

When should I use scenario analysis versus a simple forecast?

Use scenario analysis when facing uncertainty with multiple plausible outcomes, such as market expansion or fundraising decisions. The analyzer weights scenarios by probability and computes expected value and standard deviation, which a single forecast cannot provide.