A column-based board for managing product hypotheses through their full lifecycle, from articulation and experiment design through to the learning that either validates or retires the belief.
What do we currently believe, what are we testing, and what have we learned?
We believe [action] will result in [outcome]
The test designed to validate or invalidate
What number tells us if the hypothesis holds?
What we learned from the experiment
A hypothesisHypothesisValidationA testable belief about a solutionView reference → board is a shared workspace for tracking product bets from the moment they are articulated through to the moment they are either confirmed or retired. It makes the team's current assumptionsAssumptionStrategyA belief taken as true that underpins a strategyView reference → visible, connects each one to a running experimentExperimentValidationA test designed to validate a hypothesisView reference →, and surfaces what has been learned so that those findings can shape the next round of decisionsDecisionStrategyA recorded decision with context, rationale, and consequencesView reference →.
There is no single inventor of the hypothesis board as an artefact. Its lineage runs through two overlapping traditions.
The first is the Lean Startup movement, popularised by Eric Ries in his 2011 book The Lean Startup. Ries argued that a startup's jobJobUserJob To Be Done: what the user is trying to accomplishView reference → is to test assumptions as quickly and cheaply as possible, and that every product decision rests on hypotheses that can be validated or invalidated. The vocabulary of hypothesis, experiment, and learningLearningValidationAn insight gained from an experimentView reference → entered mainstream product practice through this framing.
The second is the continuous discovery practice described by Teresa Torres, particularly in her 2021 book Continuous Discovery Habits. Torres introduced the opportunityOpportunityDiscoveryA validated gap worth solvingView reference → solutionSolutionDiscoveryA proposed approach to address an opportunityView reference → tree as a way to keep product trios aligned on what they are testing and why, and her work brought rigour to the process of connecting assumptions to specific experiments and outcomesOutcomeStrategyA desired business or user outcomeView reference →.
The hypothesis board as a concrete column-based tool, structurally similar to a Kanban board but organised around the lifecycle of a belief, with a column for each stage of that lifecycle, grew out of teams applying these ideas in practice. The columns vary across teams. The most common arrangement tracks a hypothesis from draft through to designed, running, and analysed, matching the natural rhythm of a product discovery cycle.
A hypothesis board is typically a table or board with four columns.
A worked example. A team building an onboarding flow has three hypotheses on the board. In Draft: "We believe new users abandon setup because they don't understand why we needNeedUserA user need, pain, desire, or constraintView reference → their payment details upfront. We will know we're right if 40% of exit-survey respondents cite this reason." In Designed: "We believe showing a timeline of what happens after setup increases completion. We will test this by adding a four-step progress indicator to the setup flow for 50% of new users over two weeks. Success is a 10% increase in completion rate." In Running: an email-versus-in-app prompt experiment. In Analysed: a learning from last sprint that confirmed users complete setup faster when onboarding is split across two sessions.
A hypothesis board is most useful when a team is in active discovery, testing new featuresFeatureProduct SpecificationA product capability or featureView reference → or flows before committing to full development, or when a product is in a growth phase where conversion, activation, and retention assumptions are being stress-tested systematically.
It is also useful as a cultural artefact. A visible board signals that the team treats beliefs as testable, not settled, and makes it harder for loudly held opinions to drive decisions unchallenged.
The board works less well as the only source of planning truth. It captures experiments, not all the work a team does, and engineering tasksTaskProduct SpecificationA unit of work within a story or epicView reference →, bugBugProduct SpecificationA defect or unexpected behaviourView reference → fixes, and operational work belong elsewhere. A team that forces every task into hypothesis form ends up with awkward drafts and a board that is hard to read.
The other failure mode is a board that fills up and never moves. Hypotheses that sit in Draft for months were never scoped tightly enough. A hypothesis without a named owner and a planned experiment date is a wish, not a bet.
The hypothesis board is a table framework in the validation category. Each column in the board corresponds to a status state on a specific entity type in the Unified Product Graph, allowing the board's contents to connect outward to the rest of the product graph.
hypothesisHypothesisValidationA testable belief about a solutionView reference → entities. A hypothesis in the Unified Product Graph carries the belief statement, the falsification condition, and the status that reflects which column it currently occupies.experiment_runExperiment RunValidationAn execution instance of an experiment that records actual conditions, observations, and raw results.View reference → entities, each linked to the hypothesis it is testing. An experiment_run captures the method, duration, sample, and outcome.metricMetricStrategyA unified metric that measures progress, health, or behaviour across the productView reference → entities. A metric can be shared across multiple experiment_runs, so the same conversion rate used to judge one test can be reused as the success condition for another.learningLearningValidationAn insight gained from an experimentView reference → entities, the documented findings that flow from a completed experiment_run. A learning can connect forward to the decisions it influenced, making the reasoning chain visible after the fact.Modelling a hypothesis board this way means learnings from completed experiments become reusable knowledge in the graph, not text buried in a sprint retrospectiveRetrospectiveTeam & OrganisationA team retrospectiveView reference → document.