Skip to main content
Generalgtmagents

forecast-modeling

Use when designing, tuning, or auditing revenue forecast models.

Stars
259
Source
gtmagents/gtm-agents
Updated
2026-04-03
Slug
gtmagents--gtm-agents--forecast-modeling
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/gtmagents/gtm-agents/HEAD/plugins/revenue-forecasting-pipeline/skills/forecast-modeling/SKILL.md -o .claude/skills/forecast-modeling.md

Drops the SKILL.md into .claude/skills/forecast-modeling.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Forecast Modeling System Skill

When to Use

  • Launching new forecasting cadences or revisiting methodology.
  • Running scenario planning ahead of board meetings or budget cycles.
  • Auditing deviations between forecast, pipeline, and actuals.

Framework

  1. Method Selection – pick bottom-up CRM, top-down macro, cohort, or blended models and document assumptions.
  2. Driver Mapping – define win rates, velocity, expansion, churn, pricing, and seasonality inputs.
  3. Scenario Logic – establish base/upside/downside cases with tunable levers for sensitivity analysis.
  4. Model Governance – list data sources, refresh cadence, validation checks, and ownership.
  5. Output Packaging – standardize tables, charts, and narrative prompts for exec review.

Templates

  • Driver tree diagram connecting levers to KPIs.
  • Scenario sheet (assumption → base/upside/downside values).
  • Model QA checklist (data freshness, formula audits, version history).

Tips

  • Keep raw inputs + assumptions in version control for auditability.
  • Pair with variance-analysis skill to recalibrate after each cycle.
  • Automate sensitivity runs to answer "what-if" questions during reviews.