← Back to Skills Marketplace
1kalin

Revenue Forecasting Engine

by 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1055
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install afrexai-revenue-forecasting
Description
Generates detailed revenue forecasts using pipeline weighting, cohort analysis, scenario modeling, seasonality, and leading indicators to inform business dec...
README (SKILL.md)

Revenue Forecasting Engine

Build accurate, data-driven revenue forecasts your board and investors actually trust.

What This Does

Generates a complete revenue forecasting model covering:

  1. Pipeline-Weighted Forecast — Apply stage-specific close rates to your current pipeline
  2. Cohort Analysis — Track revenue by customer cohort with expansion/contraction/churn
  3. Scenario Modeling — Bear/base/bull projections with probability weighting
  4. Seasonality Adjustments — Monthly coefficients based on your historical patterns
  5. Leading Indicators — Track signals that predict revenue 60-90 days out

Instructions

When the user asks for a revenue forecast, follow this framework:

Step 1: Gather Inputs

Ask for (or use available data):

  • Current MRR/ARR
  • Pipeline by stage with deal values
  • Historical close rates by stage
  • Average sales cycle length
  • Net revenue retention rate
  • Expansion revenue %

Step 2: Build the Pipeline Forecast

Stage-Weighted Model:

Stage Probability Weighted Value
Discovery 10% Deal × 0.10
Demo/Eval 25% Deal × 0.25
Proposal Sent 50% Deal × 0.50
Negotiation 75% Deal × 0.75
Verbal Commit 90% Deal × 0.90
Closed Won 100% Deal × 1.00

Adjustment factors:

  • Deal age penalty: -5% per month past avg cycle
  • Champion risk: -20% if no identified champion
  • Budget confirmed: +10% if budget is allocated
  • Competitive deal: -15% if competitor identified

Step 3: Cohort Revenue Model

Track each monthly cohort:

Month 0: New MRR from cohort
Month 1: Retained MRR × (1 - monthly churn rate)
Month 3: Add expansion revenue (avg 2-5% monthly for healthy SaaS)
Month 6: Steady-state retention rate applies
Month 12: Mature cohort — use net revenue retention

Benchmarks by company stage:

Metric Seed Series A Series B+
Gross Churn 3-5%/mo 2-3%/mo 1-2%/mo
Net Retention 90-100% 100-110% 110-130%
Expansion % 5-10% 10-20% 20-40%
CAC Payback 18-24 mo 12-18 mo 6-12 mo

Step 4: Scenario Analysis

Bear Case (20% probability):

  • Pipeline closes at 60% of weighted value
  • Churn increases 50%
  • No expansion revenue
  • 1 key deal slips each quarter

Base Case (60% probability):

  • Pipeline closes at weighted value
  • Current retention rates hold
  • Historical expansion rate
  • Normal seasonality

Bull Case (20% probability):

  • Pipeline closes at 120% of weighted value
  • Retention improves 10%
  • Expansion accelerates 25%
  • 1 surprise large deal per quarter

Expected Value = (Bear × 0.2) + (Base × 0.6) + (Bull × 0.2)

Step 5: Seasonality Coefficients

Apply monthly adjustment factors:

Month B2B SaaS Ecommerce Professional Services
Jan 0.85 0.70 0.90
Feb 0.90 0.75 0.95
Mar 1.05 0.85 1.10
Apr 1.00 0.90 1.00
May 0.95 0.90 0.95
Jun 1.10 0.95 1.05
Jul 0.85 0.85 0.85
Aug 0.80 0.90 0.80
Sep 1.10 1.00 1.10
Oct 1.05 1.05 1.05
Nov 1.15 1.40 1.10
Dec 1.20 1.75 1.15

Step 6: Leading Indicators Dashboard

Track these weekly — they predict revenue 60-90 days out:

Indicator Weight Signal
Qualified pipeline created 25% New opps entering Stage 2+
Demo-to-proposal rate 20% Conversion velocity
Average deal size trend 15% Moving up or down?
Sales cycle length 15% Getting longer = red flag
Inbound lead volume 10% Marketing effectiveness
Website trial signups 10% Self-serve demand
Customer NPS/CSAT 5% Retention predictor

Step 7: Output Format

Present the forecast as:

REVENUE FORECAST — [Period]
================================
Current ARR: $X
Pipeline (Weighted): $X
Expected New ARR: $X

12-Month Projection:
  Bear:  $X (20%)
  Base:  $X (60%)
  Bull:  $X (20%)
  Expected: $X

