When deferred maintenance costs 3x more to fix later, do it now — debt has interest
When a deferred maintenance task's recovery cost exceeds its immediate execution cost by 3x or more, prioritize it above tasks with lower cost multiplication ratios.
Why This Is a Rule
Deferred maintenance accrues interest like financial debt. A 30-minute inbox cleanup deferred for a month becomes a 3-hour triage session. A 1-hour documentation update deferred for a quarter becomes a 5-hour archaeology project to reconstruct what you've forgotten. The immediate cost is small; the recovery cost multiplies with time.
The 3x threshold is the intervention trigger: when recovery cost exceeds 3× the immediate execution cost, the task has crossed from "reasonable deferral" into "expensive debt." At 3x, the interest rate is so high that almost any other task you could do in that time produces less value than retiring the debt.
Below 3x, deferral might be rational — the interest is low enough that the freed-up time produces more value elsewhere. At 3x+, deferral is always irrational: you're paying triple for the same work by waiting. The cost multiplication ratio sorts your deferred maintenance queue by urgency, ensuring you address the highest-interest debt first.
When This Fires
- During backlog review when deciding which deferred tasks to tackle
- When a maintenance task has been sitting untouched for weeks and context is decaying
- When you estimate that fixing something now would be dramatically easier than fixing it later
- Any prioritization decision where "do it now" competes with "do it later"
Common Failure Mode
Deferring all maintenance because urgent new work always takes priority. This produces an ever-growing maintenance debt with accelerating interest. Eventually, the accumulated recovery costs consume more capacity than the maintenance would have required if done incrementally. The system reaches a state where everything is urgent because everything was deferred.
The Protocol
During weekly review: (1) List all deferred maintenance tasks. (2) For each, estimate: immediate execution cost (if done now) and recovery cost (if deferred another week/month). (3) Calculate the cost multiplication ratio: recovery cost ÷ immediate cost. (4) Any task with ratio ≥ 3x → prioritize above lower-ratio work this week. (5) Tasks with ratio < 2x can continue deferring safely. Tasks at 2-3x are in the warning zone — monitor weekly for ratio increase.