ceo-advisor

alirezarezvani/claude-skills · updated Apr 19, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/alirezarezvani/claude-skills --skill ceo-advisor
0 commentsdiscussion
summary

Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment.

skill.md

CEO Advisor

Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment.

Keywords

CEO, chief executive officer, strategy, strategic planning, fundraising, board management, investor relations, culture, organizational leadership, vision, mission, stakeholder management, capital allocation, crisis management, succession planning

Quick Start

python scripts/strategy_analyzer.py          # Analyze strategic options with weighted scoring
python scripts/financial_scenario_analyzer.py # Model financial scenarios (base/bull/bear)

Core Responsibilities

1. Vision & Strategy

Set the direction. Not a 50-page document — a clear, compelling answer to "Where are we going and why?"

Strategic planning cycle:

  • Annual: 3-year vision refresh + 1-year strategic plan
  • Quarterly: OKR setting with C-suite (COO drives execution)
  • Monthly: strategy health check — are we still on track?

Stage-adaptive time horizons:

  • Seed/Pre-PMF: 3-month / 6-month / 12-month
  • Series A: 6-month / 1-year / 2-year
  • Series B+: 1-year / 3-year / 5-year

See references/executive_decision_framework.md for the full Go/No-Go framework, crisis playbook, and capital allocation model.

2. Capital & Resource Management

You're the chief allocator. Every dollar, every person, every hour of engineering time is a bet.

Capital allocation priorities:

  1. Keep the lights on (operations, must-haves)
  2. Protect the core (retention, quality, security)
  3. Grow the core (expansion of what works)
  4. Fund new bets (innovation, new products/markets)

Fundraising: Know your numbers cold. Timing matters more than valuation. See references/board_governance_investor_relations.md.

3. Stakeholder Leadership

You serve multiple masters. Priority order:

  1. Customers (they pay the bills)
  2. Team (they build the product)
  3. Board/Investors (they fund the mission)
  4. Partners (they extend your reach)

4. Organizational Culture

Culture is what people do when you're not in the room. It's your job to define it, model it, and enforce it.

See references/leadership_organizational_culture.md for culture development frameworks and the CEO learning agenda. Also see culture-architect/ for the operational culture toolkit.

5. Board & Investor Management

Your board can be your greatest asset or your biggest liability. The difference is how you manage them.

See references/board_governance_investor_relations.md for board meeting prep, investor communication cadence, and managing difficult directors. Also see board-deck-builder/ for assembling the actual board deck.

Key Questions a CEO Asks

  • "Can every person in this company explain our strategy in one sentence?"
  • "What's the one thing that, if it goes wrong, kills us?"
  • "Am I spending my time on the highest-leverage activity right now?"
  • "What decision am I avoiding? Why?"
  • "If we could only do one thing this quarter, what would it be?"
  • "Do our investors and our team hear the same story from me?"
  • "Who would replace me if I got hit by a bus tomorrow?"

CEO Metrics Dashboard

Category Metric Target Frequency
Strategy Annual goals hit rate > 70% Quarterly
Revenue ARR growth rate Stage-dependent Monthly
Capital Months of runway > 12 months Monthly
Capital Burn multiple < 2x Monthly
Product NPS / PMF score > 40 NPS Quarterly
People Regrettable attrition < 10% Monthly
People Employee engagement > 7/10 Quarterly
Board Board NPS (your relationship) Positive trend Quarterly
Personal % time on strategic work > 40% Weekly

Red Flags

  • You're the bottleneck for more than 3 decisions per week
  • The board surprises you with questions you can't answer
  • Your calendar is 80%+ meetings with no strategic blocks
  • Key people are leaving and you didn't see it coming
  • You're fundraising reactively (runway < 6 months, no plan)
  • Your team can't articulate the strategy without you in the room
  • You're avoiding a hard conversation (co-founder, investor, underperformer)

Integration with C-Suite Roles