Key Risks:
  1. [Risk] — [Mitigation]
  2. [Risk] — [Mitigation]

Leading Indicators:
  🟢 [Healthy metric]
  🟡 [Watch metric]
  🔴 [Concerning metric]

Next Month Actions:
  1. [Specific action]
  2. [Specific action]

Red Flags to Call Out

  • Pipeline coverage \x3C 3x target = high risk
  • 40% of forecast from 1-2 deals = concentration risk

  • Average deal age exceeding 1.5x normal cycle = stalling
  • Declining demo-to-close rate = product-market fit erosion
  • Rising CAC payback period = unit economics degrading

Revenue Recognition Notes

  • SaaS: Recognize ratably over contract term
  • Services: Recognize on delivery/milestones
  • Usage-based: Recognize on consumption
  • Annual prepay: Deferred revenue, recognize monthly

Built by AfrexAI — AI context packs for business operators who ship.

Get the full toolkit:

Bundles: Playbook $27 | Pick 3 for $97 | All 10 for $197 | Everything Bundle $247

Usage Guidance
This skill is an instruction-only forecasting template and appears coherent with its stated purpose: it will ask you for business metrics and produce forecasts based on those inputs. It does not request credentials or install code. Before using it, verify where the agent will read data from when it says 'use available data' — avoid pointing it at sensitive production systems or sharing credentials. If you see a prompt to run 'clawhub install' or similar, confirm the install source and publisher (the registry metadata lists an owner id but no homepage). Test the skill with dummy or non-sensitive data first, and review outputs for accuracy before acting on them.
Capability Analysis
Type: OpenClaw Skill Name: afrexai-revenue-forecasting Version: 1.0.0 The skill bundle provides a detailed framework for an AI agent to generate revenue forecasts. The `SKILL.md` file contains instructions for gathering inputs, performing calculations, and formatting output, all strictly within the domain of financial analysis. There are no instructions for the agent to perform unauthorized actions, access sensitive system resources, exfiltrate data, execute arbitrary commands, or engage in prompt injection against itself or the user. The external links in both `SKILL.md` and `README.md` are for marketing and attribution to the skill's developer, not for malicious purposes.
Capability Assessment
Purpose & Capability
Name/description (revenue forecasting) align with the content of SKILL.md and README: models, cohort analysis, seasonality, and leading indicators. There are no unrelated binaries, environment variables, or config paths requested.
Instruction Scope
SKILL.md stays within forecasting scope and explicitly asks for specific business metrics. One ambiguous phrase — 'Ask for (or use available data)' — could grant broad discretion about what data sources to access; the skill does not specify where 'available data' may come from (local files, CRM, spreadsheets, or agent context). Recommend confirming data sources before providing access to sensitive systems.
Install Mechanism
This is instruction-only (no install spec, no code written to disk) which is low-risk. README shows a 'clawhub install' example but the registry contains no install manifest; if you plan to run any install command, verify the publisher/source first.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a template that operates on user-supplied metrics. No disproportionate secret access is requested.
Persistence & Privilege
always is false and the skill does not request system-wide changes or persistent presence. It does not modify other skills or agent configs based on the provided materials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install afrexai-revenue-forecasting
  3. After installation, invoke the skill by name or use /afrexai-revenue-forecasting
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Revenue Forecasting Engine skill: - Generates detailed, transparent revenue forecasts using pipeline-weighted modeling, cohort analysis, and scenario planning. - Supports stage-based pipeline probabilities with deal-specific adjustments for risk factors. - Includes cohort modeling to track new, retained, churned, and expanded revenue by customer group. - Provides scenario analysis (bear, base, bull) with probability weighting and expected value calculation. - Incorporates seasonality adjustments, leading indicators dashboard, and benchmarking by company stage. - Outputs clear, actionable forecasts and highlights key revenue risks and red flags.
Metadata
Slug afrexai-revenue-forecasting
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Revenue Forecasting Engine?

Generates detailed revenue forecasts using pipeline weighting, cohort analysis, scenario modeling, seasonality, and leading indicators to inform business dec... It is an AI Agent Skill for Claude Code / OpenClaw, with 1055 downloads so far.

How do I install Revenue Forecasting Engine?

Run "/install afrexai-revenue-forecasting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Revenue Forecasting Engine free?

Yes, Revenue Forecasting Engine is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Revenue Forecasting Engine support?

Revenue Forecasting Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Revenue Forecasting Engine?

It is built and maintained by 1kalin (@1kalin); the current version is v1.0.0.

💬 Comments