playrote.play.v1

mmodiqo/startup-equity-healthv0.2.1Public

Startup equity health

Computes startup equity-health metrics for a private company and explains them for a prospective employee: capital efficiency (total raised / ARR), valuation multiple (valuation / ARR), liquidation preference stack share (raised / valuation), an acquisition payout waterfall across exit prices, post-lockup IPO

Read the full description

scenarios, and an after-tax take-home (earn-out) estimate reflecting vesting cliff, 409A strike cost, and blended federal+state taxes — ending with the questions an employee should ask the employer. Each computation stage is its own DAG step with explicit value edges (the derived metrics flow from core_metrics into the waterfall, IPO, and take-home stages), so every intermediate number is inspectable per step. The invoking agent elicits the financial inputs from public web coverage before calling, and passes provenance via the sources parameter.

  • Published 17 Aug 2026
  • Downloads 3
  • Needs rote 0.62.0+
  • Digest sha256:42767313baef…
  • Reference modiqo/startup-equity-health@0.2.1

Before you run it1 local tool

Everything here is checked on your machine when rote inspects the play. This page never learns what you have installed or which credentials you hold.

  • python3local tool

    Must be on your PATH. rote reports what it finds during inspect.

Inputs10, 4 required

rote asks for these before running and shows the defaults it will use.

  • Companycompany

    Private company name being evaluated

    requiredstringexample Laceworkcustom value allowed
  • Valuation usdvaluation_usd

    Latest post-money valuation in USD (e.g. 44000000000). Elicit from the most recent funding-round coverage before calling.

    requiredstringexample 8300000000custom value allowed
  • Total raised usdtotal_raised_usd

    Total capital raised across all rounds in USD, a proxy for the 1x preferred liquidation stack. Elicit from Tracxn/Crunchbase-style coverage.

    requiredstringexample 1900000000custom value allowed
  • Arr usdarr_usd

    Current annual recurring revenue in USD. Elicit from press reports or revenue trackers (Sacra, Getlatka); use the most recent credible figure.

    requiredstringexample 100000000custom value allowed
  • Public multiplepublic_multiple

    Conservative public-market ARR multiple used for the options-underwater breakeven (public software comps trade roughly 10x-18x ARR)

    optionalstringdefault 10example 10custom value allowed
  • Employee pctemployee_pct

    Hypothetical employee fully-diluted ownership in percent (0.10 means 0.10%), used to simulate acquisition and IPO payouts

    optionalstringdefault 0.10example 0.10custom value allowed
  • Vested pctvested_pct

    Percent of the grant vested at exit (25 = the standard one-year cliff just hit on a 4-year schedule)

    optionalstringdefault 25example 25custom value allowed
  • Strike fractionstrike_fraction

    Option strike as a fraction of the last-round share price. Strike is set at the 409A fair-market value, typically 20-40% of the preferred price at late stage.

    optionalstringdefault 0.30example 0.30custom value allowed
  • Tax pcttax_pct

    Blended federal + average-state tax rate in percent applied to the exercise spread (NSO ordinary-income treatment; ISO/LTCG or QSBS can lower it)

    optionalstringdefault 35example 35custom value allowed
  • Sourcessources

    Provenance for the elicited inputs: semicolon-separated notes or URLs (e.g. 'valuation: techcrunch.com/...; arr: sacra.com/...')

    optionalstringexample valuation: techcrunch.com/2024/01/roundupcustom value allowed

What it changes

No write operations are declared in this version's manifest.

Credentials remain in the recipient's local rote vault; this page and the publisher never receive them.

Runtime details
  • rote CLIversion 0.62.0 or newer
  • Servicesnone declared
  • Digestsha256:42767313baef467a0f112b3430bea7ca880bb79bbbc79f00aa760d7a54df4fcc
  • Archive size11027 bytes
  • Published2026-08-17T23:58:23.590241+00:00
  • Published withrote 0.66.1

Credential values and current readiness remain local. Opening this page never prompts for a credential, opens an authorization browser, or calls a service this play uses.

A play is a published, versioned automation package that runs on your own machine through rote, a free command-line tool. Opening this page installs nothing and runs nothing.