Stage Gate Process¶
Core Idea¶
A stage-gate process partitions a long-horizon commitment into stages separated by go/no-go gates, each gate requiring evidence from the prior stage and licensing escalated commitment for the next. It expects most candidates to die at gates — the attrition funnel is a feature. Its force rests on two facts: gates carry explicit kill criteria, and gate-keepers are independent of the executors.
How would you explain it like I'm…
Checkpoint Gates
Go Or Stop Gates
Evidence Gated Funnel
Broad Use¶
- New product development (canonical): discovery, scoping, business case, development, testing, and launch separated by go/no-go gates.
- Pharmaceutical development: Phase 0 through IV, with evidence packages between phases and heavy attrition before approval.
- Military acquisition: milestone decision points gated by review boards with evidence packages.
- Venture capital: pre-seed through later rounds, each committing more capital and demanding more evidence.
- Software releases: alpha, beta, release candidate, and general availability, each with explicit exit criteria.
- Academic credentialing: coursework, qualifying exam, proposal and dissertation defences, each licensing escalated committee resources.
- Real estate development: feasibility, entitlement, design, construction, and lease-up, each escalating capital.
Clarity¶
It exposes three things non-staged commitment hides: advance commitment is sliced, not all-or-nothing; the option to kill is built in and "no-go" is a normal outcome; and evidence requirements are stage-specific. It makes attrition explicit and acceptable.
Manages Complexity¶
It compresses an open-ended commitment problem into a sequence of design choices — stage scope, exit criteria, gate evidence package, commitment escalation — and organizes role specialization between executors and adjudicators.
Abstract Reasoning¶
It supports information-commitment matching (commit proportional to evidence), kill-criterion design, option value (staging is a sequence of real options), and a catalogue of failure modes (bureaucratised gates, kill-avoidance, gate-explosion).
Knowledge Transfer¶
- Portfolio management: kill-criterion discipline ports as one question — "what would kill this candidate?" — to any staged investment.
- Organizational design: gate-keeper independence ports as a rule — those who decide to advance should not be those whose work is judged.
- Finance: real-option valuation ports into staged R&D budgeting, connecting valuation theory to organizational practice.
- Selection frames: attrition-as-design ports as the view that high attrition is the signature of a well-tuned funnel, not failure.
Example¶
An oncology drug advances through microdosing, single-arm safety, mid-stage efficacy, and large-scale efficacy gates — each producing evidence that licenses the next commitment, each with explicit go and kill criteria, with roughly one in ten Phase-I candidates reaching approval by design.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Stage Gate Process is a kind of, typical Sequencing — Stage-gate is a sequence of precedence-ordered, evidence-conditional stages with escalating commitment — a specialization of sequencing (deliberate ordering of steps under precedence). The gate-decision chain is the load-bearing structure; sequencing is the genus.
Children (1) — more specific cases that build on this
- Decision decompose Stage Gate Process — Each gate is a
decision(resolve advance/terminate/revert); the prime is the structured sequence of gate decisions. The file: a decision is the 'building block' of which stage-gate is a sequence.
Path to root: Stage Gate Process → Sequencing → Dependency
Not to Be Confused With¶
- Stage Gate Process is not Escalation of commitment because escalation is the pathology where sunk cost biases toward "go," whereas stage-gate is the designed defence against it — and a stage-gate exhibiting escalation has failed.
- Stage Gate Process is not Prioritization because prioritization ranks candidates by value at one time, whereas stage-gate sequences and kills them across time against absolute evidence thresholds.
- Stage Gate Process is not a Decision because a decision resolves alternatives at a point, whereas stage-gate is a sequence of evidence-conditional decisions with escalating commitment between them.