Bottleneck Capacity Shadowing¶
Identify which constraint most limits the objective and how much value is gained by relaxing it.
The Diagnostic Story¶
Symptom: Multiple constraints appear to be limiting performance, and different departments each argue that their own resource gap is the true problem. Investment follows complaints rather than analysis. After relief is applied to one area, delay and overload simply migrate to the next stage, and overall performance barely improves. Nobody can say which constraint, if relaxed, would produce the greatest legitimate gain.
Pivot: Map the objective, constraints, and current feasible solution. Identify which constraints are actually binding, then estimate the marginal value and cost of relaxing each candidate. Prioritize relief based on that marginal estimate rather than loudness or political salience.
Resolution: Capacity investments land where they produce higher value. Effort wasted on slack constraints declines. After relief is applied, constraint migration is monitored so the next binding constraint can be identified before it absorbs performance gains.
Reach for this when you hear…¶
[supply chain operations] “We hired more warehouse staff to fix the throughput problem, but the real limit was the loading dock scheduling — now we have people standing around and freight still delayed.”
[linear programming / operations research] “The model shows three binding constraints, but only one of them has a shadow price worth acting on — the others won't give us anything even if we double the capacity.”
[hospital capacity management] “We opened more beds, but the discharge bottleneck is still social work sign-off — adding beds upstream of a downstream constraint just moves the queue.”
Mechanisms / Implementations¶
- Before/After Constraint Monitoring
- Bottleneck Valuation Map
- Capacity Investment Analysis: Compares a slate of candidate capacity-relief investments — internal densification and footprint expansion alike — on the capacity they yield, their cost, feasibility, and risk, to decide which to fund.
- Constraint Sensitivity Report
- Marginal Capacity Value Review: A recurring review that names the currently binding constraint, prices the marginal value of relieving it, and re-ranks relief priorities as the bottleneck moves.
- Shadow Price Analysis
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Constraint: Limits possibilities to guide outcomes.
- Linear Programming (LP): Optimize linear objective with constraints.
- Marginal Analysis: Incremental effects.
Also references 13 related abstractions
- Coupling: Interdependence among subsystems.
- Feedback: Outputs influence inputs.
- Flow: Structured movement of energy, matter, or information.
- Observability: Infer internal state externally.
- Opportunity Cost: Value of best alternative.
- Optimization: Finds best solution under constraints.
- Queueing: Organizes tasks into a waiting line based on arrival and service rates.
- Resource Management: Allocation of finite assets.
- Robustness: Maintain functionality under stress.
- Sensitivity Analysis (in Operations Research): Analyze impact of parameter variation.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Marginal Constraint-Relief Prioritization · subtype · recognized
Prioritize constraint-relief actions by estimated marginal improvement in the target objective.
Flow Bottleneck Shadowing · domain variant · recognized
Estimate the marginal value of relieving constrained nodes, links, handoffs, or channels in a flow network.
Policy Constraint-Relief Shadowing · governance variant · candidate
Estimate which legal, budgetary, eligibility, staffing, or procedural constraint most limits a policy objective and what relief would be worth.