Reasoning & math
AuraScore 83/100

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.

Template

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

  1. Translate {{target_service_level_percent}} into the standard normal distribution Z-factor.
  2. Compute combined variance combining both daily demand variance and supplier lead time variance.
  3. Apply the standard formula: Safety Stock = Z * sqrt((Lead Time * (Usage SD)^2) + (Average Usage^2 * (Lead Time SD)^2)).
  4. Calculate Base Demand during Lead Time by multiplying {{average_daily_usage}} by {{supplier_lead_time_days}}.
  5. Compute final Reorder Point (ROP) = Base Demand during Lead Time + Safety Stock.
  6. Run sensitivity tests for +/- 20% increases in {{lead_time_variance_days}}.
  7. Assess working capital holding cost impact versus expected stockout risk costs.
  8. 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

  1. Parameter Summary & Z-Factor Mapping (Table of input baseline metrics and corresponding Z-score)
  2. Safety Stock & Reorder Point Calculations (Complete mathematical derivation)
  3. Lead Time Sensitivity Matrix (Safety stock variation under lead time stress scenarios)
  4. 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.
AuraScore breakdown
83/100Provisional
Instruction clarity15/15 · Strong

Explicit role, a named task, and discrete steps the model can follow.

Context architecture12/12 · Strong

Background, inputs and variables the model needs before it starts.

Constraint engineering12/12 · Strong

Hard boundaries — what the model must and must not do.

Output specification6/14 · Thin

A named, field-level shape for the response.

Reasoning structure10/10 · Strong

Ordered work items that force analysis before an answer.

Model compatibility10/10 · Strong

Length and structure that travel across frontier models.

Token efficiency7/10 · Adequate

Signal density — instruction weight without padding.

Reusability7/7 · Strong

Documented variables so the scaffold adapts to new inputs.

Robustness3/5 · Adequate

Quality bar, assumptions and behaviour when inputs are thin.

Observed performance1/5 · Thin

How much real usage the template has behind it.

research-analysis
research-reasoning-math
manufacturing-industrial
safety stock
reorder point
inventory math