Module 4: Experiments & Progressive Investment

Decompose a solution’s riskiest assumption, design the cheapest test, and run an investment-gate assessment.

Time: 1 day Coding required: No. Prerequisite: Module 3 — an evidenced OST with a clear focus branch. You’ll work the top opportunity from that branch. You will produce: Your focus opportunity’s riskiest assumption decomposed, the cheapest test that could falsify it (with a kill condition written before the test), and an investment-gate verdict telling you what stage you’re at and what clears the next gate.


Why this module

By now you have an evidenced tree and a focus branch. The trap right here is the one the whole playbook is built to prevent: a confident PM says “the evidence is strong, let’s build it,” and six weeks of engineering later nobody uses the thing. Progressive Investment replaces the single, binary “are we ready to build?” with a staircase of cheaper questions — and this module teaches you to climb it one cheap step at a time, never betting build resources on an untested assumption.

The discipline has two halves: decompose (find the one assumption that, if wrong, sinks the idea) and test minimally (run the cheapest experiment that could prove you wrong). The kill condition — written before you look at any results — is what keeps you honest.


Learning objectives

By the end of this module you will be able to:

  • Place an opportunity on the five-stage ladder (Exploring → Validating → Testing → Building → Scaling) and name its investment ceiling.
  • Decompose a solution into assumptions and rank the riskiest one.
  • Choose the cheapest experiment type that answers the specific question being asked.
  • Write a kill condition and a success condition before running anything.
  • Use the investment-gate skill to get an honest Ready / Not Ready / Conditionally Ready verdict and the cheapest next action.

Concept reading

The five stages — and the ceiling on each

You never ask “should we build this?” all at once. You ask five smaller questions in order, each cheaper than the final build commitment. The investment ceiling matters as much as the evidence threshold: it caps what you’re allowed to spend before answering the stage’s question.

StageQuestion it answersInvestment ceiling
ExploringIs this a real customer problem?Discovery time only. No build.
ValidatingIs this problem widespread enough to act on?Discovery time + solution ideation
TestingDoes our proposed solution work?The cheapest experiment that answers the question
BuildingDoes the built thing move the metric?One focused team, time-boxed
ScalingShould we invest to grow this?Full investment

Skipping a stage means betting build resources on an assumption that hasn’t been tested. Moving too slow — accumulating “more evidence” forever — is the same mistake wearing the opposite mask.

Test minimalism — the four experiment types, cheapest first

“Run an experiment” usually gets misread as “build the feature and measure it.” That’s the most expensive option. Three cheaper ones come first. Always use the cheapest test that can answer the question.

TypeAnswersCost
Fake doorIs there demand? Will users try it?1–3 days, no engineering
ConciergeDoes the solution actually work, done manually for a few users?1–2 weeks, no engineering
Prototype testDoes the interaction design work? Can users complete the task?~1 week build + 1 week test
A/B testWhich version wins at scale?2–4 weeks eng + run time

Match the test to the riskiest assumption. If the assumption is about demand, a fake door answers it — never run an A/B test on a question a concierge could answer.

The kill condition is a hard gate

Before a test starts, write the specific result that would stop this solution. A team that hasn’t written its kill condition isn’t ready to test — it’s ready to rationalize results. “Users seemed to like it” is not a result. A number crossing a line you set in advance is.

Go deeper: investment-gate skill (the full gate criteria + output format), Progressive Investment Framework (the five stages and experiment types in depth), Assumption Decomposition, and Test Minimalism.


Hands-on exercise

🎯 Doing this on your own product? The exercise uses ShiftLoop’s focus branch so everyone practices on the same material. To run it on your real product, swap in your focus opportunity from Module 3 and its candidate solutions. The method — decompose, pick the cheapest test, write the kill condition, run the gate — is identical; only the inputs change. Where a step names ShiftLoop’s roster-import example, treat it as the worked answer for the sample and substitute your own.

Setup: Open your Module 2/3 OST and pick the focus opportunity. For ShiftLoop that’s roster-import friction (“getting my existing team in takes too long”), the highest-evidence branch, with candidate solutions like spreadsheet auto-import and org-level roster push.

