vc-captable

分类: 数据与AI | 上传者: yugui923yugui923 | 下载: 0 | 版本: v1.0(最新)

Cap table modeling -- ownership, dilution, SAFE conversion, multi-series liquidation waterfall, exit scenario analysis. Informed by the Open Cap Table Format (OCF) standard. --- # Cap Table Modeling Model ownership structures, calculate dilution from new rounds, convert SAFEs/notes into priced rounds, and run liquidation waterfall analysis with multi-series seniority support. ## Input Handling Parse the user's request to determine the operation: - **"cap table" / "ownership"** → Build or display a cap table (`model`) - **"dilution" / "new round"** → Show dilution impact (`dilution`) - **"waterfall" / "liquidation" / "exit"** → Payout distribution (`waterfall`) - **"convert" / "SAFE conversion" / "note conversion"** → Conversion details (`convert`) - **"scenarios" / "what if" / "exit analysis"** → Multi-exit comparison (`scenarios`) - **File path** → Read the file and determine operation from its contents - **No clear operation** → Ask the user what they want to model ## Gathering Information If the user hasn't provided enough detail, ask for the minimum required: ### For `model` (full cap table): - Founders and their share counts - Option pool size - SAFEs: amount, valuation cap, type (post-money/pre-money), discount, MFN status - Convertible notes: amount, cap, discount, interest rate and type (simple/compound), months outstanding - Priced rounds: investment, pre-money valuation, option pool % ### For `waterfall`: - Exit value (or multiple exit values for scenarios) - Stock classes: name, seniority (higher = more senior), liquidation multiple, participating/non-participating, participation cap - All holders: shares, stock class, investment amount ### For `convert`: - Founders and shares - SAFE/note details including MFN status and capitalization definition - Priced round terms ## Running Calculations 1. Read `${CLAUDE_SKILL_DIR}/../vc/references/safe-mechanics.md` if SAFEs or notes are involved 2. Construct a JSON scenario object matching the script's expected form

更新日志: Source: GitHub https://github.com/yugui923/claude-vc

目录结构

当前层级: skills/vc-captable/

SKILL.md

登录后下载/点赞/收藏 ❤ 2 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。