Demand Forecasting
Description
Predict future product demand to optimize inventory, production, and capacity planning using statistical, causal, and collaborative forecasting techniques.
When to Use
When you need a demand forecast for inventory planning. | Before creating a production plan based on expected demand. | To analyze impact of promotions on demand. | During S&OP meetings to align cross-functional forecasts. | When evaluating forecast accuracy and bias.
Use Cases
Forecast monthly demand to set inventory targets. | Align production schedules with forecasted demand. | Assess how promotions affect future sales. | Support S&OP with a consensus forecast. | Monitor forecast bias and update models over time.
SKILL.md Content
---
name: demand-forecasting
description: "Predict future product demand to optimize inventory, production, and capacity planning using statistical, causal, and collaborative forecasting techniques."
metadata:
tags: "supply-chain, demand-forecasting, inventory-management, statistical-forecasting, causal-modeling, collaborative-forecasting, demand-sensing, scenario-planning"
source: "https://skilldb.dev/skills/supply-chain-skills/demand-forecasting"
pack: "supply-chain-skills"
category: "Enterprise & Operations"
---
# Demand Forecasting
## When to use this skill
Use when the user says things like:
- "When you need a demand forecast for inventory planning."
- "Before creating a production plan based on expected demand."
- "To analyze impact of promotions on demand."
- "During S&OP meetings to align cross-functional forecasts."
- "When evaluating forecast accuracy and bias."
## Core Philosophy
Demand forecasting is the foundation upon which all supply chain planning rests.
Every decision about how much to produce, stock, and ship begins with an estimate
of what customers will want. Perfect forecasts are impossible, but the goal is to
be less wrong over time and to quantify uncertainty so that planning accounts for
the range of likely outcomes, not just a single point estimate.
## Key Techniques
- **Statistical Forecasting**: Apply time-series models (moving average, exponential
smoothing, ARIMA) to historical demand data to project future patterns.
- **Causal Modeling**: Incorporate external drivers (pricing, promotions, weather,
economic indicators) as independent variables to explain demand beyond historical
patterns.
- **Collaborative Forecasting**: Combine statistical baselines with inputs from
sales, marketing, and customers who have visibility into upcoming demand drivers.
- **Demand Sensing**: Use real-time signals (POS data, web traffic, social media)
to adjust short-term forecasts and respond to demand shifts faster.
- **Scenario Planning**: Develop best-case, worst-case, and most-likely forecasts
to stress-test supply chain plans against uncertainty.
- **New Product Forecasting**: Use analogous product histories, market research,
and expert judgment when historical data does not exist.
## Best Practices
- Measure forecast accuracy consistently using MAPE, bias, and weighted metrics.
- Forecast at the right granularity. Too detailed loses accuracy; too aggregate
hides important variation.
- Decompose demand into baseline, trend, seasonality, and promotional components.
- Hold regular demand review meetings (S&OP) where cross-functional teams align
on the consensus forecast.
- Track forecast bias separately from accuracy. Systematic over- or under-forecasting
indicates a correctable problem.
- Maintain forecast history to evaluate improvement over time.
## Common Patterns
- **Hierarchical Forecasting**: Forecast at multiple levels (SKU, category,
channel, region) and reconcile for consistency using top-down or bottom-up
approaches.
- **Promotional Uplift Modeling**: Estimate the incremental demand generated by
specific promotions and layer it onto the baseline forecast.
- **Lifecycle Forecasting**: Apply phase-specific models for product introduction,
growth, maturity, and decline.
- **Consensus Forecasting**: Statistical forecast serves as the starting point;
sales and marketing apply judgment overrides with documented rationale.
## Anti-Patterns
- Using averages when demand is highly seasonal or trending. Averages smooth
away the variation that planning needs to accommodate.
- Forecasting without measuring accuracy. Unmeasured forecasts do not improve.
- Allowing political bias where sales inflates or deflates forecasts to
manipulate targets or inventory allocation.
- Over-relying on a single model without testing alternatives or ensembles.
- Ignoring demand that was lost due to stockouts. Unconstrained demand differs
from observed sales and must be estimated.
- Treating forecasting as a one-time monthly event rather than a continuous
process that incorporates new information as it arrives.