demand-forecaster
Demand forecasting skill with quantitative and qualitative methods, accuracy measurement, and bias correction
Best use case
demand-forecaster is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Demand forecasting skill with quantitative and qualitative methods, accuracy measurement, and bias correction
Teams using demand-forecaster should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/demand-forecaster/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How demand-forecaster Compares
| Feature / Agent | demand-forecaster | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Demand forecasting skill with quantitative and qualitative methods, accuracy measurement, and bias correction
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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
```yaml
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
| Method | Best For | Complexity |
|--------|----------|------------|
| Moving Average | Stable demand | Low |
| Exponential Smoothing | Trends and seasonality | Medium |
| ARIMA | Complex patterns | High |
| Prophet | Multiple seasonalities | Medium |
### Causal Methods
| Method | Use Case |
|--------|----------|
| Regression | Known drivers |
| Econometric | Market factors |
| Machine Learning | Complex 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
| MAPE | Interpretation |
|------|----------------|
| < 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 feedsRelated Skills
workforce-demand-forecasting
Project healthcare workforce requirements based on patient volume trends, acuity levels, productivity standards, and skill mix optimization
demand-sensing-integrator
Real-time demand sensing skill integrating POS data, market signals, and external factors for responsive planning
demand-forecasting-engine
AI-powered demand prediction skill using historical data, market signals, and external factors for improved forecast accuracy
cash-flow-forecaster
Daily, weekly, and monthly cash forecasting skill with scenario analysis and liquidity stress testing
time-series-forecaster
Time series forecasting skill for business metric prediction and demand planning
reference-class-forecaster
Reference class forecasting skill to counter optimism bias using historical analogies
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.
user-install
Install the user-level Babysitter Codex setup.
team-install
Install the team-pinned Babysitter Codex workspace setup.
retrospect
Summarize or retrospect on a completed Babysitter run.