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.”
When This Archetype Applies¶
No catalog groundingNone of the structural conditions is currently represented by an accepted prime or domain-specific abstraction.
Diagnostic problem
The system takes on commitments faster than resources, attention, or time can support.
What this problem means
The structural problem is a mismatch between the commitment ledger and real capacity. Promises can be created quickly: someone accepts a deadline, adds a roadmap item, books a meeting, signs a contract, approves a budget line, or announces a policy. Capacity changes more slowly and is usually already partially consumed by maintenance, recovery, coordination, existing obligations, and uncertainty.
Overcommitment becomes chronic when the system has no reliable distinction between a request, a wish, a queue item, an option, and an accepted obligation. Backlogs become implicit promises. Calendars become ungoverned commitment ledgers. Budgets become encumbered before tradeoffs are visible. People keep saying yes because refusal is socially or politically expensive, while the cost of acceptance is deferred until failure.
The deeper tension is that saying yes preserves short-term goodwill, ambition, revenue, and optionality, but every yes consumes scarce future capacity. When the system hides that consumption, it creates promises that cannot coexist.
Show the applicability expression
Applicability expression6 distinct conditions
groundedpartly groundedopen
6 conditions, all required.
6Required in every casenumbered 1–6
These hold no matter which pattern applies.
Obligations outpace capacity · open
New obligations are accepted faster than capacity is created or freed.
The source archetype describes the situation as follows: New obligations, projects, meetings, contracts, policies, or promises are accepted faster than capacity can be created or freed. The normalized requirement above isolates the load-bearing portion used in this condition set.
Uncounted soft promises · open
Soft promises remain uncounted until they become urgent.
The source archetype describes the situation as follows: The organization or person has many soft promises that are not counted as real load until they become urgent. The normalized requirement above isolates the load-bearing portion used in this condition set.
Cross-actor capacity promises · open
One actor can promise work that another actor's finite capacity must fulfill.
The source archetype describes the situation as follows: Demand intake is separated from fulfillment capacity, so one actor can promise what another actor must deliver. The normalized requirement above isolates the load-bearing portion used in this condition set.
Commitments exceed capacity · open
Accepted obligations exceed the system's credible completion capacity.
The source archetype describes the situation as follows: Backlogs, calendars, budgets, or roadmaps contain more accepted obligations than the system can complete credibly. The normalized requirement above isolates the load-bearing portion used in this condition set.
Unpruned old commitments · open
Old commitments are rarely canceled or rescoped when new ones are added.
The source archetype describes the situation as follows: Existing commitments are rarely canceled or rescoped when new commitments are added. The normalized requirement above isolates the load-bearing portion used in this condition set.
Overload blamed on execution · open
Commitment-system overload is misattributed to execution failure.
The source archetype describes the situation as follows: Overload is explained as execution failure even though the commitment system made success impossible. The normalized requirement above isolates the load-bearing portion used in this condition set.
Coverage
0 of 6 conditions grounded · 6 open.
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.
Editorial Notes¶
Problem Classification¶
Classification: Congestion, Backlog & Flow Breakdown → Uncontrolled Admission, Work in Progress & Backlog
Problem kernel: commitments are admitted faster than available capacity can complete them
Rationale: The system accepts or activates obligations faster than resources, attention, and time can complete them, creating too many partial commitments and an unsafe backlog. Diluted focus describes the resulting spread across too many fronts, but the earliest controllable structural failure is admission of work without comparing promised load against actual completion capacity.
Boundary considered: Capacity Scarcity & Resource Contention → Diluted Focus & Unsupported Reach
Why this classification prevailed: Uncontrolled admission governs accepting work faster than it can finish; diluted focus governs scarce resources already spread across too many fronts to sustain local adequacy.
Review outcome: Adjudicated after independent review; high confidence.