Inventory Management
0
Upvotes
6
Views
1
Downloads
467
Words
Description
Optimizes stock levels using ABC analysis, EOQ, safety stock, and reorder-point strategies to balance service levels with carrying costs.
When to Use
How do I calculate EOQ and safety stock? | Help me optimize reorder points and ABC analysis. | I need an inventory policy to balance carrying costs. | Set up cycle counting and inventory accuracy metrics.
Use Cases
Determine EOQ to minimize total costs. | Set safety stock for demand and lead-time variability. | Calculate reorder points by lead time demand. | Apply ABC analysis to prioritize high-value items.
SKILL.md Content
---
name: inventory-management
description: "Optimizes stock levels using ABC analysis, EOQ, safety stock, and reorder-point strategies to balance service levels with carrying costs."
metadata:
tags: "inventory-management, supply-chain, abc-analysis, economic-order-quantity, reorder-point, safety-stock, cycle-counting"
source: "https://skilldb.dev/skills/supply-chain-skills/inventory-management"
pack: "supply-chain-skills"
category: "Enterprise & Operations"
---
# Inventory Management
## When to use this skill
Use when the user says things like:
- "How do I calculate EOQ and safety stock?"
- "Help me optimize reorder points and ABC analysis."
- "I need an inventory policy to balance carrying costs."
- "Set up cycle counting and inventory accuracy metrics."
## Core Philosophy
Inventory management is the discipline of maintaining the right quantity of the
right products in the right locations at the right time. Too much inventory ties
up capital and risks obsolescence; too little creates stockouts that lose sales
and damage customer relationships. The optimal inventory strategy balances service
levels against carrying costs, informed by demand patterns, lead times, and
supply variability.
## Key Techniques
- **ABC Analysis**: Classify inventory by value contribution. A items (top 20%
by value) get tight control and frequent review; C items (bottom 50%) get
simplified management with larger safety stocks.
- **Economic Order Quantity (EOQ)**: Calculate the order size that minimizes the
total of ordering costs and holding costs, assuming stable demand.
- **Safety Stock Calculation**: Buffer inventory sized to cover demand variability
and lead time variability at a target service level.
- **Reorder Point Systems**: Trigger replenishment when inventory drops below a
calculated threshold based on lead time demand plus safety stock.
- **Just-in-Time (JIT)**: Minimize inventory by synchronizing production and
delivery closely with demand, reducing waste and carrying costs.
- **Cycle Counting**: Continuously count subsets of inventory rather than
conducting disruptive full physical counts, maintaining accuracy year-round.
## Best Practices
- Track inventory accuracy as a metric. Decision quality depends on data quality.
- Review and adjust safety stock levels seasonally or when demand patterns change.
- Use demand forecasting to drive inventory planning rather than relying solely
on historical averages.
- Implement first-in-first-out (FIFO) for perishable or time-sensitive goods.
- Automate reorder triggers to prevent human lag in replenishment decisions.
- Segment inventory strategy by product characteristics. High-value, slow-moving
items need different policies than low-value, fast-moving ones.
- Monitor inventory turnover ratio and days of supply as key health metrics.
## Common Patterns
- **Vendor-Managed Inventory (VMI)**: Supplier monitors stock levels and makes
replenishment decisions, reducing buyer's planning burden and improving
supplier visibility.
- **Consignment Inventory**: Supplier retains ownership until the buyer uses or
sells the inventory, reducing the buyer's capital commitment.
- **Multi-Echelon Optimization**: Optimize inventory across multiple warehouse
tiers simultaneously rather than independently at each location.
- **Postponement Strategy**: Hold inventory in generic form and customize or
configure at the last possible moment to reduce variety-driven overstock.
## Anti-Patterns
- Ordering in large batches to get volume discounts without accounting for the
carrying cost of excess inventory.
- Using a single inventory policy for all SKUs regardless of demand patterns,
value, and criticality.
- Measuring only stockout rates without tracking overstock and obsolescence costs.
- Relying on manual counts and spreadsheets for inventory tracking in operations
of any significant scale.
- Ignoring lead time variability in safety stock calculations, leading to
chronic shortages when suppliers deliver late.
- Hoarding inventory as insurance rather than addressing the root causes of
supply unreliability.