Overcommitment Prevention¶
Prevent commitments from exceeding real capacity by comparing promised obligations against available resources and opportunity costs.
The Diagnostic Story¶
Symptom: New commitments keep being accepted while existing ones slip. Teams say yes publicly and quietly renegotiate scope or quality once delivery is due. Backlogs grow into implicit promises that no one counted as load when they were created; fulfillment teams discover obligations after they have already been communicated to stakeholders. Quality, recovery, and maintenance work are the first casualties because they have no loud deadline to protect them.
Pivot: The structural move is to track obligations against capacity before accepting new ones. Commitment review becomes an admission process: compare the proposed obligation against available load, make opportunity costs and displaced promises visible, and require an explicit exception path for anything that would push total load beyond safe limits.
Resolution: Delivery reliability improves because commitments are treated as scarce claims on capacity rather than free additions. Stakeholders receive honest refusals, deferrals, or renegotiations earlier and with rationale rather than impossible promises followed by disappointment. Protected maintenance and recovery capacity is no longer silently consumed by incremental obligations.
Reach for this when you hear…¶
[software product team] “We said yes to six initiatives this quarter and three of them belong to the same two senior engineers — something has to come off before we agree to anything else.”
[nonprofit program management] “We applied for every grant that fit our mission, but we never asked whether we actually have staff capacity to run five new programs simultaneously.”
[hospital scheduling] “The OR schedule is full but the instrument sterilization team is already running double shifts — adding one more elective case a day is not a free decision.”
Mechanisms / Implementations¶
- Backlog Commitment Review: Sorts a backlog into accepted commitments, live requests, candidates, deferred, and cancelled — so a queue of ideas is never mistaken for a stack of promises.
- Budget Encumbrance Control: Reserves budget the moment a spending commitment is made and blocks any promise that would draw the fund below its available balance.
- Calendar Capacity Audit: Totals the real time that meetings, deadlines, prep, travel, and recovery already claim against the hours actually available — before another commitment is added to the calendar.
- Capacity Dashboard: Puts current load, utilization, queue length, and deadline risk on one visible surface, so overcommitment is seen before it is felt.
- Commitment Budget: Caps the total promises an actor may hold at once, so a new yes must fit the budget or displace an existing commitment.
- Commitment Burndown Review: Periodically reconciles what was promised against what has been completed, cancelled, deferred, and newly accepted — so the true commitment load is tracked, not assumed.
- Intake Capacity Checklist: Forces every proposed commitment to have its scope, cost, displacement, and owner pinned down before anyone can say yes.
- Portfolio Intake Gate: Routes every proposed initiative through a capacity-bound gate that can defer, reject, or require a trade before it becomes a commitment.
- Renegotiation Notice Protocol: Defines how and when affected parties are told — early and in a standard form — that a commitment must be reduced, delayed, or cancelled.
- Sales Capacity Alignment Review: Checks what sales wants to promise a customer against what delivery, implementation, and engineering can actually supply, before the promise is made.
- Work-in-Progress Cap: Caps how many commitments may be active at once, forcing one to finish before the next can start.
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 (4)
- Constraint: Limits possibilities to guide outcomes.
- Opportunity Cost: Value of best alternative.
- Queueing: Organizes tasks into a waiting line based on arrival and service rates.
- Resource Management: Allocation of finite assets.
Also references 6 related abstractions
- Accountability: Responsibility for actions.
- Boundedness: Values remain within limits.
- Escalation of Commitment: Persist beyond justification.
- Feedback: Outputs influence inputs.
- Margin of Safety: Buffer capacity.
- Trade-offs: Balancing competing priorities.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Project Intake Commitment Control · governance variant · recognized
Controls which projects or initiatives may become accepted commitments by checking portfolio capacity, dependencies, priority, and opportunity cost.
Calendar Commitment Budgeting · scale variant · recognized
Treats personal or team time as finite commitment capacity, so meetings, deadlines, preparation, travel, recovery, and focus work must fit before new obligations are accepted.
Sales Promise Capacity Alignment · governance variant · recognized
Prevents customer, revenue, contract, or launch promises from exceeding delivery, implementation, inventory, support, or engineering capacity.
Budget Obligation Cap · implementation variant · recognized
Prevents financial obligations, authorizations, or encumbrances from exceeding real budget, liquidity, or fiscal capacity.
Policy Commitment Screening · governance variant · candidate
Screens public, organizational, or strategic promises against implementation capacity, funding, authority, legitimacy, and opportunity cost before they become binding commitments.