Overview
- Skill Key
- 1kalin/afrexai-demand-forecasting
- Author
- 1kalin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1kalin/afrexai-demand-forecasting
- Latest Commit SHA
- c96b55f05e976e1005cbf7ad971206606751f091
Demand Forecasting Framework
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Afrexai Demand Forecasting 技能。 若已安装,则直接安装 Afrexai Demand Forecasting 技能。
# 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 + 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 ``` ### 2. Causal / Regression Models Best for: Products where external factors drive demand. Key drivers to model: - **Price elasticity**: % demand change per 1% price change - **Marketing spend**: Lag effect (typically 2-6 weeks) - **Seasonality index**: Monthly coefficient vs annual average - **Economic indicators**: GDP growth, consumer confidence, industry PMI - **Competitor actions**: New entrants, price changes, promotions ``` Demand = β₀ + β₁(Price) + β₂(Marketing) + β₃(Season) + β₄(Economic) + ε ``` ### 3. Judgmental / Qualitative Best for: New products, market disruptions, limited data. Methods: - **Delphi method**: 3+ expert rounds, anonymous, converging estimates - **Sales force composite**: Bottom-up from territory reps (apply 15-20% optimism correction) - **Market research**: Survey-based purchase intent (apply 30-40% intent-to-purchase conversion) - **Analogous forecasting**: Map to similar product launch curves ### 4. Blended Forecast (Recommended) Combine methods using confidence-weighted average: | Method | Weight (Mature Product) | Weight (New Product) | |--------|------------------------|---------------------| | Time Series | 50% | 10% | | Causal | 30% | 20% | | Judgmental |...
# Demand Forecasting Framework Build accurate demand forecasts using statistical models, causal analysis, and expert judgment — blended into actionable predictions. ## What's Inside - **4 forecasting methodologies** — time series, causal/regression, judgmental, and blended approach - **ABC-XYZ demand segmentation** — match inventory strategy to volume × variability - **Accuracy metrics** — MAPE, bias, tracking signal with industry targets - **Safety stock calculator** — service-level-based formula with lead time adjustment - **Scenario planning** — bear/base/bull with probability weighting - **Industry benchmarks** — typical MAPE and forecast horizons for 6 sectors - **Monthly planning cycle** — 4-week cadence from statistical generation to consensus - **Red flag checklist** — catch model drift, sandbagging, and copy-paste forecasts ## Who It's For Operations leaders, supply chain managers, FP&A teams, and anyone responsible for matching supply to demand. Works for SaaS pipeline forecasting through to physical goods inventory planning. ## ROI A 5-point MAPE improvement on $10M revenue typically saves $450K-$1.15M annually through reduced inventory, fewer stockouts, and better capacity utilization. ## Get the Full Picture This skill covers demand forecasting fundamentals. For complete, industry-specific agent configurations: 👉 **[AfrexAI Context Packs](https://afrexai-cto.github.io/context-packs/)** — $47/pack | Pick 3 for $97 | All 10 for $197 👉 **[AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/)** — Find your automation savings in 2 minutes
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.