Repair-vs-Replace Decision¶
Decision procedure — instantiates Marginal Stop Rule
A decision procedure that stops additional repair increments when replacement, redesign, or retirement has higher marginal value.
A Repair-vs-Replace Decision stops pouring incremental repairs into an aging asset once the next repair no longer beats the best alternative disposition of the same money — replace, redesign, or retire. Its defining move is that stopping is not a stop/continue binary but a switch among a named set of alternatives: the question is never merely "repair again or not?" but "which of {repair, replace, redesign, retire} returns the most at the margin?" And because it deals in physical assets, it carries what the others don't — an explicit plan for the old asset and the freed capital, plus a cheap reversible stopgap to hold service while a replacement is procured. It is the mechanism built to escape the "just one more fix" spiral by always keeping a live menu of exits.
Example¶
A commercial bakery's fifteen-year-old deck oven fails again, and the technician quotes another repair. The reflex is to approve it — it's cheaper than a new oven this week, and the line is down. The Repair-vs-Replace Decision refuses the reflex and lays the alternatives side by side: repair (moderate cost, buys maybe another year of a wheezing oven with rising downtime), replace (large cost, but a modern oven bakes faster, uses less energy, and comes with a warranty), redesign (reroute production to the two other ovens and drop the low-margin product this one exists for), or retire the line entirely.
Compared at the margin — including the downtime, energy, and scrap the old oven keeps costing — the next repair loses to replacement: its cost-to-value ratio has crossed the line where fixing is throwing good money after bad. But a new oven has a six-week lead time, so the procedure authorizes one cheap, reversible stopgap repair to keep bread moving, orders the replacement, and dispositions the freed budget and the old oven: the maintenance reserve earmarked for endless fixes is redirected to the purchase, and the retired oven is sold for parts. The decision stops the repair increment by switching paths, not by halting production.
How it works¶
- Frame the increment. The unit is this repair — its cost and the marginal life it would actually buy — not the asset's whole history.
- Enumerate the alternative set. Lay out repair, replace, redesign, and retire as live options rather than defaulting to repair.
- Compare at the margin, including opportunity cost. Weigh the next repair against each alternative on total cost of ownership — downtime, energy, scrap, and the capital each path ties up.
- Keep a reversible stopgap. If replacement has lead time, authorize a cheap holding repair to preserve service without committing to the old path.
- Disposition asset and savings. Decide what happens to the retired asset and where the freed capital and maintenance budget go, so the "saved" money is actually captured.
Tuning parameters¶
- Alternative breadth — how many exits are genuinely on the table. Considering redesign and retirement, not just repair-or-replace, surfaces better options but takes more analysis.
- Repair-cost ratio — the threshold at which a repair's cost relative to replacement value tips the decision (the fleet manager's "50% rule" is one such heuristic). A strict ratio replaces sooner; a loose one nurses assets longer.
- Horizon — how far ahead remaining life and running costs are projected. A short horizon favors cheap repairs; a long one exposes the true cost of keeping an old asset alive.
- Stopgap tolerance — how much you'll spend on a reversible holding fix to bridge a replacement lead time, trading bridge cost against downtime risk.
When it helps, and when it misleads¶
Its strength is escaping the incremental-repair spiral, where each fix is individually cheaper than replacement yet the sequence costs far more than switching would have. Comparing paths on total cost of ownership — the full lifetime cost of owning and running the asset, not just the next invoice[1] — is what makes the aging oven's true price visible.
The characteristic failure is sunk-cost nursing: "we've put so much into this machine already" keeps a dying asset limping when the marginal repair plainly loses, especially when downtime and opportunity cost aren't counted. Its mirror is over-eager replacement that discards serviceable assets on a narrow up-front comparison. The guarding discipline is to evaluate on total cost of ownership across the alternative set — not the sticker price of the next repair alone — and to make the reversible stopgap a deliberate bridge rather than a permanent habit.
How it implements the components¶
opportunity_cost_review— the next repair is judged against the best alternative use of the same money, on total cost of ownership rather than invoice price.continuation_alternative_set— the decision's core: repair, replace, redesign, and retire are held as live options, refusing the false repair-or-nothing binary.saved_resource_disposition— the retired asset and the freed maintenance capital are explicitly redirected, so stopping repairs actually captures value.reversibility_plan— a cheap holding repair bridges replacement lead time, keeping the switch reversible until the new path is committed.
It authors no pre-committed stop conditions in a charter up front (decision_rationale) — that is Project Kill Criteria; nor does it fence off a protected floor that stopping must never breach (protected_obligation_check) — that is Treatment Escalation Limit.
Related¶
- Instantiates: Marginal Stop Rule — supplies the switch-among-alternatives stop for aging assets, plus the disposition of asset and freed capital.
- Sibling mechanisms: Project Kill Criteria · Budget Stop Rule · Ad Spend Cap · Training Volume Limit · Treatment Escalation Limit · Research Continuation Gate · Sunset Review with Reauthorization
Editorial Notes¶
Form Classification¶
Form family: Decision, Gate & Allocation
Rationale: Repair-vs-Replace Decision operates as a case-specific gate, selection, routing, prioritization, or resource disposition because it a decision procedure that stops additional repair increments when replacement, redesign, or retirement has higher marginal value.
Independent corroboration: The frozen evidence defines Repair-vs-Replace Decision as 'A decision procedure that stops additional repair increments when replacement, redesign, or retirement has higher marginal value', so its operative form is Decision, Gate & Allocation.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Engineering & Design
Origin pattern: Convergent development
Present-day reach: Multi-domain
Rationale: Repair-versus-replacement decisions are canonical in maintenance and lifecycle engineering.
Related originating lineages:
- Economics & Finance — Capital budgeting independently formalized marginal value and replacement timing.
- Organizational & Management Science — Asset and portfolio management materially generalized the decision beyond physical equipment.
Review resolution: Both blind reviewers agree that engineering_design is the primary historical origin. Explicit reconciliation of alternate origin disagreement, domain reach disagreement, encyclopedia synthesis disagreement adopts reviewer_a's evidence: Repair-versus-replacement decisions are canonical in maintenance and lifecycle engineering. The selected record uses alternates=economics_finance, organizational_management, origin_mode=convergent, and domain_reach=multi_domain; the other review proposed alternates=operations_research, organizational_management, systems_cybernetics, origin_mode=convergent, and domain_reach=universal. The selected combination better preserves the mechanism-specific formative lineages and calibrated scope; broader present-day use is not treated as proof of additional historical origin.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
References¶
[1] Ellram, L. M. "Total Cost of Ownership: An Analysis Approach for Purchasing". International Journal of Physical Distribution & Logistics Management 25(8), 4–23 (1995). Compares purchasing alternatives using costs across acquisition, ownership, use, maintenance, and disposal rather than purchase price alone. registry ↩