inventory-demand-planning

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

1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/ibytechaos/claude --skill inventory-demand-planning-ibytechaos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-demand-planning
Source: https://github.com/ibytechaos/claude/tree/main/plugins/everything-claude-code/skills/inventory-demand-planning
Command: npx skills add https://github.com/ibytechaos/claude --skill inventory-demand-planning-ibytechaos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Retail demand planners struggle to balance stockouts against excess inventory across hundreds of SKUs, multiple stores, and uncertain vendor lead times. This Skill codifies senior demand-planning expertise so you can produce defensible forecasts, safety stock levels, and purchase order recommendations without reinventing the methodology. ## Core Features & Use Cases - Forecasting Method Selection: Chooses between moving averages, exponential smoothing, Holt-Winters, Croston's method, and causal regression based on ABC/XYZ classification and demand patterns. - Safety Stock & Replenishment Planning: Calculates safety stock with demand and lead-time variability, applies service-level targets by segment, and generates reorder logic (Min/Max, ROP/EOQ, periodic review). - Promotional & Seasonal Management: Estimates promotional lift, cannibalization, post-promo dips, markdown timing, and seasonal buy allocation. - Use Case: A vendor extends lead time from 14 to 21 days. The Skill recalculates safety stock across affected SKUs, identifies stockout risks before new POs arrive, and recommends bridge orders or substitute sourcing. ## Quick Start Use the inventory-demand-planning skill to set safety stock levels for my top 50 SKUs given their weekly demand variability and a 95% service level target.

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?

Select the method based on 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 over 30% zero-demand periods. Use ABC/XYZ classification to match method rigor to item value.

How to calculate safety stock with variable lead times?

Use the 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 forecast accuracy metric should I use for low-volume items?

Use WMAPE (weighted mean absolute percentage error) instead of MAPE for low-volume items, since MAPE inflates errors when actuals are near zero. Reserve MAPE for items averaging 50+ units per week, and track bias to detect systematic over- or under-forecasting.

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 as a proxy. Add a 20–30% safety stock buffer for the first 8 weeks and taper as the item accumulates its own history.

When should I not use machine learning for demand forecasting?

ML methods like gradient boosting are only justified with large data (1,000+ SKUs and 2+ years of weekly history), multiple external regressors, and an ML engineering team for monitoring. Without quarterly retraining, model drift erodes the 10–20% accuracy advantage over simpler methods.