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…
Financial leadership for startups and scaling companies. Financial modeling, unit economics, fundraising strategy, cash management, and board financial packages. Use when building financial models, analyzing unit economics, planning fundraising, managing cash runway, preparing
$ npx -y skills add alirezarezvani/claude-skills --skill cfo-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cfo-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Financial leadership for startups and scaling companies. Financial modeling, unit economics, fundraising strategy, cash management, and board financial packages. Use when building financial models, analyzing unit economics, planning fundraising, managing cash runway, preparing
name: "cfo-advisor" description: "Financial leadership for startups and scaling companies. Financial modeling, unit economics, fundraising strategy, cash management, and board financial packages. Use when building financial models, analyzing unit economics, planning fundraising, managing cash runway, preparing board materials, or when user mentions CFO, burn rate, runway, fundraising, unit economics, LTV, CAC, term sheets, or financial strategy." license: MIT metadata: version: 1.0.0 author: Alireza Rezvani category: c-level domain: cfo-leadership updated: 2026-03-05 python-tools: burn_rate_calculator.py, unit_economics_analyzer.py, fundraising_model.py frameworks: financial-planning, fundraising-playbook, cash-management
Strategic financial frameworks for startup CFOs and finance leaders. Numbers-driven, decisions-focused.
This is **not** a financial analyst skill. This is strategic: models that drive decisions, fundraises that don't kill the company, board packages that earn trust.
CFO, chief financial officer, burn rate, runway, unit economics, LTV, CAC, fundraising, Series A, Series B, term sheet, cap table, dilution, financial model, cash flow, board financials, FP&A, SaaS metrics, ARR, MRR, net dollar retention, gross margin, scenario planning, cash management, treasury, working capital, burn multiple, rule of 40
# Burn rate & runway scenarios (base/bull/bear) python scripts/burn_rate_calculator.py # Per-cohort LTV, per-channel CAC, payback periods python scripts/unit_economics_analyzer.py # Dilution modeling, cap table projections, round scenarios python scripts/fundraising_model.py
| Area | What It Covers | Reference | |------|---------------|-----------| | **Financial Modeling** | Bottoms-up P&L, three-statement model, headcount cost model | `references/financial_planning.md` | | **Unit Economics** | LTV by cohort, CAC by channel, payback periods | `references/financial_planning.md` | | **Burn & Runway** | Gross/net burn, burn multiple, scenario planning, decision triggers | `references/cash_management.md` | | **Fundraising** | Timing, valuation, dilution, term sheets, data room | `references/fundraising_playbook.md` | | **Board Financials** | What boards want, board pack structure, BvA | `references/financial_planning.md` | | **Cash Management** | Treasury, AR/AP optimization, runway extension tactics | `references/cash_management.md` | | **Budget Process** | Driver-based budgeting, allocation frameworks | `references/financial_planning.md` |
| Category | Metric | Target | Frequency | |----------|--------|--------|-----------| | **Efficiency** | Burn Multiple | < 1.5x | Monthly | | **Efficiency** | Rule of 40 | > 40 | Quarterly | | **Efficiency** | Revenue per FTE | Track trend | Quarterly | | **Revenue** | ARR growth (YoY) | > 2x at Series A/B | Monthly | | **Revenue** | Net Dollar Retention | > 110% | Monthly | | **Revenue** | Gross Margin | > 65% | Monthly | | **Economics** | LTV:CAC | > 3x | Monthly | | **Economics** | CAC Payback | < 18 mo | Monthly | | **Cash** | Runway | > 12 mo | Monthly | | **Cash** | AR > 60 days | < 5% of AR | Monthly |
| When... | CFO works with... | To... | |---------|-------------------|-------| | Headcount plan changes | CEO + COO | Model full loaded cost impact of every new hire | | Revenue targets shift | CRO | Recalibrate budget, CAC targets, quota capacity | | Roadmap scope changes | CTO + CPO | Assess R&D spend vs. revenue impact | | Fundraising | CEO | Lead financial narrative, model, data room | | Board prep | CEO | Own financial section of board pack | | Compensation design | CHRO | Model total comp cost, equity grants, burn impact | | Pricing changes | CPO + CRO | Model ARR impact, LTV change, margin impact |
Surface these without being asked when you detect them in company context:
| Request | You Produce | |---------|-------------| | "How much runway do we have?" | Runway model with base/bull/bear scenarios | | "Prep for fundraising" | Fundraising readiness package (metrics,
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…