Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Afrexai Demand Forecasting

ASecurity

Demand Forecasting Framework

33 stars
0 votes
0 copies
1 views
Added 9/5/2026
businessgogit

Works with

cli

Security Analysis

A100/100

Scanned 9/5/2026

Install to Claude Code

$npx -y skills add dvcrn/openclaw-skills-marketplace --skill afrexai-demand-forecasting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Afrexai Demand Forecasting?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Afrexai Demand Forecasting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/dvcrn-afrexai-demand-forecasting/badge)](https://www.skillsdirectory.com/skills/dvcrn-afrexai-demand-forecasting)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: afrexai-demand-forecasting
description: "Demand Forecasting Framework"
---

# 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 | 20% | 70% |

## Forecast Accuracy Metrics

| 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 |

## Demand Planning Process

### Monthly Cycle
1. **Week 1**: Statistical forecast generation (auto-run models)
2. **Week 2**: Market intelligence overlay (sales input, competitor intel)
3. **Week 3**: Consensus meeting — align Sales, Marketing, Ops, Finance
4. **Week 4**: Finalize, communicate to supply chain, track vs prior forecast

### Demand Segmentation (ABC-XYZ)

| 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 Calculation

```
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
```

## Scenario Planning

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 |

## Red Flags in Your Forecast

- [ ] MAPE consistently >20% — model needs retraining
- [ ] Persistent positive bias — sales team sandbagging
- [ ] Persistent negative bias — over-optimism, check incentive structure
- [ ] Tracking signal outside ±4 — systematic error, investigate root cause
- [ ] Forecast never changes — "spreadsheet copy-paste" problem
- [ ] No external inputs — pure statistical = blind to market shifts

## Industry Benchmarks

| 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 |

## ROI of Better Forecasting

For a company doing $10M revenue:
- **5% MAPE improvement** → $200K-$500K inventory savings
- **Reduced stockouts** → 2-5% revenue recovery ($200K-$500K)
- **Lower expediting costs** → $50K-$150K savings
- **Better capacity utilization** → 3-8% OpEx reduction

**Total impact: $450K-$1.15M annually from a 5-point MAPE improvement.**

---

## Full Industry Context Packs

These frameworks scratch the surface. For complete, deployment-ready agent configurations tailored to your industry:

**[AfrexAI Context Packs](https://afrexai-cto.github.io/context-packs/)** — $47 each

- 🏗️ Construction | 🏥 Healthcare | ⚖️ Legal | 💰 Fintech
- 🛒 Ecommerce | 💻 SaaS | 🏠 Real Estate | 👥 Recruitment
- 🏭 Manufacturing | 📋 Professional Services

**[AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/)** — Find your automation ROI in 2 minutes

**[Agent Setup Wizard](https://afrexai-cto.github.io/agent-setup/)** — Configure your AI agent stack

### Bundles
- **Pick 3** — $97 (save 31%)
- **All 10** — $197 (save 58%)
- **Everything Bundle** — $247 (all packs + playbook + wizard)

Attribution

dvcrndvcrn
View sourceMore from dvcrn →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes
View all in business →