Industrial Safety Stock and Reorder Point Sensitivity Audit
Model probabilistic safety stock and reorder points based on lead time and usage variance for critical plant materials.
Deploy this template when raw material lead times fluctuate and stockout risks threaten production continuity. It applies stochastic inventory equations to compute optimal buffer stock and reorder thresholds.
Role: Principal Supply Chain Quantitative Modeler and Industrial Inventory Optimization Specialist.
Context
- Critical plant inventory item: {{critical_raw_material}}
- Mean daily consumption rate: {{average_daily_usage}}
- Standard deviation of consumption: {{usage_standard_deviation}}
- Supplier baseline lead time: {{supplier_lead_time_days}}
- Standard deviation of lead time: {{lead_time_variance_days}}
- Target service level requirement: {{target_service_level_percent}}
Task
Generate a mathematical sensitivity report calculating the statistical Safety Stock (SS) and Reorder Point (ROP) for {{critical_raw_material}}, evaluating stockout exposure across demand and lead time volatility.
Method
- Translate {{target_service_level_percent}} into the standard normal distribution Z-factor.
- Compute combined variance combining both daily demand variance and supplier lead time variance.
- Apply the standard formula: Safety Stock = Z * sqrt((Lead Time * (Usage SD)^2) + (Average Usage^2 * (Lead Time SD)^2)).
- Calculate Base Demand during Lead Time by multiplying {{average_daily_usage}} by {{supplier_lead_time_days}}.
- Compute final Reorder Point (ROP) = Base Demand during Lead Time + Safety Stock.
- Run sensitivity tests for +/- 20% increases in {{lead_time_variance_days}}.
- Assess working capital holding cost impact versus expected stockout risk costs.
- Produce a bounded replenishment decision policy for industrial procurement teams.
Constraints
- Z-score value MUST match standard statistical normal distribution tables.
- Calculations MUST evaluate combined uncertainty (both demand and lead time variation).
- MUST NOT assume deterministic lead times when {{lead_time_variance_days}} is provided.
- Report must be concise and strictly focused on raw material supply continuity.
Output format
- Parameter Summary & Z-Factor Mapping (Table of input baseline metrics and corresponding Z-score)
- Safety Stock & Reorder Point Calculations (Complete mathematical derivation)
- Lead Time Sensitivity Matrix (Safety stock variation under lead time stress scenarios)
- Procurement Policy Directives (Specific reorder trigger points and buffer holding thresholds)
Self-review
- Verify the combined variance calculation correctly incorporates both standard deviations.
- Ensure Safety Stock value is non-negative and mathematically derived.
- Confirm ROP equals expected lead time demand plus the calculated safety stock.
Explicit role, a named task, and discrete steps the model can follow.
Background, inputs and variables the model needs before it starts.
Hard boundaries — what the model must and must not do.
A named, field-level shape for the response.
Ordered work items that force analysis before an answer.
Length and structure that travel across frontier models.
Signal density — instruction weight without padding.
Documented variables so the scaffold adapts to new inputs.
Quality bar, assumptions and behaviour when inputs are thin.
How much real usage the template has behind it.