agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, fundraising, or when
$ npx -y skills add alirezarezvani/claude-skills --skill ceo-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ceo-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, fundraising, or when
name: "ceo-advisor" description: "Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, fundraising, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy." license: MIT metadata: version: 2.0.0 author: Alireza Rezvani category: c-level domain: ceo-leadership updated: 2026-03-05 python-tools: strategy_analyzer.py, financial_scenario_analyzer.py frameworks: executive-decisions, board-governance, leadership-culture
Strategic leadership frameworks for vision, fundraising, board management, culture, and stakeholder alignment.
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
python scripts/strategy_analyzer.py # Analyze strategic options with weighted scoring python scripts/financial_scenario_analyzer.py # Model financial scenarios (base/bull/bear)
Set the direction. Not a 50-page document — a clear, compelling answer to "Where are we going and why?"
**Strategic planning cycle:**
**Stage-adaptive time horizons:**
See `references/executive_decision_framework.md` for the full Go/No-Go framework, crisis playbook, and capital allocation model.
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`.
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)
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.
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.
| 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 |
| 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 |
Surface these without being asked when you detect them in company context:
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…