1kalin/afrexai-demand-forecasting/SKILL.md
# Demand Forecasting Framework Build accurate demand forecasts using multiple methodologies. Combines statistical models with market intelligence for actionable predictions. ## When to Use - Quarterly/annual demand planning - New product launch forecasting - Inventory optimization - Capacity planning decisions - Budget cycle preparation ## Forecasting Methodologies ### 1. Time Series Analysis Best for: Established products with 24+ months of history. ``` Decompose into: Trend + Seasonality
npx skillsauth add openclaw/skills 1kalin/afrexai-demand-forecastingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build accurate demand forecasts using multiple methodologies. Combines statistical models with market intelligence for actionable predictions.
Best for: Established products with 24+ months of history.
Decompose into: Trend + Seasonality + Cyclical + Residual
Moving Average (3-month):
Forecast = (Month_n + Month_n-1 + Month_n-2) / 3
Weighted Moving Average:
Forecast = (0.5 × Month_n) + (0.3 × Month_n-1) + (0.2 × Month_n-2)
Exponential Smoothing (α = 0.3):
Forecast_t+1 = α × Actual_t + (1-α) × Forecast_t
Best for: Products where external factors drive demand.
Key drivers to model:
Demand = β₀ + β₁(Price) + β₂(Marketing) + β₃(Season) + β₄(Economic) + ε
Best for: New products, market disruptions, limited data.
Methods:
Combine methods using confidence-weighted average:
| Method | Weight (Mature Product) | Weight (New Product) | |--------|------------------------|---------------------| | Time Series | 50% | 10% | | Causal | 30% | 20% | | Judgmental | 20% | 70% |
| Metric | Formula | Target | |--------|---------|--------| | MAPE | Avg(|Actual - Forecast| / Actual) × 100 | <15% | | Bias | Σ(Forecast - Actual) / n | Near 0 | | Tracking Signal | Cumulative Error / MAD | -4 to +4 | | Weighted MAPE | Revenue-weighted MAPE | <10% for top SKUs |
| Segment | Volume | Variability | Approach | |---------|--------|-------------|----------| | AX | High | Low | Auto-replenish, tight safety stock | | AY | High | Medium | Statistical + review quarterly | | AZ | High | High | Collaborative planning, buffer stock | | BX | Medium | Low | Statistical, periodic review | | BY | Medium | Medium | Hybrid model | | BZ | Medium | High | Judgmental + safety stock | | CX | Low | Low | Min/max rules | | CY | Low | Medium | Periodic review | | CZ | Low | High | Make-to-order where possible |
Safety Stock = Z × σ_demand × √(Lead Time)
Where:
Z = Service level factor (95% = 1.65, 98% = 2.05, 99% = 2.33)
σ_demand = Standard deviation of demand
Lead Time = In same units as demand period
For each forecast, generate three scenarios:
| Scenario | Probability | Assumptions | |----------|-------------|-------------| | Bear | 20% | -15% to -25% vs base. Recession, market contraction, competitor disruption | | Base | 60% | Historical trends + known pipeline. Most likely outcome | | Bull | 20% | +15% to +25% vs base. Market expansion, product virality, competitor exit |
| Industry | Typical MAPE | Forecast Horizon | Key Driver | |----------|-------------|-----------------|------------| | CPG/FMCG | 20-30% | 3-6 months | Promotions, seasonality | | Retail | 15-25% | 1-3 months | Trends, weather, events | | Manufacturing | 10-20% | 6-12 months | Orders, lead times | | SaaS | 10-15% | 12 months | Pipeline, churn, expansion | | Healthcare | 15-25% | 3-6 months | Regulation, demographics | | Construction | 20-35% | 12-24 months | Permits, economic cycle |
For a company doing $10M revenue:
Total impact: $450K-$1.15M annually from a 5-point MAPE improvement.
These frameworks scratch the surface. For complete, deployment-ready agent configurations tailored to your industry:
AfrexAI Context Packs — $47 each
AI Revenue Calculator — Find your automation ROI in 2 minutes
Agent Setup Wizard — Configure your AI agent stack
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。