AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cash Runway Burn Analyzer

skill-natan-mohart-24-finance-skills-for-claude-cash-runway-burn-analyzer · by Natan-Mohart

Computes runway to zero cash and the burn multiple (net burn divided by net new ARR) via a bundled calculator, the metric that separates spending a lot because growth is fast from spending a lot for very little growth. Use whenever the user wants to know their runway, is preparing for a fundraise, or is evaluating whether current burn is efficient, and especially when burn is discussed only in ab…

— No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-natan-mohart-24-finance-skills-for-claude-cash-runway-burn-analyzer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-natan-mohart-24-finance-skills-for-claude-cash-runway-burn-analyzer)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 24d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Cash Runway Burn Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Cash Runway and Burn Analyzer

When to use

Use whenever a business needs to know how many months of cash remain at the current spending rate, or wants to evaluate whether current burn is efficient rather than just large. Especially useful before a fundraising conversation, where both runway and burn multiple are among the first things a serious investor will ask about.

What it does

Computes gross burn, net burn, and runway to zero cash via a bundled calculator, and separately computes the burn multiple, net burn divided by net new ARR over the same period, which answers a different and often more important question than runway alone: is this spending actually buying proportional growth, or is a lot of cash producing very little forward progress.

Method

  1. State monthly revenue and monthly gross burn (total cash outflow) separately — net burn is derived from these, not estimated directly, so errors in either input are visible rather than hidden inside a single net number.
  2. Run the bundled calculator (scripts/runway_calc.py) to get net burn and runway to zero cash at the current rate.
  3. Read runway against real fundraising timelines, not just as a countdown. Under 12 months means a fundraising process should already be underway, accounting for a realistic 4-6 month raise; under 6 months is urgency-level, not routine monitoring.
  4. Provide ARR at the start and end of the measurement period (typically a quarter) to compute the burn multiple, net new ARR generated over that period against the net cash burned to generate it.
  5. Read the burn multiple against real benchmarks, not in isolation: under 1x is excellent (net new ARR exceeds net burn), 1-2x is efficient for most stages, 2-3x is acceptable but worth watching, over 3x means a lot of cash is buying comparatively little growth and deserves investigation before it deserves a bigger check size.
  6. Treat a negative or zero net-new-ARR result as the single most urgent finding in the whole analysis — burning cash while ARR isn't growing at all is a fundamentally different problem than inefficient growth, and the calculator flags it as such rather than trying to compute a burn multiple that isn't meaningful in that case.
  7. Track both runway and burn multiple over multiple periods, not as a one-time snapshot — a burn multiple trending up over consecutive quarters is a trend worth acting on before it becomes a crisis, not just a number to report once.

Inputs

  • Current cash balance
  • Monthly revenue and monthly gross burn
  • ARR at the start and end of the measurement period, and the period length in months
  • Config saved as JSON matching the format documented at the top of scripts/runway_calc.py

Output format

Gross burn, net burn, and runway to zero cash with an urgency flag if under 12 or under 6 months; net new ARR, total net burn over the period, burn multiple, and a plain-language efficiency read against standard benchmarks.

Example

A company with $4.2M cash and $240K monthly net burn shows a comfortable 17.5-month runway on its own. The burn multiple tells a more specific story: $720K of net burn over the quarter produced $460K of net new ARR, a 1.57x multiple that reads as efficient growth, meaning the spend isn't just sustainable in terms of runway, it's actually buying proportional growth rather than being burned with little to show for it.

Common pitfalls

  • Reporting burn only in absolute dollars with no link to the growth it's producing, making it impossible to tell efficient spending from wasteful spending.
  • Computing runway once and not refreshing it as burn or revenue changes, missing a deteriorating trend until it's urgent.
  • Treating a negative net-new-ARR period as just a low burn multiple instead of flagging it as the more serious, distinct problem it actually is.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.