Make-to-Stock / Make-to-Order Split Policy¶
Policy — instantiates Push-Pull Decoupling Point Design
Declares, per segment, which items are built ahead to forecast and which wait for a confirmed order — and makes the split binding.
The Make-to-Stock / Make-to-Order Split Policy is the written rule of record that assigns every item, stage, or demand segment to one of two regimes: make-to-stock, built ahead against forecast and shipped from inventory, or make-to-order, begun only once a confirmed order exists. Crucially it also states the rule by which each item is classified and the trigger by which it is reclassified. Its defining idea is that it is the commitment artifact — the standing, published decision of what the organization is permitted to build before demand is known, differentiated segment by segment. It declares both sides of the boundary at once. It does not analyze demand and it does not perform any build; it is the authority everyone else's promises must conform to.
Example¶
An industrial-pump manufacturer sells a catalogue of standard pumps alongside fully engineered custom units, and its functions had each been assuming a different production model. The split policy settles it in writing. The top standard models, with steady demand, are make-to-stock: built to forecast, shelved, shipped the same week. Mid-volume standards are assemble-to-order from a bank of stocked modules, quoted at a few days. Fully engineered specials are make-to-order from raw material and quoted at eight to ten weeks. The policy does one more decisive thing: it fixes the reclassification rule — a standard model that has not sold in two quarters drops from make-to-stock to make-to-order, so yesterday's runner cannot quietly rot in the warehouse. Once published, sales can no longer promise a stock lead time on an item the policy marks make-to-order, because the document, not the salesperson, decides which is which.
How it works¶
- Start from the demand segments. Take the classified cells and treat each as a candidate for its own regime rather than deciding item by item.
- Assign a regime per segment. Make-to-stock, assemble-to-order, or make-to-order, chosen on forecastability, margin, and required service.
- Write the classification rule. The explicit criteria that put an item in each regime, so the assignment is reproducible and contestable on evidence.
- Fix the reclassification trigger. The condition (sales dropping below a threshold, variability rising) that moves an item between regimes, so the split stays current.
- Publish and bind it. The policy becomes the shared source of truth that customer promises and production plans must honour.
Tuning parameters¶
- Number of regimes — a binary make-to-stock/make-to-order split, or added assemble-to-order and engineer-to-order tiers. More tiers fit reality but complicate quoting and execution.
- Classification thresholds — how forecastable or high-volume an item must be to earn make-to-stock. Tighter thresholds shrink inventory risk but push more demand into longer lead times.
- Reclassification trigger and cadence — how readily and how often items move between regimes. Responsive triggers keep the split honest; jumpy ones churn planning.
- Override authority — who may deviate from the policy and how the exception is logged. Looser overrides add flexibility but invite the drift the policy exists to stop.
- Granularity — SKU, family, or customer as the unit of assignment. Finer granularity fits better but multiplies the rules to maintain.
When it helps, and when it misleads¶
The policy's strength is that it stops every function from silently assuming a different boundary; it operationalizes the runner–repeater–stranger idea[n1], routing steady runners to stock and erratic strangers to order, and it makes that routing binding rather than aspirational. It is what converts a segmentation analysis into commitments people actually keep.
Its weakness is that a policy set once and forgotten drifts as demand shifts: yesterday's runners clog the warehouse while today's rising items sit unstocked, and the classification thresholds are judgment calls that a determined stakeholder can lean on. Too many regimes, meanwhile, make the policy unfollowable at the counter. The classic misuse is exactly the set-and-forget: freezing the split and letting reality diverge until the warehouse is full of the wrong things. The guarding discipline is to bind the policy to an explicit reclassification trigger and a governance forum that revisits it, and to derive it from a current demand segmentation rather than from intuition or legacy habit.
How it implements the components¶
upstream_forecast_push_regime— the policy defines exactly which items may be built ahead to forecast: the make-to-stock set and the rule that admits an item to it.downstream_order_pull_regime— symmetrically, it defines which items must wait for a confirmed order: the make-to-order set and its entry rule.segmented_decoupling_policy— because the assignment is made per segment, the boundary is explicitly allowed to differ by item class rather than being one universal switch.
The policy decides the regimes but does not measure the demand variability those decisions rest on (demand_variability_profile — the Demand Segmentation ABC/XYZ Matrix's), nor does it physically build the make-to-order items (the assembly work of the Configuration Cell or Final Assembly Cell). Nearest twin is the segmentation matrix, since both operate on segments: the matrix classifies demand into cells; this policy commits each cell to stock-ahead or wait-for-order and makes that commitment binding.
Related¶
- Instantiates: Push-Pull Decoupling Point Design — the policy is the binding declaration of which side of the boundary each item lives on.
- Consumes: Demand Segmentation ABC/XYZ Matrix — its classified cells are the raw material the policy commits.
- Sibling mechanisms: Configuration Cell or Final Assembly Cell · Customer-Order Decoupling Point Map · Kanban or Reorder Replenishment Rule · Lead-Time / Inventory Trade-off Curve · Order-Penetration Point Audit · Postponement Strategy Matrix · Sales and Operations Boundary Review · Semi-Finished Goods Buffer
Editorial Notes¶
Form Classification¶
Form family: Rule, Policy & Commitment
Rationale: Make-to-Stock / Make-to-Order Split Policy operates as a standing rule, threshold, contractual commitment, or policy constraint governing future conduct because it declares, per segment, which items are built ahead to forecast and which wait for a confirmed order — and makes the split binding.
Independent corroboration: The frozen evidence defines Make-to-Stock / Make-to-Order Split Policy as 'Declares, per segment, which items are built ahead to forecast and which wait for a confirmed order — and makes the split binding', so its operative form is Rule, Policy & Commitment.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Logistics & Supply Chain Management
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Specialized
Rationale: The make-to-stock versus make-to-order distinction is a canonical production-planning and supply-chain policy.
Related originating lineages:
- Operations Research — Inventory, queueing, and forecast optimization materially shape where the push-pull decoupling point is set.
Review outcome: Independent reviewer agreement; high confidence.
Notes¶
[n1] Runners, repeaters, strangers — a production-planning classification of demand by regularity: runners recur predictably and suit stock-ahead flow, repeaters occur intermittently, and strangers are one-off or erratic and suit make-to-order. The split policy uses the same logic to route each class to a regime. ↩