exit-waterfall

GitHub

计算不同退出价格下的股权分配瀑布流,解析清算优先权、转换点及创始人股份价值。输入股权结构与退出价,输出各方收益表、关键价位及通俗解读,辅助评估融资条款影响。

exports/openclaw/exit-waterfall/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

模型退出时的资金分配 解释清算优先权 比较不同退出价格的 payouts

Install

npx skills add mohitagw15856/pm-claude-skills --skill exit-waterfall -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/exit-waterfall -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@exit-waterfall

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill exit-waterfall -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "exit-waterfall",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/exit-waterfall.html",
    "metadata": {
        "openclaw": {
            "emoji": "🧮"
        }
    },
    "description": "Compute who gets what at each exit price from a cap table — liquidation preferences, conversion points, and where the founders' share collapses. Use when asked to model an exit waterfall, what do I get if we sell for X, explain liquidation preferences on my cap table, or compare payouts across exit prices. Produces a per-stakeholder payout table across exit values with conversion decisions shown, plus the plain-English reading of what the structure means for each party."
}

Exit Waterfall Skill

A cap table is a promise about percentages; an exit waterfall is what actually happens to the money. The difference — liquidation preferences, participation, option strikes — routinely stuns founders at the worst possible moment. This skill computes the waterfall across exit prices and, more importantly, translates it: the price below which your shares are worth nothing, and the price where everyone finally converts.

What This Skill Produces

  • The payout table — every stakeholder's dollars at each exit price, with conversion decisions shown
  • The cliff points — where preferences stop dominating, where options come into the money
  • The plain-English reading — "you need a $X exit for your common to mean anything" stated as a sentence

Required Inputs

Ask for these if not provided:

  • Share classes — for each: name, share count, type (common / preferred / options); for preferred: amount invested, preference multiple, participating or not; for options: strike
  • Exit prices to test — or default to a spread around the last round's valuation (label it as a default)

Programmatic Helper

The math ships as a deterministic script — run it rather than arithmetic-by-hand:

python3 scripts/exit_waterfall.py cap.json
python3 scripts/exit_waterfall.py cap.json --exit 50000000 --json

Input shape and worked example are in the script docstring. It brute-forces the conversion equilibrium (each non-participating preferred converts only when as-converted beats its preference) and applies the treasury method to options. Stated simplifications: preferences are pari passu (no seniority stacking) and participation is uncapped — flag both when the real cap table differs, and say the numbers shift accordingly.

Formula (readable form)

  • Non-participating preferred takes max(preference, as-converted value) — preference = invested × multiple
  • Participating preferred takes preference + pro-rata of the remainder (why "participating" is the term sheet word worth fighting)
  • Options exercise only when per-share common value > strike; strike proceeds join the pool
  • Remainder splits pro-rata among common + converted + participating shares

Output Format


Exit Waterfall: [Company]

Payout Table

[The script's table: exit price × stakeholder, with the converts column]

What This Means

  • Below $[X]: preferences consume everything — common gets zero
  • At $[Y]: [class] converts; the structure starts behaving like percentages
  • The sentence: "Your [n]% is worth [n]% only above $[Z]; below $[W] it is worth nothing."

Assumptions & Limitations

[Pari passu, uncapped participation, valuation of the classes as supplied — every deviation from the real documents named.]

Educational model, not financial advice — verify with a licensed professional before acting on it.


Quality Checks

  • Conversion decisions are computed, not asserted — the table shows who converts at each price
  • The zero-for-common threshold is stated explicitly as a price
  • Every simplification the model makes vs the real documents is named
  • Payouts at each price sum to the exit value (plus/minus rounding)
  • The disclaimer line appears in the artifact

Anti-Patterns

  • Do not present ownership percentages as payout percentages — the gap between them is this skill's entire reason to exist
  • Do not model participation caps or seniority stacking silently — the script doesn't; say so
  • Do not average across exit prices — the cliff structure IS the information
  • Do not run the numbers without the plain-English sentence — founders remember sentences, not tables

Version History

  • 54fad50 Current 2026-07-19 12:19

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
50d596c0
Indexed
2026-07-19 12:19

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 13:07
浙ICP备14020137号-1 $방문자$