| name | demand-forecasting-engine |
| description | AI-powered demand prediction skill using historical data, market signals, and external factors for improved forecast accuracy |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"logistics","domain":"business","category":"inventory","priority":"high","shared-candidate":true} |
| graph | {"domains":["domain:logistics"],"skillAreas":["skill-area:procurement-management","skill-area:statistical-analysis","skill-area:data-analytics"],"roles":["role:supply-chain-analyst","role:operations-analyst","role:data-analyst"]} |
Demand Forecasting Engine
Overview
The Demand Forecasting Engine is an AI-powered skill that generates accurate demand predictions using historical data, market signals, and external factors. It employs multiple forecasting methods including time series analysis and machine learning models to improve forecast accuracy and support inventory planning decisions.
Capabilities
- Time Series Forecasting (ARIMA, Prophet, etc.): Apply classical and modern time series methods for demand prediction
- Machine Learning Demand Models: Use ML algorithms to capture complex demand patterns and relationships
- Promotional Lift Modeling: Incorporate promotional calendar and estimate promotional demand lift
- External Factor Integration (Weather, Events): Include weather, events, and economic indicators in forecasts
- Forecast Accuracy Measurement: Track and report forecast accuracy using standard metrics (MAPE, bias, etc.)
- Demand Sensing with POS Data: Incorporate point-of-sale data for short-term demand adjustments
- New Product Forecasting: Generate forecasts for new products using analogous items or market research
Tools and Libraries
- Prophet
- statsmodels
- scikit-learn
- TensorFlow/PyTorch
- Demand Planning Platforms
Used By Processes
- Demand Forecasting
- Reorder Point Calculation
- ABC-XYZ Analysis
Usage
skill: demand-forecasting-engine
inputs:
item:
sku: "SKU001"
category: "Consumer Electronics"
lifecycle_stage: "mature"
historical_data:
frequency: "weekly"
periods: 104
data: [...]
external_factors:
include_seasonality: true
include_promotions: true
promotion_calendar:
- date: "2026-02-14"
type: "price_reduction"
expected_lift: 1.5
include_weather: false
forecast_parameters:
horizon_periods: 12
confidence_level: 95
methods: ["prophet", "arima", "ml_ensemble"]
outputs:
forecasts:
method: "ml_ensemble"
predictions:
- period: "2026-W05"
forecast:
{ , }
{ , }
{ , }
[]
Integration Points
- Enterprise Resource Planning (ERP) Systems
- Demand Planning Systems
- Inventory Management Systems
- Point of Sale (POS) Systems
- External Data Providers
Performance Metrics
- Forecast accuracy (MAPE)
- Forecast bias
- Tracking signal
- Value-added improvement
- Forecast coverage