agentsclimarketplace

Demand forecaster

Skill a5c-ai/babysitter/library/specializations/domains/business/operations/skills/demand-forecaster

Demand forecasting skill with quantitative and qualitative methods, accuracy measurement, and bias correctionFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill demand-forecaster

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.1 KB, 654 tokens by cl100k_base, as published. Nobody here has run it

Demand Forecaster

Overview

The Demand Forecaster skill provides comprehensive capabilities for generating and managing demand forecasts. It supports multiple forecasting methods, accuracy measurement, bias correction, and integration of statistical and judgmental inputs.

Capabilities

  • Time series forecasting (ARIMA, exponential smoothing)
  • Causal modeling
  • Machine learning forecasts
  • Forecast accuracy metrics (MAPE, MAE, bias)
  • Collaborative forecasting
  • Demand sensing
  • Seasonality adjustment
  • New product forecasting

Used By Processes

  • CAP-004: Demand Forecasting and Analysis
  • CAP-003: Sales and Operations Planning
  • CAP-001: Capacity Requirements Planning

Tools and Libraries

  • Python statsmodels
  • Prophet
  • ML libraries (scikit-learn, TensorFlow)
  • Demand planning systems

Usage

skill: demand-forecaster
inputs:
  historical_data:
    - period: "2025-01"
      demand: 10500
    - period: "2025-02"
      demand: 11200
    # ... additional history
  forecast_horizon: 12  # months
  method: "auto"  # auto | arima | exponential | ml | ensemble
  external_factors:
    - name: "gdp_growth"
      coefficient: 0.5
    - name: "marketing_spend"
      coefficient: 0.3
  adjustments:
    - period: "2026-06"
      type: "promotion"
      lift: 15  # percent
outputs:
  - point_forecast
  - confidence_intervals
  - accuracy_metrics
  - bias_analysis
  - seasonality_factors
  - recommendations

Forecasting Methods

Time Series Methods

MethodBest ForComplexity
Moving AverageStable demandLow
Exponential SmoothingTrends and seasonalityMedium
ARIMAComplex patternsHigh
ProphetMultiple seasonalitiesMedium

Causal Methods

MethodUse Case
RegressionKnown drivers
EconometricMarket factors
Machine LearningComplex relationships

Accuracy Metrics

MAPE = (1/n) x Sum(|Actual - Forecast| / Actual) x 100

MAE = (1/n) x Sum(|Actual - Forecast|)

Bias = (1/n) x Sum(Forecast - Actual)

Accuracy Benchmarks

MAPEInterpretation
< 10%Excellent
10-20%Good
20-30%Acceptable
30-50%Poor
> 50%Very poor

Forecast Value Added (FVA)

Compare accuracy at each step:

  1. Naive forecast (prior period)
  2. Statistical forecast
  3. Analyst adjustments
  4. Sales/customer input
  5. Final consensus

Only keep adjustments that improve accuracy.

Integration Points

  • ERP/demand planning systems
  • CRM systems
  • Point of sale data
  • Economic data feeds

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.