Skip to the content.

Speedboat — Which Lane?

Home Docs Guides Ceremonies Templates Setup

Use this when you’re not sure where a piece of work belongs.

Preview, Build, and Run are the work lanes. Land is the outcome layer.

Land is not a lane you plan into. It is a meaningful outcome: something reached a real beneficiary, or new evidence changed what happens next.

This guide answers what kind of work this is. It does not decide whether the work should enter the system immediately. Non-urgent new work should go into the unshaped backlog until Route Planning shapes it.

It also does not change based on whether a human or an AI agent did the work. Agent-assisted work still belongs in Preview, Build, or Run based on intent and risk.


START
  │
  ├─ Is this an urgent incident, bug, escalation, or emergency?
  │   └─ YES → **Run (Reactive)**
  │
  ├─ Is this planned maintenance, tech debt, dependency upgrade, or infra improvement?
  │   └─ YES → **Run (Proactive)**
  │
  ├─ Are we exploring whether we should build this? (Feasibility, appetite, unknowns)
  │   └─ YES → **Preview (Discovery)**
  │
  ├─ Are we making something demoable for Sales, a customer conversation, or stakeholder buy-in?
  │   └─ YES → **Preview (Demo)**
  │
  ├─ Is this committed, production-grade work with clear scope?
  │   └─ YES → **Build**
  │
  ├─ Has something just reached a real beneficiary, or did new evidence change what happens next?
  │   └─ YES → Log a **Landing**
  │
  └─ Still not sure?
      └─ It's probably a **Preview**. Start small, learn, decide Friday.

Quick Rules of Thumb

If you’re thinking:

If you’re not sure, it’s probably a Preview.


Common Mistakes