Jobs-to-be-Done (JTBD)
People do not buy products; they hire them to make progress in a specific circumstance. The jobânot the feature listâis the unit of value.
Definition
Section titled âDefinitionâJobs-to-be-Done (Christensen, Ulwick, Moesta, and others) is a lens that defines a product by the progress a user is trying to make: the situation they are in, the outcome they want, and the anxieties and habits that push and pull them along the way. The canonical shorthand: nobody wants a quarter-inch drill; they want a quarter-inch holeâand behind the hole, a shelf, and behind the shelf, a tidier room.
Why it matters
Section titled âWhy it mattersâEmotion lives in the job, not the feature. A user âhiringâ an expense app is not seeking optical character recognition; they are seeking relief from a nagging pile of receipts and the feeling of being on top of their finances. Copy, onboarding, and success states that speak to the job land emotionally; those that describe features ask the user to do the translation themselvesâat the exact moments (first run, paywall, empty state) when their patience is thinnest.
JTBD also explains switching. Progress is blocked by more than missing features: habit (âI know my current toolâ) and anxiety (âwhat if migration loses my data?â) hold people in place. Reducing those forcesâan Effort Moat honoured on the way in, a Sandbox Experience that de-risks trialâoften beats adding capability.
Deep dive
Section titled âDeep diveâThree components of a well-stated job:
flowchart LR Circ[When I â circumstance] --> Prog[I want to â progress] Prog --> Out[So I can â outcome / feeling]
- Circumstance: when I⌠(context activates the jobâsee Habit Formation for why context is also what cues routines).
- Progress: âŚI want to⌠(the change in the userâs situation, stated in their words, not yours).
- Outcome: âŚso I can⌠(the emotional and social payoff: feel prepared, look competent, stop worrying).
The âso I canâ clause is where feeling enters, and it is the layer most feature-centric copy omits. It is also where the Feeling North Star of a surface usually hides: the outcome clause of the job is the feeling to design for.
Interviewing for jobs is unlike interviewing for preferences: you reconstruct the timeline of a real switch and mine the pushes, pulls, anxieties, and habits at each step:
flowchart LR T1[First thought] --> T2[Passive looking] T2 --> T3[Active looking] T3 --> T4[Decision]
What people did is evidence; what they predict they would do is noise.
For engineers and agents
Section titled âFor engineers and agentsâ- Name analytics events after jobs, not implementation:
report_sharedtells you progress happened;button_clicked_export_v2tells you a DOM node fired. Job-named events survive redesigns and make funnels legible to everyone, including future agents. - Define âactivationâ as a job outcome, not a feature interaction. âCreated a projectâ is a setup step; âsent the first invoiceâ is progress. Instrumenting the wrong one makes every downstream metric confidently misleading.
- The job hierarchy is an API-design tool: users hire the hole, not the drill. When designing an endpoint, command, or screen, expose the progress (âpublish thisâ) and bury the mechanism (rendering, upload, CDN invalidation) unless the user must control it.
- Anxieties and habits are requirements: âwhat if migration corrupts my dataâ is addressed with dry-run modes, previews, and reversible importsâengineering features that exist purely to reduce a switching force (Sandbox Experience, Fail Safe).
- For agents writing copy or reviewing flows: rewrite feature statements as job statements and see what breaks. If a screenâs headline cannot be phrased as the userâs progress (âGet paid fasterâ, not âInvoice templates 2.0â), the screen probably doesnât know its job either.
Where it shows up
Section titled âWhere it shows upâ- Discovery (reciprocal): Ideal Customer and User Profiles, Need States and Awareness, How Customers Work Today, How Customers Talk, Search, and Buy
- TTPs: JTBD Copywriting, Intent Mirroring, Sandbox Experience, Effort Moat, Time to Value, The Paywall, Empty States, Discovery
- Strategies: Onboarding, Activation, Intent Shaping, Conversion Optimisation, Monetisation
- Concepts: Feeling North Star, Habit Formation, Investment and Continuity
Further reading
Section titled âFurther readingâ- Know Your Customersâ âJobs to Be Doneâ (Christensen et al., HBR) â The canonical statement of the theory.
- Jobs to Be Done (Jim Kalbach) â A practitionerâs toolkit for job mapping and interviews.
- Demand-Side Sales 101 (Bob Moesta) â The forces of progress (push, pull, anxiety, habit) applied end to end.