---
title: Converting To Jobs Stories
teaser: A seemingly minor change in wording our user stories to use the jobs-to-be-done
  framework has had a major positive impact on how we build products.
tags: design,product design,jobs-to-be-done
author: Kyle Fiedler
published_on: 2015-01-16
---

We have used [user stories](https://en.wikipedia.org/wiki/User_story)
as part of our design and development process for many years.
You could find several mentions of them throughout our
[playbook](http://playbook.thoughtbot.com/).
We used user stories to give designers and developers
context to the problems that the user is having and give space for them to solve
that problem while building the product.

A typical user story resembles the following:

> As a \[persona/role\] I want to \[action\] so that \[outcome/benefit\].

During our last few Philly based projects, we have altered the format of the
user stories to instead utilize [jobs stories](https://medium.com/the-job-to-be-done/replacing-the-user-story-with-the-job-story-af7cdee10c27).
Jobs stories slightly revise the format to be less prescriptive of a user
action, and thereby give more meaningful information for the designer and
developer to build for the user’s expected outcome.

A typical jobs story resembles the following:

> When \[users work/life context\] I want to \[motivation\] so that
> \[outcome/benefit\].

Here are a few examples of the same feature story in user story and jobs
story format:

> User Story: As a developer, I want a badge on my profile that when I am a top
> poster, so people know I am a top poster.
>
> Jobs Story: When I am one of the top posters for a topic I want it to show on
> my profile so that people know that I am an expert in a subject.

---

> User Story: As a developer, I want to see the number of posts in a topic for
> another user, so I can see where their experience lies.
>
> Jobs Story: When I visit someones profile page I want to see how many posts
> that they have in each topic so that I have an understanding of where they
> have the most knowledge

---

> User Story: As a developer that has used the application multiple times, I
> should get an alert to contribute
>
> Jobs Story: When I have used the application multiple times I get nudged to
> contribute so that I am encouraged to contribute.

---

There is a very slight but meaningful difference between the two. By removing
"As a \_\_ " from the user story, we remove any sort of biases that the team
might have for that persona. Personas create assumptions about the users that
might not be validated.

In my experience, user stories have a tendency to be easily manipulated to
proposing a solution rather than explaining an expected outcome for that
particular user. In particular, I've found people leave off the "so that \_\_"
in a user story with the feeling that it is optional. This leaves off the
benefit that the user would get from adding new functionality.

In a jobs story we replace "As a \_\_ " with "When \_\_ ". This gives the team
more context for the user’s situation and allows us to share his or her
viewpoint.  Next, the "I want to \_\_" is transformed into situational
motivation in the job story, as opposed to a prescriptive solution for a persona
in the user story.

Because the differences in wording are negligible, it was an easy transition to
shift from writing user stories to jobs stories. During this process, I noticed
that the entire team had more empathy for the user. By placing the user’s
situation upfront, our team had a better understanding how it felt to be in the
user's shoes, as opposed to thinking about a particular persona.  This allowed
for more discussion of the expected outcome and how to best go about achieving
said outcome for the user.

When we first started using jobs stories, I was a skeptical that a small change
in language would make such a difference in the way we build applications.  Jobs
stories have far surpassed my expectations and will be the way I write feature
stories for all project moving forward.

Big thanks to [Alan Klement](https://medium.com/@alanklement), whose articles on
[Medium](https://medium.com/the-job-to-be-done/5-tips-for-writing-a-job-story-7c9092911fc9)
and [Intercom](http://blog.intercom.io/using-job-stories-design-features-ui-ux/)
helped educate and lead to the change.
