Scope Creep¶
Core Idea¶
A bounded undertaking expands beyond its original perimeter through a sequence of small additions, each defensible against the current boundary but none accountable for the cumulative trajectory. The baseline against which "small" is measured drifts with every accepted increment, so the perimeter ratchets outward with no owner of the motion.
How would you explain it like I'm…
Just One More Tower
The Sliding Starting Line
Boundary Drift With No Author
Broad Use¶
- Software development: features added one at a time, each cheap against the current release, until the project ships late — feature creep.
- Military operations: a mission acquires policing, then nation-building, then counterinsurgency — mission creep.
- Regulation: a statute targeting one harm is reinterpreted to cover adjacent cases far beyond its drafters' intent.
- Personal commitments: a one-time favor grows into a standing obligation; a volunteer role absorbs new responsibilities.
- Science: a paper's question expands as reviewers ask for one more analysis, and a thesis swells past completability.
- Meetings: agendas accept one more topic until they outrun their time slot.
Clarity¶
Makes visible the trajectory the local view hides — the boundary as a moving reference frame with no single author — so "have we drifted?" becomes askable where "is this addition reasonable?" never permits.
Manages Complexity¶
Compresses a long sequence of micro-decisions into a single shape — a ratcheting boundary — that distant actors can audit as a first-class object even when they cannot evaluate each step's merits.
Abstract Reasoning¶
Licenses substrate-neutral moves keyed to the structural conditions: anchor to the original baseline, periodically re-charter, impose symmetric assent costs, and assign a boundary owner.
Knowledge Transfer¶
- Software to finance: the "displace-something" rule appears as work-in-progress limits and zero-base budgeting.
- Finance to law: the periodic re-charter is the zero-base audit and the legislative sunset clause.
- Any substrate: the diagnostic — judged against the original charter or a drifting baseline, and who owns the trajectory? — travels unchanged.
Example¶
A release chartered for features A, B, C accepts D (small against {A,B,C}), then E (against {A,B,C,D}); the baseline drifts with each yes, and the release ends at {A...K} late, with no single addition nameable as the wrong one.
Relationships to Other Abstractions¶
Current abstraction Scope Creep Prime
Parents (1) — more general patterns this builds on
-
Scope Creep is a kind of Ratchet Effect Prime
Scope Creep is a specialization of Ratchet Effect, retaining the parent's defining structure while adding the child's specific commitments.
Children (1) — more specific cases that build on this
-
Feature Creep Domain-specific is a kind of Scope Creep
Feature creep is scope creep specialized to product capabilities admitted one at a time while their system-wide interaction and maintenance costs compound.
Hierarchy paths (3) — routes to 3 parentless roots
- Scope Creep → Ratchet Effect → Path Dependence → Dependency
- Scope Creep → Ratchet Effect → Path Dependence → Collingridge Dilemma
- Scope Creep → Ratchet Effect → Path Dependence → Time
Not to Be Confused With¶
- Scope Creep is not Parkinson's Law because the former grows the requirement set, whereas Parkinson's Law holds requirements fixed while work expands to fill its allocation.
- Scope Creep is not the Ratchet Effect in general because the former specifies the particular lock (drifting baseline) and driver (asymmetric assent), whereas the generic ratchet needs only any lock.
- Scope Creep is not Deliberate Re-Scoping because the former has an absent trajectory owner, whereas re-scoping is an accountable party affirmatively owning a new perimeter.