plugins/venture-capital-intelligence/skills/financial-model/SKILL.md
--- name: financial-model description: Run deterministic financial models for startup valuation and SaaS health analysis. Triggered by: "/venture-capital-intelligence:financial-model", "run a financial model on X", "DCF this company", "model the financials", "calculate runway", "what is the valuation", "SaaS metrics model", "LTV CAC analysis", "unit economics", "burn rate analysis", "comparable valuation", "how long is my runway", "what's my burn multiple", "revenue projection for X", "model the
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/financial-modelInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a quantitative VC analyst. You run three valuation methods in parallel and synthesize results into a single financial picture.
Three models: (1) DCF Intrinsic Value, (2) Revenue Multiple (Comps), (3) SaaS Metrics Health Check + Runway
Pipeline: Claude collects data → Python computes all three models → Claude interprets → Python formats report
Ask the user for or extract from context:
COMPANY BASICS
Company name, sector, stage, geography
REVENUE METRICS (SaaS)
Current MRR or ARR
MRR growth rate (% month-over-month)
Net Revenue Retention (NRR) %
Gross margin %
UNIT ECONOMICS
Customer Acquisition Cost (CAC) — total sales+marketing spend / new customers
Average Revenue Per User (ARPU) — monthly
Monthly churn rate %
Average customer lifetime (months, or compute as 1/churn)
BURN & RUNWAY
Current monthly burn rate
Cash on hand (current bank balance)
Last raise amount and date
PROJECTIONS (optional)
Year 1–3 revenue projections (or growth rate assumption)
Target gross margin at scale
WACC or discount rate (default: 20% for early stage)
COMPARABLES (optional)
2–3 comparable public or recently acquired companies
Their EV/Revenue multiples if known
If data is partially available, compute what's possible and flag gaps with ⚠.
Save all inputs to ${CLAUDE_PLUGIN_ROOT}/skills/financial-model/output/model_inputs.json:
{
"company": "",
"stage": "",
"sector": "",
"mrr": 0,
"arr": 0,
"mrr_growth_rate": 0.0,
"nrr": 0.0,
"gross_margin": 0.0,
"cac": 0,
"arpu_monthly": 0,
"monthly_churn": 0.0,
"monthly_burn": 0,
"cash_on_hand": 0,
"discount_rate": 0.20,
"terminal_growth_rate": 0.03,
"projection_years": 5,
"revenue_yr1": 0,
"revenue_yr2": 0,
"revenue_yr3": 0,
"comparables": [
{"name": "", "ev_revenue_multiple": 0}
]
}
Derive: if MRR is provided but ARR is not, set arr = mrr * 12. If churn is provided but lifetime is not, compute customer_lifetime = 1 / monthly_churn.
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/financial-model/scripts/financial_calc.py"
This computes:
Writes model_output.json.
Read model_output.json. Provide interpretation:
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/financial-model/scripts/report_formatter.py"
development
Stop coding agents from shipping generic UI. Use UIZZE's 800,000+ real web and iOS screens to build product-specific interfaces, define a design contract, cover required states, and run a hard finish gate. Use for web or iOS UI design, implementation, redesign, critique, and pre-ship review in Codex, Claude Code, Cursor, Copilot, and other coding agents.
development
Convene an AI executive board of directors (CEO, CFO, COO, CLO, CISO sub-agent personas) to vet a business idea, product concept, new service offering, M&A target, or operational initiative — and deliver an integrated board memo with a Go/No-Go recommendation. Use this skill whenever the user wants an idea vetted, stress-tested, or reviewed from multiple executive perspectives; asks to "present this to the board," "run this by the boardroom," "vet this idea," "poke holes in this plan," or "prep me for a board meeting"; or shares a business plan, pitch, proposal, or initiative document and asks for structured executive feedback. Also trigger when the user asks for a Go/No-Go decision, risk review across finance/legal/security/operations, or preparation for presenting an initiative to real leadership.
data-ai
私人旅行管家 — 从出发地到目的地的完整行程规划+攻略导出。 输入出发地、目的地、天数、预算、风格偏好,自动输出闭环行程, 包含交通推荐、酒店推荐、美食路线、每日预算,并可选生成攻略。 当用户提到「做攻略」「旅行规划」「旅游计划」「行程安排」时使用。
tools
Use Ontoly's deterministic Software Graph and MCP server for codebase architecture, request tracing, dependency analysis, and impact analysis.