Steps:

  1. Locate the stage. Using the five stages, where is this opportunity right now? (ShiftLoop roster-import has 5+ independent signals across methods → it’s cleared Exploring and Validating; it’s entering Testing — the question is now “does our proposed solution actually get them to a published schedule?”)

  2. Decompose the solution into assumptions. Pick one candidate solution and list what must be true for it to work. For “spreadsheet auto-import”: that managers have a spreadsheet, that import removes the thing that makes them quit, that they then publish rather than stalling somewhere else.

  3. Rank the riskiest assumption — the one that, if false, sinks the solution. (Here: removing import friction actually gets a manager to a published schedule — demand is already evidenced; the risk is that the blocker isn’t really import, or that they stall at the next step.)

  4. Pick the cheapest test that answers it. Don’t build. A concierge test fits: manually import the staff list for ~5 trial accounts and watch whether they publish. (A fake door answers demand — but demand is already proven here, so it’s the wrong test.)

    N-sizing for small cohorts: “~5 accounts” is calibrated for a Testing-stage concierge on a product with existing users. If you’re at Exploring or Validating, or recruiting is hard, 3 is enough to pattern-match — you’re not computing statistical significance, you’re checking whether the problem is real. Raise to 7–10 when gate-checking a build commitment. If you can’t recruit even 3 willing participants, treat that as a finding: a concierge test that can’t recruit is evidence the cohort doesn’t exist, isn’t motivated enough, or needs a different channel to reach. Surface it rather than adjusting your N down to 1.

  5. Write success and kill conditions — before running. e.g., Success: ≥3 of 5 concierge accounts publish a first schedule within 7 days. Kill: ≤1 of 5 publishes (the blocker isn’t import — go back to discovery). Set your time window to match your product’s natural cadence — a B2B daily-use tool might measure in days; a monthly subscription or seasonal product needs a window of weeks or months. If your product’s feedback cycle is long, a 30-day window checking an intermediate behavior (e.g., “used the thing once”) beats a 90-day window checking retention. State the window alongside the condition.

  6. Run the gate. Trigger the skill: “Run an investment-gate assessment on this opportunity.” Give it the stage, the opportunity + evidence, and your test design. Read the verdict (Ready / Not Ready / Conditionally Ready), the per-criterion table, and the single cheapest next action.

Deliverable: a one-page experiment brief — riskiest assumption, chosen test type + why, success + kill conditions — and the investment-gate verdict with its next action.


Success criteria

  • You named the opportunity’s current stage and its investment ceiling.
  • You ranked a single riskiest assumption, and it’s genuinely the load-bearing one (if it’s false, the solution fails).
  • You chose the cheapest experiment type that answers that assumption — and can say why a cheaper one wouldn’t and a pricier one is overkill.
  • You wrote a kill condition as a specific number/line, before any results.
  • The investment-gate verdict is honest — if a criterion is “Partially,” you did not round it up to “Yes.”

Common failure modes

SymptomWhat’s going wrongFix
“Evidence is strong, let’s just build it”Skipping Testing; betting build resources on an untested assumptionName the riskiest assumption and the cheapest test first. Strong opportunity evidence ≠ a tested solution.
The test is “build it and measure”Reached for the most expensive experimentWalk the four types cheapest-first. Ask what specific question you’re answering; usually a fake door or concierge answers it.
Riskiest assumption is actually a safe oneDecomposed but mis-rankedAsk: “which of these, if false, kills the solution?” Demand that’s already evidenced isn’t the risk.
No kill condition, or a vague oneSet up to rationalize resultsWrite a number/line in advance. “Like it” isn’t a result; “≤1 of 5 published” is.
Gate verdict rounds “Partially” up to “Ready”Pressure to move forwardThe gate’s job is honesty. A partial is a gap — name it and take the cheapest action to close it.
Stuck accumulating “more evidence”Moving too slow — the opposite failureThe ladder cuts both ways. If you’ve cleared the gate, the next action is to advance, not gather more.

Next

You’ve validated (or killed) a solution cheaply. When one survives, it’s ready to become real work — handed to the agent team while you hold the judgment.

Module 5: The Agent Team