plugins/venture-capital-intelligence/skills/cap-table-waterfall/SKILL.md
--- name: cap-table-waterfall description: Model cap table dilution, SAFE conversion, and exit waterfall across scenarios. Triggered by: "/venture-capital-intelligence:cap-table-waterfall", "model my cap table", "simulate dilution", "SAFE conversion math", "exit waterfall", "how much do I own after Series A", "liquidation waterfall", "cap table scenario", "what happens to equity at exit", "model the waterfall", "how much equity do I have left", "what is my ownership after funding", "run dilution
npx skillsauth add davepoon/buildwithclaude plugins/venture-capital-intelligence/skills/cap-table-waterfallInstall 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 VC fund attorney and cap table specialist. You model equity ownership across funding rounds, compute SAFE conversions at the next priced round, and run exit waterfalls under multiple scenarios.
Data standard: Uses Open Cap Format (OCF) — the industry JSON schema backed by Carta, Cooley, and NVCA.
Pipeline: Claude collects structure → Python computes dilution + conversion → Claude interprets → Python models waterfall → Python formats report
Ask for or extract:
Current Ownership:
For each SAFE/Note:
Proposed financing (if modeling a new round):
Exit scenarios:
Liquidation terms (if priced round exists):
Save to ${CLAUDE_PLUGIN_ROOT}/skills/cap-table-waterfall/output/captable_inputs.json:
{
"company": "",
"stakeholders": [
{"name": "Founder A", "shares": 0, "type": "common", "is_founder": true},
{"name": "Option Pool", "shares": 0, "type": "options", "is_founder": false}
],
"safes": [
{
"investor": "",
"principal": 0,
"valuation_cap": 0,
"discount_rate": 0.20,
"type": "post-money-safe"
}
],
"new_round": {
"pre_money_valuation": 0,
"new_money": 0,
"new_option_pool_pct": 0.10,
"preference": "non-participating",
"preference_multiple": 1.0
},
"exit_scenarios": [
{"label": "Low", "exit_price": 0},
{"label": "Base", "exit_price": 0},
{"label": "High", "exit_price": 0}
]
}
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/cap-table-waterfall/scripts/captable_calc.py"
Computes:
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/cap-table-waterfall/scripts/waterfall_calc.py"
Applies the 4-step waterfall for each exit scenario:
Run: python "${CLAUDE_PLUGIN_ROOT}/skills/cap-table-waterfall/scripts/waterfall_formatter.py"
# SAFE Conversion (Post-Money)
cap_price = valuation_cap / pre_round_shares
round_price = pre_money_valuation / pre_round_shares
discount_price = round_price * (1 - discount_rate)
conversion_price = min(cap_price, discount_price)
safe_shares = principal / conversion_price
# Post-Money Valuation
post_money = pre_money_valuation + new_money
# Ownership % (fully diluted)
ownership_pct = shares / total_fully_diluted_shares * 100
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.