inventory-demand-planning

Generates demand forecasts, safety stock levels, and replenishment plans for multi-location retail inventory.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Femad-6/my-skills --skill inventory-demand-planning-femad-6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-demand-planning
Source: https://github.com/Femad-6/my-skills/tree/main/.github/skills/inventory-demand-planning
Command: npx skills add https://github.com/Femad-6/my-skills --skill inventory-demand-planning-femad-6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Retail demand planners struggle to balance stockouts against excess inventory across hundreds of SKUs and dozens of locations. This Skill codifies senior demand-planning expertise so you can select the right forecasting method, size safety stock correctly, plan promotions, and manage seasonal transitions without reinventing the methodology each cycle. ## Core Features & Use Cases - Forecast Method Selection: Decision tables map demand patterns (stable, trending, seasonal, intermittent, promotional, new product) to methods like Holt-Winters, Croston's, and causal regression, with accuracy metrics (WMAPE, bias, tracking signal) to monitor drift. - Safety Stock & Replenishment Planning: Formulas for demand and lead-time variability, service-level targets by ABC/XYZ segment, and reorder logic (Min/Max, ROP/EOQ, periodic review) including vendor MOQ handling. - Promotional & Seasonal Management: Lift estimation, cannibalization offsets, post-promo dip modeling, markdown timing rules, and slow-mover kill criteria. - Use Case: A vendor extends lead times from 14 to 21 days. The Skill walks you through recalculating safety stock for all affected SKUs, identifying stockout risk before new POs arrive, and recommending bridge orders or alternate sourcing. ## Quick Start Ask the assistant to build a demand forecast and safety stock plan for your top SKUs using the inventory-demand-planning skill, providing your recent sales history and lead times.

Frequently Asked Questions about inventory-demand-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose a demand forecasting method for retail SKUs?

Match the method to the demand pattern: weighted moving averages for stable items, Holt's double exponential smoothing for trending items, Holt-Winters for seasonal items, and Croston's method for intermittent demand with many zero-demand periods. The Skill provides a decision table mapping each pattern to a primary method, fallback, and review trigger.

How to calculate safety stock with variable lead times?

Use the combined formula SS = Z × √(LT_avg × σ_d² + d_avg² × σ_LT²) to capture both demand and lead-time variability. Vendors with lead-time coefficient of variation above 0.3 can require safety stock 40–60% higher than demand-only formulas suggest.

What is ABC/XYZ classification in inventory planning?

ABC ranks SKUs by margin contribution (A = top 20% driving 80% of margin), while XYZ ranks demand predictability by coefficient of variation (X < 0.5, Z > 1.0). The combined matrix drives policy: AX items get automated replenishment, while AZ items need human review each cycle.

How do I forecast demand for a new product with no sales history?

Use analogous item profiling: select 3–5 similar items matched on price point, category, brand tier, and demographic, then borrow their demand variability and lifecycle curve. Commit a conservative initial buy around 60% of the analog-based forecast and add a 20–30% safety stock buffer for the first 8 weeks.

Why does my forecast fail after a promotion ends?

Promotions create a post-promo dip as customers consume stockpiled inventory, typically 30–50% of the incremental lift concentrated in the first 1–3 weeks. Strip promotional volume from baseline history and model the dip separately, defaulting to 40% of lift spread 60/30/10 across three weeks.

When should I discontinue a slow-moving SKU?

Flag a SKU when weeks of supply exceed 26, recent 13-week velocity is under 50% of its launch velocity, no promotions are planned, and no contractual commitment exists. Start with a 30% markdown for 4 weeks, escalate to 50% or liquidation, and set a hard exit date 8 weeks out.