Agent Skillsmohitagw15856/pm-claude-skills › runway-calculator

runway-calculator

GitHub

计算公司现金跑道、净烧钱率及耗尽日期,判断是否“默认存活”,并提供融资或削减成本以达成目标跑道的具体方案。

skills/runway-calculator/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

询问现金还能支撑多久 计算月度净烧钱率 评估当前增长下是否会盈利 制定融资或裁员计划

Install

npx skills add mohitagw15856/pm-claude-skills --skill runway-calculator -g -y
More Options

Use without installing

npx skills use mohitagw15856/pm-claude-skills@runway-calculator

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill runway-calculator -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": "runway-calculator",
    "description": "Calculate cash runway, burn, and the zero-cash date — and whether you're default alive or dead. Use when asked to work out runway, monthly burn, when the money runs out, or how much to raise\/cut to reach a target. Produces a computed runway summary (net burn, months of runway, zero-cash date, default alive\/dead) plus what it takes to extend it."
}

Runway Calculator Skill

For any company spending more than it makes, one number governs everything: how many months of cash are left. This skill computes net burn, runway, and the zero-cash date from your cash and P&L, judges whether you're default alive or dead (Paul Graham's test — would you reach profitability on current cash at current growth?), and shows the raise-or-cut needed to hit a target runway.

Required Inputs

Ask for these only if they aren't already provided:

  • Cash in bank (today).
  • Monthly revenue and monthly expenses (or net monthly burn directly).
  • Monthly growth rate of revenue, if you want the default-alive check.
  • Target — a runway you want to reach (e.g. 18 months) or a raise you're considering.

Output Format

Runway: [company]

1. The numbers (computed via the helper):

Metric Value
Net monthly burn
Cash in bank
Runway (months)
Zero-cash date
Default alive? yes / no

2. Default alive or dead — on current cash and growth, do you reach profitability before the cash runs out? State it plainly; it's the question investors ask first.

3. To extend it — the concrete moves and their effect: cut $X/mo → +Y months; raise $Z → +W months; or the growth rate needed to turn default-alive. Show the trade-off.

4. Caveats — flag if burn is rising (these numbers assume flat burn), and the buffer to keep (don't plan to zero — most raises take months).

Programmatic Helper

scripts/runway.py (stdlib only) computes runway and the zero-cash date:

# in.json: {"cash": 600000, "monthly_revenue": 40000, "monthly_expenses": 110000, "revenue_growth": 0.08}
python3 scripts/runway.py in.json
python3 scripts/runway.py in.json --json

Quality Checks

  • Net burn = expenses − revenue (not gross spend) — and the zero-cash date is an actual date
  • The default-alive/dead question is answered explicitly
  • "To extend it" gives concrete cut/raise/growth options with their month impact
  • Flags that the figures assume flat burn if burn is actually growing
  • Recommends a cash buffer rather than planning to literally zero

Anti-Patterns

  • Do not report runway off gross spend — net burn (after revenue) is the real number
  • Do not assume flat burn silently — if headcount/spend is rising, say the runway is optimistic
  • Do not plan to zero cash — a raise takes 3–6 months; runway should be measured to "must-raise-by," not "broke"
  • Do not ignore growth — a fast-growing company can be default alive even while burning
  • Do not present one scenario — show the cut-vs-raise-vs-grow trade-off

Based On

Startup cash-management practice — net burn, runway, and "Default Alive or Dead" (Paul Graham, Y Combinator).

Version History

  • a38bc30 Current 2026-07-05 11:43

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
bd072f7d
Indexed
2026-07-05 11:43

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