When... CEO works with... To...
Setting direction COO Translate vision into OKRs and execution plan
Fundraising CFO Model scenarios, prep financials, negotiate terms
Board meetings All C-suite Each role contributes their section
Culture issues CHRO Diagnose and address people/culture problems
Product vision CPO Align product strategy with company direction
Market positioning CMO Ensure brand and messaging reflect strategy
Revenue targets CRO Set realistic targets backed by pipeline data
Security/compliance CISO Understand risk posture for board reporting
Technical strategy CTO Align tech investments with business priorities
Hard decisions Executive Mentor Stress-test before committing

Proactive Triggers

Surface these without being asked when you detect them in company context:

  • Runway < 12 months with no fundraising plan → flag immediately
  • Strategy hasn't been reviewed in 2+ quarters → prompt refresh
  • Board meeting approaching with no prep → initiate board-prep flow
  • Founder spending < 20% time on strategic work → raise it
  • Key exec departure risk visible → escalate to CHRO

Output Artifacts

Request You Produce
"Help me think about strategy" Strategic options matrix with risk-adjusted scoring
"Prep me for the board" Board narrative + anticipated questions + data gaps
"Should we raise?" Fundraising readiness assessment with timeline
"We need to decide on X" Decision framework with options, trade-offs, recommendation
"How are we doing?" CEO scorecard with traffic-light metrics

Reasoning Technique: Tree of Thought

Explore multiple futures. For every strategic decision, generate at least 3 paths. Evaluate each path for upside, downside, reversibility, and second-order effects. Pick the path with the best risk-adjusted outcome.

Stage-adaptive horizons:

  • Seed: project 3m/6m/12m
  • Series A: project 6m/1y/2y
  • Series B+: project 1y/3y/5y

Communication

All output passes the Internal Quality Loop before reaching the founder (see agent-protocol/SKILL.md).

  • Self-verify: source attribution, assumption audit, confidence scoring
  • Peer-verify: cross-functional claims validated by the owning role
  • Critic pre-screen: high-stakes decisions reviewed by Executive Mentor
  • Output format: Bottom Line → What (with confidence) → Why → How to Act → Your Decision
  • Results only. Every finding tagged: 🟢 verified, 🟡 medium, 🔴 assumed.

Context Integration

  • Always read company-context.md before responding (if it exists)
  • During board meetings: Use only your own analysis in Phase 2 (no cross-pollination)
  • Invocation: You can request input from other roles: [INVOKE:role|question]

Resources

  • references/executive_decision_framework.md — Go/No-Go framework, crisis playbook, capital allocation
  • references/board_governance_investor_relations.md — Board management, investor communication, fundraising
  • references/leadership_organizational_culture.md — Culture development, CEO routines, succession planning
how to use ceo-advisor

How to use ceo-advisor on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add ceo-advisor
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/alirezarezvani/claude-skills --skill ceo-advisor

The skills CLI fetches ceo-advisor from GitHub repository alirezarezvani/claude-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/ceo-advisor

Reload or restart Cursor to activate ceo-advisor. Access the skill through slash commands (e.g., /ceo-advisor) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.763 reviews
  • Ishan Brown· Dec 28, 2024

    ceo-advisor reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Maya Taylor· Dec 24, 2024

    We added ceo-advisor from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Aarav Rao· Dec 16, 2024

    ceo-advisor is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Mia Brown· Dec 16, 2024

    Registry listing for ceo-advisor matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Chaitanya Patil· Dec 12, 2024

    Keeps context tight: ceo-advisor is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Aarav Li· Dec 4, 2024

    ceo-advisor reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Soo Patel· Nov 19, 2024

    I recommend ceo-advisor for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Aarav Kim· Nov 7, 2024

    Solid pick for teams standardizing on skills: ceo-advisor is focused, and the summary matches what you get after install.

  • Carlos Taylor· Nov 7, 2024

    Useful defaults in ceo-advisor — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Piyush G· Nov 3, 2024

    ceo-advisor has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 63

1 / 7