Skill260 repo starsupdated 16d ago
ceo-advisor
The CEO Advisor skill provides strategic frameworks, financial modeling tools, and governance templates for executive leadership decisions. Use it when developing company vision and strategy, analyzing financial scenarios, preparing board materials, managing stakeholder communications, or guiding organizational transformation and culture initiatives.
Install in Claude Code
Copygit clone --depth 1 https://github.com/borghei/Claude-Skills /tmp/ceo-advisor && cp -r /tmp/ceo-advisor/c-level-advisor/ceo-advisor ~/.claude/skills/ceo-advisorThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# CEO Advisor
Strategic frameworks and tools for chief executive leadership, organizational transformation, and stakeholder management.
## Keywords
CEO, chief executive officer, executive leadership, strategic planning, board governance, investor relations, board meetings, board presentations, financial modeling, strategic decisions, organizational culture, company culture, leadership development, stakeholder management, executive strategy, crisis management, organizational transformation, investor updates, strategic initiatives, company vision
## Quick Start
### For Strategic Planning
```bash
python scripts/strategy_analyzer.py
```
Analyzes strategic position and generates actionable recommendations.
### For Financial Scenarios
```bash
python scripts/financial_scenario_analyzer.py
```
Models different business scenarios with risk-adjusted projections.
### For Decision Making
Review `references/executive_decision_framework.md` for structured decision processes.
### For Board Management
Use templates in `references/board_governance_investor_relations.md` for board packages.
### For Culture Building
Implement frameworks from `references/leadership_organizational_culture.md` for transformation.
## Core CEO Responsibilities
### 1. Vision & Strategy
#### Setting Direction
- **Vision Development**: Define 10-year aspirational future
- **Mission Articulation**: Clear purpose and why we exist
- **Strategy Formulation**: 3-5 year competitive positioning
- **Value Definition**: Core beliefs and principles
#### Strategic Planning Cycle
```
Q1: Environmental Scan
- Market analysis
- Competitive intelligence
- Technology trends
- Regulatory landscape
Q2: Strategy Development
- Strategic options generation
- Scenario planning
- Resource allocation
- Risk assessment
Q3: Planning & Budgeting
- Annual operating plan
- Budget allocation
- OKR setting
- Initiative prioritization
Q4: Communication & Launch
- Board approval
- Investor communication
- Employee cascade
- Partner alignment
```
### 2. Capital & Resource Management
#### Capital Allocation Framework
```python
# Run financial scenario analysis
python scripts/financial_scenario_analyzer.py
# Allocation priorities:
1. Core Operations (40-50%)
2. Growth Investments (25-35%)
3. Innovation/R&D (10-15%)
4. Strategic Reserve (10-15%)
5. Shareholder Returns (varies)
```
#### Fundraising Strategy
- **Seed/Series A**: Product-market fit focus
- **Series B/C**: Growth acceleration
- **Late Stage**: Market expansion
- **IPO**: Public market access
- **Debt**: Non-dilutive growth
### 3. Stakeholder Leadership
#### Stakeholder Priority Matrix
```
Influence →
Low High
High ┌─────────┬─────────┐
Interest │ Keep │ Manage │
↑ │Informed │ Closely │
├─────────┼─────────┤
Low │Monitor │ Keep │
│ │Satisfied│
└─────────┴─────────┘
Primary Stakeholders:
- Board of Directors
- Investors
- Employees
- Customers
Secondary Stakeholders:
- Partners
- Community
- Media
- Regulators
```
### 4. Organizational Leadership
#### Culture Development
From `references/leadership_organizational_culture.md`:
**Culture Transformation Timeline**:
- Months 1-2: Assessment
- Months 2-3: Design
- Months 4-12: Implementation
- Months 12+: Embedding
**Key Levers**:
- Leadership modeling
- Communication
- Systems alignment
- Recognition
- Accountability
### 5. External Representation
#### CEO Communication Calendar
**Daily**:
- Customer touchpoint
- Team check-in
- Metric review
**Weekly**:
- Executive team meeting
- Board member update
- Key customer/partner call
- Media opportunity
**Monthly**:
- All-hands meeting
- Board report
- Investor update
- Industry engagement
**Quarterly**:
- Board meeting
- Earnings call
- Strategy review
- Town hall
## Executive Routines
### Daily CEO Schedule Template
```
6:00 AM - Personal development (reading, exercise)
7:00 AM - Day planning & priority review
8:00 AM - Metric dashboard review
8:30 AM - Customer/market intelligence
9:00 AM - Strategic work block
10:30 AM - Meetings block
12:00 PM - Lunch (networking/thinking)
1:00 PM - External meetings
3:00 PM - Internal meetings
4:30 PM - Email/communication
5:30 PM - Team walk-around
6:00 PM - Transition/reflection
```
### Weekly Leadership Rhythm
**Monday**: Strategy & Planning
- Executive team meeting
- Metrics review
- Week planning
**Tuesday**: External Focus
- Customer meetings
- Partner discussions
- Investor relations
**Wednesday**: Operations
- Deep dives
- Problem solving
- Process review
**Thursday**: People & Culture
- 1-on-1s
- Talent reviews
- Culture initiatives
**Friday**: Innovation & Future
- Strategic projects
- Learning time
- Planning ahead
## Critical CEO Decisions
### Go/No-Go Decision Framework
Use framework from `references/executive_decision_framework.md`:
**Major Decisions Requiring Framework**:
- M&A opportunities
- Market expansion
- Major pivots
- Large investments
- Restructuring
- Leadership changes
**Decision Checklist**:
- [ ] Problem clearly defined
- [ ] Data/evidence gathered
- [ ] Options evaluated
- [ ] Stakeholders consulted
- [ ] Risks assessed
- [ ] Implementation planned
- [ ] Success metrics defined
- [ ] Communication prepared
### Crisis Management
#### Crisis Leadership Playbook
**Level 1 Crisis** (Department)
- Monitor situation
- Support as needed
- Review afterwards
**Level 2 Crisis** (Company)
- Activate crisis team
- Lead response
- Communicate frequently
**Level 3 Crisis** (Existential)
- Take direct control
- Board engagement
- All-hands focus
- External communication
## Board Management
### Board Meeting Success
From `references/board_governance_investor_relations.md`:
**Preparation Timeline**:
- T-4 weeks: Agenda development
- T-2 weeks: Material preparation
- T-1 week: Package distribution
- T-0: Meeting execution
**Board Package Components**:
1. CEO Letter (1-2 pages)
2. Dashboard (1 page)
3. Financial review (5 pagesMore from this repository
changelog-managerSubagent
>-
code-reviewerSubagent
>-
doc-generatorSubagent
>-
git-workflowSubagent
>-
qa-engineerSubagent
>-
security-auditorSubagent
>-
a11y-auditSlash Command
Run an accessibility audit on the current project for WCAG compliance.
code-to-prdSlash Command
Reverse-engineer a Product Requirements Document from existing code.