retail-replenishment

Calculate reorder points, min-max levels, and order quantities from demand and lead times.

56|16|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill retail-replenishment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retail-replenishment
Source: https://github.com/kishorkukreja/awesome-supply-chain/tree/main/skills/retail-replenishment
Command: npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill retail-replenishment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps optimize the continuous flow of products from distribution centers to retail stores, ensuring optimal stock levels to maximize sales while minimizing inventory costs and stockouts.

Core Features & Use Cases

  • Replenishment Parameter Optimization: Calculate Min-Max levels, reorder points, and order quantities.
  • Demand-Driven Replenishment: Utilize POS data for more responsive replenishment.
  • DC Inventory Allocation: Manage limited DC inventory distribution across stores.
  • Use Case: A retailer wants to ensure their popular SKUs are always in stock at their busiest stores without overstocking. This Skill can calculate the ideal reorder points and order quantities for each store and SKU, and even allocate limited DC inventory based on store priority.

Quick Start

Use the retail-replenishment skill to calculate the min-max levels for SKU001 at store S001.

Frequently Asked Questions about retail-replenishment

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

FAQPage Schema
How do I calculate optimal reorder points and min-max inventory levels for retail stores?

Retail replenishment optimization calculates optimal reorder points, min-max inventory levels, and order quantities using demand data, lead times, and service level targets to prevent stockouts.

How does demand-driven replenishment use POS data to optimize store stock levels?

Demand-driven replenishment utilizes POS data to create more responsive ordering, ensuring optimal stock levels by aligning reorder quantities with actual sales patterns and continuous flow requirements.

What is the best way to allocate constrained distribution center inventory across multiple retail stores?

DC inventory allocation manages limited distribution center inventory distribution across multiple stores based on store priority, ensuring popular SKUs remain in stock at the busiest locations without overstocking.

Can I use Python with numpy and pandas for retail replenishment optimization?

Yes, this retail replenishment optimization leverages Python libraries including numpy, pandas, and scipy to calculate reorder points, min-max levels, and allocate constrained DC inventory across stores.

When do I need demand forecasting and lead time data for retail replenishment?

Demand forecasting and lead time data are required when calculating optimal reorder points and service level targets for continuous replenishment, ensuring inventory parameters accurately reflect supply chain variables.

What are the limitations of using min-max levels for continuous retail replenishment?

Min-max levels for continuous retail replenishment require accurate demand forecasting and lead time inputs; outdated POS data or inaccurate service level targets can cause overstocking or stockouts across stores.