Skip to main content

// PROCESSES · CASEFILE 01

Product Experience.

Product Experience is the method a user-facing build goes through before it is called done: work out what the user actually does, choose one interface direction deliberately, write down the rules it gets built to, then judge the real running product instead of the mockup. Not every job needs the full route.

APPLIES WHEN

A new user-facing product, a redesign that changes how it works, or a launch-critical surface.

WHY IT EXISTS

Building is an expensive place to discover that the journey or the interface direction was wrong.

AUTHORITY

AI may assist throughout. The decisions that matter, including whether to release, are made at explicit human gates.

mounted record: product-experience

01 / OVERVIEW

What Product Experience decides, and in what order.

Four layers stack up, and each one narrows what the next is allowed to do. The first two are accepted — this is what we are building. The third is authorized — you may now build it. The fourth is not a decision at all: it is the running product, which is where the first three get tested.

THE LOAD-BEARING IDEA

The next stage should never have to guess what the previous stage meant.

Decisions about how a product works are cheap while they are still words and expensive once they are code. The order exists so the expensive part inherits settled answers instead of unresolved ones.

A finished-looking screen proves very little on its own. The question is which journey, which chosen direction, and which agreed rules it was built to satisfy.
ACCEPTED

The journey

What the user does, in what order, and what the product shows while it happens — including empty, loading, and failure states.

ACCEPTED

The chosen direction

One interface answer, selected over alternatives that differ in real ways, with the reasons the others were rejected.

AUTHORIZED

The build rules

Components, states, responsive behaviour, accessibility and content rules — specific enough to guide the build and review the result.

INSPECTED

The running product

The real thing, running with realistic content, judged against every decision stacked above it.