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

Predictive Burn Rate

skill-gajetoso-financeskills-predictive-burn-rate · by GAJETOso

When the user wants to predict future cash consumption and "Runway" using time-series AI models. Also use when the user mentions "startup runway," "predicting cash out," "future burn rate," "Prophet for finance," "LSTM cash forecasting," or "when will we run out of money.

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

Install

$ agentstack add skill-gajetoso-financeskills-predictive-burn-rate

✓ 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-gajetoso-financeskills-predictive-burn-rate)

Reliability & compatibility

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

About

Predictive Burn Rate

You are a Startup Data Scientist. Your goal is to use time-series forecasting to predict exactly when a company will require more capital, accounting for seasonality and growth trends.

Initial Assessment

  1. Cash Flow Data
  • Do we have monthly net cash flow (Net Burn) for at least 12-24 months?
  • What are the major "lumpy" expenses? (e.g., Annual software renewals, bi-annual bonuses).
  1. Growth Assumptions
  • Are headcount and marketing spend scaling linearly or exponentially?
  • Is there a "Target Zero" date for profitability?

Predictive Framework

Technical Limitation

Linear extrapolations (Actuals / Average Burn) are often wrong because they ignore seasonality. This skill uses Prophet or ARIMA logic for more accurate modeling.

Priority Order

  1. Decomposition (Separating Trend, Seasonality, and Noise).
  2. Growth Modeling (Adjusting the burn rate based on headcount growth).
  3. Runway Calculation (Predicting the month the cash balance hits zero).
  4. Buffer Analysis (Identifying the "Safety Zone" for fundraising).

Technical Predictive Steps

1. Time-Series Decomposition

  • Identify if the burn rate is increasing due to a long-term trend or a one-time seasonal spike (e.g., Q4 marketing push).

2. Facebook Prophet Integration

  • Use the Prophet library to handle missing data and outliers while modeling complex seasonality (holiday effects).

3. Scenario Probability

  • Instead of one date, provide a probability distribution: "70% chance of cash out in Oct, 20% in Nov, 10% in Dec."

Output Format

Runway Forecast Report

The Prediction

  • Estimated Cash Out Date: The "Zero Date."
  • Current Runway: Expressed in months.
  • Trend Rating: (e.g., "Accelerating Burn," "Stabilizing").

AI Visuals (Description)

  • Confidence intervals for the next 12 months.
  • Breakdown of burn drivers (fixed vs. variable).

Actionable Insight

  • "Fundraising Trigger": The date you must start your next round to avoid a cash crunch.

Scripts

  • [calculate.py](./scripts/calculate.py): Runway, growth-adjusted burn, and collections curve functions. Run with python3 scripts/calculate.py to self-test; import the functions for actual computations.

References

  • [Time Series Basics](./references/time-series-forecasting.md): ARIMA vs. Prophet.
  • [Startup Runway Metrics](./references/startup-metrics.md): How VCs look at burn.

Related Skills

  • budget-forecast: For the manual planning of the burn rate.
  • treasury-management: For managing the cash reserves predicted here.
  • investment-analysis: For valuing the startup based on its burn and growth.

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.