algo-sc-bullwhip

Solid

"Analyze and mitigate the bullwhip effect where demand variability amplifies upstream in supply chains. Use this skill when the user needs to diagnose order variability amplification, quantify the bullwhip ratio, or implement dampening strategies — even if they say 'why are our orders so volatile', 'supply chain variability', or 'demand amplification problem'.".

AI & Automation 22 stars 8 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Bullwhip Effect Analysis ## Overview The bullwhip effect describes how small fluctuations in consumer demand amplify progressively at each upstream stage of the supply chain. A 5% retail demand increase can become a 40% order spike at the manufacturer. Caused by demand signal processing, order batching, price fluctuations, and rationing/shortage gaming. ## When to Use **Trigger conditions:** - Diagnosing why supplier orders are far more volatile than end-consumer demand - Quantifying demand amplification across supply chain tiers - Designing strategies to reduce order variability **When NOT to use:** - When demand is genuinely volatile (not amplified) — the issue is demand forecasting - For single-echelon inventory optimization (use EOQ or safety stock) ## Algorithm ``` IRON LAW: Demand Variability Amplifies at EACH Upstream Stage Bullwhip ratio = Var(orders) / Var(demand). A ratio > 1 at any stage confirms the bullwhip effect. The four root causes (Lee et al., 1997): 1. Demand signal processing (forecasting with moving averages) 2. Order batching (periodic review, MOQs) 3. Price fluctuations (forward buying during promotions) 4. Rationing and shortage gaming (inflating orders during scarcity) ``` ### Phase 1: Input Validation Collect: end-consumer demand time series AND order time series at each supply chain stage (retailer → distributor → manufacturer → supplier). **Gate:** At least 2 tiers of order data, minimum 26 periods. ### Phase 2: Core Algorithm 1. Compute...

Details

Author
charlieviettq
Repository
charlieviettq/awesome-agent-skill
Created
2 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

apparel-demand

Analyzes apparel demand prediction systems for trend forecasting, size curve optimization, color and style analytics, sell-through rate tracking, and markdown optimization following CPFR collaborative planning and GTIN product identification standards. USE THIS SKILL WHEN: - You are reviewing a fashion or apparel demand planning system - Someone asks about size curve optimization or sell-through analysis - You need to evaluate trend forecasting accuracy or methodology - A project involves markdown optimization or clearance strategy - You are auditing assortment planning, OTB (open-to-buy), or inventory management - Someone mentions WGSN, Trendalytics, or fashion trend integration - You need to analyze color/style performance or product lifecycle management - A codebase connects to POS, e-commerce, or wholesale order systems for demand signals - Markdown rates are too high or sell-through is below target TRIGGER PHRASES: "apparel demand", "size curve", "sell-through", "markdown optimization", "fashion forecast

8 Updated 1 weeks ago
tinh2
AI & Automation Listed

abc-xyz-segmentation

Segment a SKU portfolio on value (ABC) and demand variability (XYZ), produce the 9-box with a planning policy per cell, and reallocate planner attention accordingly. Use when the user mentions ABC analysis, inventory segmentation, SKU rationalization, stok segmentasyonu, envanter sınıflandırma, or asks which items deserve forecasting effort. Differentiator - ABC alone is treated as half an answer; policy lives in the value x variability combination.

0 Updated 6 days ago
gulmezeren2-byte
AI & Automation Featured

bottleneck-hunter

AI Berkshire skill: 供应链瓶颈猎手:AI驱动的全球产业链瓶颈套利. Source: skills/bottleneck-hunter.md.

14,361 Updated today
xbtlin