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

Runway Calculator

skill-openaccountant-skills-runway-calculator · by openaccountant

>

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-openaccountant-skills-runway-calculator

✓ 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-openaccountant-skills-runway-calculator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo 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 Runway Calculator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Runway Calculator

Overview

Determine how many months your business can operate at its current spending rate before running out of cash. Calculates gross burn, net burn, and runway under multiple scenarios (current, lean, growth).

Wilson Tools Used

  • spending_summary — calculate average monthly expenses (gross burn) and net burn (expenses minus revenue)
  • transaction_search — determine current cash position from recent balance and identify trends in burn rate

Workflow

  1. Ask for the current cash balance (or identify from the most recent account balance).
  2. Use spending_summary for the past 3-6 months to calculate:
  • Gross Burn = average monthly total expenses
  • Monthly Revenue = average monthly total income
  • Net Burn = Gross Burn - Monthly Revenue
  1. Use transaction_search to check if burn is trending up or down (compare last 3 months vs prior 3 months).
  2. Calculate runway under three scenarios:
RUNWAY ANALYSIS — as of [Date]
═══════════════════════════════════════════════
Current Cash Balance              $150,000

                    Current   Lean (-20%)   Growth (+30%)
───────────────────────────────────────────────────────────
Gross Burn/mo        $25,000     $20,000       $32,500
Monthly Revenue      $15,000     $15,000       $15,000
Net Burn/mo          $10,000      $5,000       $17,500
Runway (months)         15.0        30.0          8.6
Cash-Out Date        Jul 2027    Oct 2028      Jan 2027
═══════════════════════════════════════════════════════════

Burn Trend: +8% over past 3 months ⚠
  1. Runway = Cash Balance / Net Burn (monthly).
  2. Cash-Out Date = Today + (Runway * 30 days).
  3. Flag warning levels:
  • Green: 12+ months runway
  • Yellow: 6-12 months runway
  • Red: Under 6 months runway
  1. If net burn is negative (revenue exceeds expenses), report as "Profitable — infinite runway" and show monthly cash accumulation instead.

Without Wilson

  1. Check your current bank balance across all business accounts.
  2. Export the last 6 months of transactions as CSV.
  3. In a spreadsheet, add a Month column: =TEXT(Date,"YYYY-MM").
  4. Pivot table: Rows = Month, Values = Sum of expenses (negative amounts), Sum of income (positive amounts).
  5. Gross Burn = =AVERAGE(MonthlyExpenses) (use absolute values).
  6. Avg Revenue = =AVERAGE(MonthlyIncome).
  7. Net Burn = =GrossBurn - AvgRevenue.
  8. Runway = =CashBalance/NetBurn. Cash-Out Date = =TODAY()+(Runway*30).
  9. For the lean scenario, multiply expenses by 0.8. For growth, multiply by 1.3.
  10. Track this monthly in a running spreadsheet. Plot cash balance over time to visualize the glide path.

Important Notes

  • Runway assumes constant burn and revenue. In reality, both fluctuate. Use the 3-month average to smooth noise, but watch the trend.
  • Include all cash: checking, savings, money market. Exclude receivables unless collection is near-certain.
  • For startups raising funding: investors want to see 18+ months of runway after their investment. Calculate post-raise runway as (Current Cash + Investment) / Net Burn.
  • Net burn is what matters, not gross burn. A company spending $50K/month but earning $45K/month has a $5K net burn and 30 months of runway on $150K cash.

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.