用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill afrexai-demand-forecasting命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | afrexai-demand-forecasting |
| description | Demand Forecasting Framework |
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 |
| 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