Agile Product Ownership in a nutshell

This is basically a 1 day product ownership course compressed into a 15 minute animated presentation.

Over a million views! Some call it “The best 15 minutes on the Internet” 🙂

There’s obviously more to product ownership than this, so see this is a high level summary.

Special thanks to Alistair Cockburn, Tom & Mary Poppendieck, Jeff Patton, Ron Jeffries, Jeff Sutherland, and Michael Dubakov for providing many of the models, metaphors, and ideas that I use in this presentation.

Translations: (see also the translation guide by Cédric Chevalerias)

Below is a full transcript in english. But I recommend watching the video instead of reading the transcript. The video is 100% visual, the transcript is 0% visual…

———

Let’s talk about Agile software development from the perspective of the Product Owner.

Here’s Pat. She’s a product owner. She has a product vision that’s she’s really passionate about. She doesn’t know the details of what her product is going to do, but she knows why we’re building the product, what problem it is going to solve, and for whom. She talks about it all the time.

Here are the stakeholders. The people who are going to use, support, or in any way be affected by the system being developed. Pat’s vision is that these people will love our system and use it all the time.

The stakeholder needs are expressed as user stories. For example in a flight booking system, people need to be able to search for a flight. That would be one user story. Stories often correspond roughly to a feature, or a use case. The stakeholders have lots of ideas, Pat helps them divide these into fairly distinct user stories.

Now, somebody has to BUILD the system. Here they are, the development team.

Since this is an agile team, they don’t save up for a big bang release at the end. Instead, they release early and often. They usually release 4-6 stories per week, so that is their capacity. It is easy to measure, just count the number of stories released per week. Some stories are big, so they count as two, some are small and count as a half. But all in all, it adds up to about 4-6 stories per week.

In order to maintain this pace, and not get bogged down by manual regression testing, the team invests heavily in automated testing and continuous integration. Every feature has automated acceptance tests, and most of the code has automated unit tests.

The problem is, here are bunch of stakeholders asking for all kinds of stuff, and they sure aren’t going to be limited to 4-6 ideas per week. They have LOTS of ideas and LOTS of wishes. And every time we deliver something to them, they will get even more ideas and ask for even more stuff.

So what happens if we try to do everything they ask for? We’ll get overflow. Suppose the team starts working on 10 new stories per week. If the input is 10, and the output is 4-6, the team will get overloaded with work. That will cause multitasking, demotivation, and ultimately lower output and lower quality. It’s a lose-lose proposition.

It’s like trying to shove more paper into a printer to make it print faster. Or shoving more cars onto a crammed highway system. It doesn’t work, it just makes things work. It’s a basic law of the universe – if Input is greater than the Output, you unavoidably get overcrowding or leaks.

The Scrum and XP way of avoiding this problem is called “yesterday’s weather”. The team says “well, the past few weeks we’ve finished 4-6 features per week. So which 4-6 features shall we build this week?.”. The product owner’s job is to figure out, out of all the possible stories in the whole universe, which 4-6 shall we deliver next?

The Kanban way is to limit work-in-progress. Suppose the team decides that 5 is the optimal number of stories to be working on simultaneously, just enough to keep everyone busy without causing overload. So they decide that 5 is their WIP limit. Whenever they finish one story, they will accept one new story, thereby making sure they never break the limit of 5 ongoing stories.

Both of these approaches work fine. And they will cause a queue to form in front of the team, which in Scrum is called a Product Backlog.

This queue needs to be managed. If stakeholders keep asking for 10 new stories every week, and the teams deliver 4-6, the queue will keep getting longer and longer. Before you know it, you have a 6 month long wish list in the backlog. That means that, on average, every story that the team delivers is something that somebody asked for 6 months ago. How agile is that?

There is only one way to stop the queue from going out of the control. That is the word No. It is the most important word for a product owner, and Pat practices it every day in from of the mirror. Saying yes to a new feature request is easy. The most important job for a product owner is to decide what NOT to build, and take the consequences of that decision.

The product owner decides what goes in, and what goes out. The product owner also decides the sequencing – what do we build now, what do we build later? This is a hard job, and needs to be done in collaboration with the team and stakeholders.

——–

To be able prioritize, the product owner must have some idea of the value of each story, as well as the size. Some stories are critically important, others are really just bonus features. Some stories take just a few hours to build, others take months.

Guess what the correlation is between story value and story size? That’s right – None! Bigger doesn’t mean better. Think of any system that you have used, and I bet you can think of at least one really simple feature that is very important, that you use every day. And I bet you can think of least one huge complicated feature that is totally unimportant – like that silly paperclip guy that was in Microsoft office a few years ago.

Value and size is what helps Pat prioritize intelligently.

These two stories are roughly the same size, but have different value. So build this one first. And over here- these two stories have roughly the same value, but different size. So build this one first. And so on.

But wait a sec – how does she know the value of a story? How does she know the size? Well, here’s the bad news – she doesn’t. It’s a guessing game.

And it’s game that everyone is involved in! Pat continuously talks to stakeholders to find out what they value. She continuously talks to the team to find out what they think is big or small, in terms of implementation effort. These are relative guesses, not absolute numbers. I don’t know what this apple weighs, or that strawberry. But I’m pretty sure that the apple weighs at least five times as much, and that the strawberry tastes better (to me). And that’s all Pat need to know in order to prioritize the backlog! It’s pretty cool that way.

At the beginning of a new project our guesses will inevitably suck. But that’s OK, the biggest value is really in the conversations rather than in the actually numbers. And every time the team delivers something to real users, we learn something and get better at guessing both value and size. That’s why we continuously prioritize and estimate. Trying to get it all right from the beginning is pretty dumb, because that’s when we know the least. The feedback loop is our friend.

——–

Prioritization is not enough though. In order to deliver early and often, we need to break the stories down into bite-sized pieces, preferably just a few days of work per story. We want this nice funnel shape, with small, clear stories at the front and more vague stories at the back. By doing this break-down in a just-in-time fashion, we can take advantage of our latest insights about the product and the user needs.

All this stuff I’ve been talking about – estimating the value and size of stories, prioritizing, splitting – all that is usually called “backlog grooming”. Pat runs a backlog grooming workshop every wednesday from 11:00 – 12:00. The whole team is usually there, and sometimes a few stakeholders as well. The agenda varies, sometimes the focus is on estimation, sometimes on splitting stories, and sometimes on writing acceptance criteria for a story.

I hope you’re noticing the theme here. Communication! Product Ownership is really all about communication. When I ask experienced product owners what it takes to succeed, they usually emphasize passion and communication. It is no coincidence that the first principle of the agile manifesto is “Individuals and Interactions over Processes and Tools”.

So the PO’s job is not to spoon-feed the team with stories. That’s boring and ineffective. Pat, instead, makes sure everybody understands the vision, that the team is in direct contact with stakeholders, and that there is a short feedback loop in terms of frequent deliveries to real users. That way the team learns and can make daily tradeoff decisions on their own, so Pat can focus on the big picture.
——–

There are number of tradeoffs that need to be made by Pat and the team. Let’s look at a few.

First of all, there’s the tradeoff between different types of value. Early on in a project, uncertainty and risk is our enemy.

There’s business risk: are we building the right thing? There’s social risk: can these people build it? There’s technical risk – will it work on the platform that we want to run it on? Will it scale? And there’s cost and schedule risk. Can we finish the product in a reasonable amount of time, for a reasonable amount of money?

Knowledge is the opposite of risk. So when uncertainty is high, our focus is knowledge acquisition- we focus on things like user interface prototypes and technical spikes, or experiments. Not too exciting for the customers, but still valuable because we are reducing risk.

From a customer value perspective, the curve looks like this in the beginning.

As uncertainty is reduced, we gradually focus more and more on customer value. We know what we’re going to build and how, so just do it! And by doing the highest-value stories first, we get this nice steep value curve.

And then, gradually, the value curve starts flattening out. We’ve built the most important stuff, now we’re just adding the “bonus features”, the toppings on the ice cream. This is a nice place to be, because, at any point, Pat and the team may decide to “trim the tail” and move on to another, more important project, or start on a whole new feature area within the same product. That is business agility.

So when I talk about Value here, I mean Knowledge value + Customer value. And we need to find a tradeoff between these two.
——–

Another tradeoff is short term vs long term thinking. What should we build next? Should we do that urgent bug fix, or build that awesome new feature that will blow the users away, or do that difficult platform upgrade that will enable faster development in the future? We need to continuously balance between reactive work and proactive work, or fire-fighting and fire-prevention.

This is related to another tradeoff. Should we focus on “building the right thing”, “building the thing right”, “building it fast”? Ideally we want all three, but it’s hard to find the balance. Suppose we are here – trying to building the perfect product, with the perfect architecture. If we spend too much time to trying to get it perfect, we may miss the market window or run into cash-flow problems.

Or suppose we are here, rushing to turn a prototype into a usable product. Great for the short term, perhaps, but in the long term we’ll be drowning in technical debt and our velocity will approach zero.

Or suppose we are here, building a beautiful cathedral in record time. Except that the users didn’t need a cathedral, they needed a camper van.

There is a healthy tension here between the Scrum roles. POs tend to focus on building the right thing. Teams tend to focus on building the thing right. And Scrum masters, or agile coaches, tend to focus on shortening the feedback loop.

Speed is worth emphasizing. Because a short feedback loop will accelerate learning, so you will more quickly learn what the right thing is, and how to build it right. However, all three perspectives are important so, keep trying to find the balance.

Finally, there is the tradeoff between new product development and old product improvement. Product Backlog is a confusing term, because it implies that there is only one product. And project is confusing term, because it implies that product development “ends”. A product is never really “finished” there’s always maintenance and improvements to be done, all the way until the product reaches end of life and is shut down.

So when a team starts developing a new product, what happens to their last one? Handing off a product from one team to another is expensive and risky. A more common scenario is that the team continues maintaining the old product while developing the new one. So it’s not really a product backlog, it’s more like a team backlog – a list of stuff that the product owner wants this team to build, and it can be a mix of stuff for different products. And the product owner needs to continuously make tradeoffs between these.

——–
Once in a while, a stakeholder will call Pat and say “Hey, when will my stuff be done?” or “How much of my stuff will be done by christmas?”. As PO, Pat is responsible for expectations management! Or, more importantly, realistic expectations management. That means no lying. I know, it’s tough, but who said Agile was easy?

It’s not really that hard to make a forecast, as long as it doesn’t have to be exact. If you measure the velocity of your team, or the combined velocity of all your teams, you can draw a story burnup chart. The chart shows the cumulative number of stories delivered over time (or story points if you prefer).

Note the difference. This curve shows output. That curve shows outcome. That’s the output, and that’s the outcome that we hope it will achieve. Our goal is not to produce as much output as possible. Our goal is reach the desired outcome, using the least possible output. Less is more.

Look at the burn up chart and draw an optimistic and pessimistic trend line. You can do it using fancy statistics voodoo, or you can just draw it visually. The gap between these lines is of course related to how wavy and unpredictable your velocity is. That tends to stabilize over time, so our cone of uncertainty should get tighter and tighter.

OK, so back to expectations management.

Suppose the stakeholders ask Pat “When will all of THIS stuff be done?”. “When will we be here?”. That’s a fixed-scope, variable time question. Pat uses the two trend lines to answer. “Most likely sometime between April and mid-May”.

Suppose the stakeholders ask Pat “How much will be done by christmas?”. That’s a fixed time, variable scope question. The trend lines tell us “We’ll most likely finish all these, some of these, and none of these.”

Suppose the stakeholders say “Can we THESE features by christmas”. That’s a fixed time, fixed scope question. Looking at trend lines, Pat says “Nope, sorry, it ain’t gonna happen”, followed by “here’s how much we can get done by christmas” or “here’s how much more time we need”. It’s generally better to reduce scope than to extend time, because if reduce scope first, we still have the option to extend the time later and add the rest of the stories. Vice versa doesn’t work, because, darnit, we can’t turn the clock backwards! Time is rather annoying that way, isn’t it. Pat makes the choice easy by saying “we could deliver something here, and the rest later. Or we could deliver nothing here and the rest later. What do you prefer?”

The calculations are simple to do, so Pat updates the forecast every week.

The important thing here is that Pat is using empirical data to make the forecast, rather than wishful thinking. And she is being honest about the uncertainty. I said no lying right? This is a very honest way of communicating with stakeholders, and they usually appreciate that a lot. If your organization doesn’t like truth and honesty, it won’t like agile.

A word of warning though. If the team is accumulating technical debt – if they’re not writing tests, and not continuously improving the architecture – then the they will get slower and slower over time, and the story burnup curve will flatten out. That makes forecasting almost impossible. So the team is responsible for maintaining a sustainable pace, and Pat avoids pressuring them into taking shortcuts.
——–
What if we have a larger project with multiple teams? Instead of one team with 5 people here, we might have 3 teams. And we might have several product owners, each with their own backlog for a different part of the product.

Overall, the model is really the same. We still need capacity management, we still need stakeholder communication, we still need product owners who can say No, we still need backlog grooming. Velocity is the sum of all output, and can be used for forecasting. Or make a separate forecast for each team, if that makes more sense.

In a multi team scenario, however, the POs have an important additional responsibility – to talk to each other! We should organize the teams and backlogs to minimize dependencies. But there will always be SOME dependencies. So there needs to be some kind of sync between the product owners so that we build things in a sensible order, and avoid sub optimization. In large projects, this usually calls for some kind of Chief Product Owner role to keep the product owners synchronized.

OK, that’s it! Agile product ownership in a nutshell.

———–

181 responses on “Agile Product Ownership in a nutshell

  1. Really like your presentation. It might be in a nutshell, but is does touch on each essential element of product ownership.
    Great work!

    Regards,

    Emile

  2. Way to go !
    I did the same kind of thing a while ago about portfolio mgmt : an overall picture explained incrementally (picture and video of the talk).
    but I didn’t turn it into a self-supported animated video.
    Nice job !

    1. Hi Thomas, is what you produced on Portfolio mgmt available for viewing on a site?

  3. Great idea and implementation! What tool did you use to produce that (if it’s not a top secret)?

  4. Very nice presentation.
    I shared it with a lot of people from our organization.

    Thanks for taking the time to do it!

  5. Excellent!!!

    PO in a nutshell and also great introduction to Agile for anyone.

  6. Hands down the most clear explanation of the Agile Product Owner role and Agile overall! Well done!

  7. This is amazing! It does not only explain important aspects of the Product Owner role is an easy to understand way, but also visualizes central aspects of agile software development like fast feedback, sustainable pace, velocity, and release forecast. And all of this in only 15 min!

    The technique used reminds me of the famous “RSA Animate” 10 min science videos. One of the most remarkable maybe the one explaining Dan Pink’s research about what motivates us. http://www.youtube.com/watch?v=u6XAPnuFjJc

    Well done, Henrik!

  8. Great presentation! This is really thorough about the engineering side of product management (which has now become the “product owner” role) – but I live in B2B land, so there’s a lot of product management that happens outside of what’s presented here. I’m working on a 2-part blog post to cover that material and will link it here.

    Thanks for writing and animating this, I’ll be referring to it in the future!

  9. Great summary !!! Enjoyed the presentation format…..informative and fun.

  10. Very nice article. Some key messages from your presentation
    Communications & passion,
    Outcomes with minimum output,
    expectation management by reduced scope rather than reduced time and ‘Learn to say No’ 🙂

    Also, I will be keen to know what drawing tool you used for your presentation? It is very visual and I would like to use the same in my presentations if possible.

    Thanks
    Sree

    1. Thank you so much for the wonderful video explaining about the PO role within a team/organization!

  11. Thanks for the excellent video. Great focus on the value, feedback loop and responsibilities.

    1. I drew two two lines – the green and red trend lines (optimistic and pessemistic). Those form a cone. And like all cones, it gets wider and wider. Further into the future we know less; the cone is wider, hence the term “cone of uncertainty”. As velocity gets more stable, the two lines will come closer to each other, so the cone will be narrower. That’s what I meant.

  12. Wow, Henrik awesome video!

    I like very much the usage of the animation to show all the concepts: great focus on the value, feedback loop and responsibilities.

    I would like see more on the final ‘large’ Product Ownership model for the entire organization

    cheers
    fA

  13. Amazing read, loved this, “A word of warning though. If the team is accumulating technical debt – if they’re not writing tests, and not continuously improving the architecture – then the they will get slower and slower over time, and the story burnup curve will flatten out. That makes forecasting almost impossible. So the team is responsible for maintaining a sustainable pace, and Pat avoids pressuring them into taking shortcuts.”. Summarizes everything!

  14. Short but very informative and clearly explaining the real risks and the skills required for the Product Owner to handle them…awesome!

  15. Great work. The teams are that, what they do: They communicate! Therefore they need the communication adresses: Stakeholder.

  16. Hi,

    Great overview! I’m an coach myself and really like the depth you were able to go in such a short time. It makes me want to do one for another subject I have in mind. I saw that you mentionned you use artrage and a wacom but I was wondering how you had the brush/pen animation. I recorded my session and was able to playback but I did not see an option to add to “virtual” brush/pen… Did you add this with Screenflow? Or is there an easier way?

    Thank for a great overview and for your help if you get to it.

    Martin

  17. Hi Henrik,

    I was wondering if you guys ever cover tools like web conferencing software that can be used for software developers? At Mikogo we’ve had a lot of positive responses from the software development sector – our screen-sharing platform is often used for both live collaboration between developers and online presentations with clients.

    Does this sound like something that could be of use to you? Or something that would interest your readers? Please let me know your thoughts. You can find more info here – http://www.mikogo.com/solutions/software-development/.

    Thanks!

    Spencer Dunfee
    Mikogo Team
    sdunfee@mikogo.com

  18. Henrik,

    Fantastic video and a must view for all aspiring PO’s. I use it this video to open conversations with new PO/BO in my organization. Have you started on a similar video for ScrumMasters/Coaches? Many thanks for your contribution to our community!

    Linda

  19. As promised, I’ve crafted a response and–now–finally remembered to come share it here!

    For cases in B2B software vendors where a product manager is serving as the team’s product owner, this presentation is incomplete. One sentence summarizes the gap: “She doesn’t know the details of what her product is going to do, but she knows why we’re building the product, what problem it is going to solve, and for whom.”

    My comments here:
    http://johnpeltier.com/blog/2012/10/29/product-ownership-b2b/

  20. This video is awesome !
    I translate it in french (and I still learned by doing it)
    What kind of usage do you allow with such a production ?
    Can I put some subtitle on it ? Can I put my frend voice on it ?
    I really want to share your amazing work with french people who are not comforable with english.
    What is the best way according to you ?

  21. Used the video as backbone for a product owner day – worked perfectly. Best is probably that they can go back and watch it again, which may lead they to remember what we talked about in more details on the day – so THANKS!

    I do have one question. In the video you nicely explain how a team may go from developing one product to supporting & developing more products (thus having a team backlog instead of a product backlog). However you did not mention how this will impact the vision part. All of a sudden we are supporting more products and the vision will be more difficult to keep. I see this particularly in older IT departments with several to many systems/products to develop and maintain.

    So any suggestion on what to do in this situation?

    usually we end up having no product vision, but rather a vision for the team. This will then be more targetted towards there process and collaboration than the products.

    thanks again
    Sune

    1. That’s a very good question, and I don’t have any good answer. I think it’s about striking a balance. It’s nice to have a team that’s 100% focused on the new thing they are building. It’s also nice to have a team own and maintain all old code that they have written. But you can’t have both, so you need to experiment with finding the right balance.

  22. Awesome video, thanks!! This will very much help me to introduce Scrum to our organization.

  23. Hi Henrik,

    Maybe that post should’ve been split over several posts – most of us project managers don’t have the time (nor the energy) to read very long posts!

    1. Thanks for the suggestion. Last time I checked, however, project managers had just as much time as everyone else. 24 hours per day. This video is aimed at people who want to understand agile product ownership, and who find the topic important enough to invest 15 minutes of their time.

      1. That must have been a joke/automated comment from PM Hut, surely?! This remains the best way a new PO could spend 15 minutes.

  24. Great presentation and I see this has been told to you a number of times already. For last 1.5 yrs I am playing a Product Owner role for a very large project with co-located and distributed team and this video does actually covers a greater part of it. This is tough job and you need passion, dedication and support from the team to get it all through. So much to do, for literally one (I want to was ‘one’ in a lighter note here) person while others are there to help is a task. It is important that the team is empowered as much as possible and there is effective ‘tool’ that can help managing the ideas/backlog. I always value tell my team to have ‘conversation’ over anything. Love this video…..

  25. Hi! Great Job!
    German subtitles are cool, but I’d like to make a true german version with synchronized speech (dubbed). Am I allowed to do so?

  26. Great presentation Henrik. – Really funny, good and informative! – Has there been made posters for this presentation for sale. – I would love to have one hanging on my office-wall 🙂

    /Steffen, Copenhagen.

  27. That was a great presentation! Very informative and pedagogical. Thanks!.

    Next time I®m in the situation of explaining the PO role for an agile newbie, I®ll send a link to this presentation instead of doing it myself 🙂

    I do have the same wish as Linda. If youÂŽll find the the time to do a similar presentation from the Agile Coach / Scrum master perspective, that would be really interesting.

  28. Thanks for the video. Best use of 15 minutes in a long time.

    Do you know if there is a spanish dubbed or subtitled version of this?

    Gracias!

  29. Superb!
    Wish list: if you add a few words about tools, which could help manage estimates & prediction, that would be fantastic 🙂

  30. Pingback: agilizando
      1. Henrik – I’ve been sharing your product here for years in my practice and now make it a required viewing fall all my Coca-Cola Associates. I am going to take this on for Japanese voiceover or subtitles or both next month. Do you happen to have the content of the translation guide replicated anywhere (by CĂ©dric Chevalerias)? The link above is broken/dead.

        Presuming success on our part we would like to share back the finished translation with your help. Thanks for your invaluable contribution of this content.

        1. Hi, thanks for offering to translate! Just let me know when you’re done and I’ll add a link above.

          Not sure why the translation guide link is dead, unfortunately.
          /Henrik

          1. Here you go, Henrik! Thanks again for the high value content. It has provided a lot of value to me over the years and now can continue to provide great value for Japanese readers in this version made possible by my employer, The Coca-Cola Company. I used this subtitled version in a couple of workshops for our Japanese bottler with positive results. Over 50 native speakers have reviewed and it appears the subtitling is effective/correct. Cheers from Coca-Cola Company! #Iamcocacola

            https://youtu.be/wPlbFM1bnAY

  31. Absolutely genial outline, many thanks.
    I will try to constantly come back together with my teams over this video each time the concepts tend to … fade out.

  32. As numerous people have already mentioned: this is a great presentation! Is there something like this for the scrum-master?

  33. Never too late to see this and always a good time to appreciate.
    Awesome video! It rings such a bell with me 🙂
    I could say that I am the chief product owner now 😉 and I can see our process in a nutshell.
    Great job with this video and thank you for this.

  34. Awesome video! Visually it kind of implies a 1:1 relationship between number of teams and number of product owners, even though you don’t explicitly say that. Rather the opposite. Even though your notes about the PO managing a team backlog rather than a product backlog again kind of implies this 1:1 relationship.

    So just wanna make sure I get this straight. Do we conceptually have a product owner managing a product backlog, that one or more team executes on delivering. Or do we have a product owner managing one or more team backlogs, independently on whether these teams work on one or multiple products? I.e. should the focus of the product owner be on managing the product or the team?

    I assume it should be on the product. But again visually and partially also verbally you kind of imply that the PO also manage the team (backlog).

  35. Really great visualization about the most important thing and which “agile” puts the spotlight on i.e. the Power by prioritization -> chose “time” then you get less features etc…making a choice do have an impact on other things.

  36. Hi there! great video! I did the Polish translation (video + voice) of it. Is it possible for me to post it to youtube? What kind of credit should I give to you to be “ok”?

    Right now I’m using this vide for internal needs of our company (Orange Polska), but why not give to other people as well?

  37. Great explanation Henrik!

    I also share the experience that the key is for the team to deliver frequently and the ability to tap into real user feedback.

    However I have not been in any agile project that is not having some kind of deadline and especially before getting the initial budget management seems always to need to know the rough estimated cost. Below solution using Agile Monte Carlo forecast and tracking could help the PO with that.

    https://agilemontecarlo.com/

  38. I would like to use your video to start up my PO training course. What are your rules regarding this?

  39. Hi, thank you for this post I agree with you that The Kanban way is to limit work-in-progress. Suppose the team decides that 5 is the optimal number of stories to be working on simultaneously, just enough to keep everyone busy without causing overload. very useful information

  40. Hi Henrik,

    I was thinking, do you cover tools like screen sharing that can be used by software development teams ?

    Here at Dead Simple Screen Share a lot of development teams collaborate on our screen-sharing platform. It is free to use and I think would be useful to you and your readers.

    Please let me know what you think here is our website: https://www.deadsimplescreensharing.com/

    Thanks for your time.
    Warm Regards,
    Ali asgher lakkadshaw

  41. I love your awesome video and I’ve been using it for my POs. Now I’m working with Polish Product Owners so I decided to do a POLISH TRANSLATION (your video + my voice):
    This is link –> https://youtu.be/4LMIeQOhA24
    It will be an honor for me if you add it to the list on translations.
    (I also sent you an e-mail about this a few weeks ago)

  42. Dear Henrik,

    Thank you so much for such brilliant and summarized information. I am Product Manager of SaaS based productivity enhancement, task management product TaskQue(www.taskque.com) I am in journey of building some really workable solutions which is going to address million $ problems. I will be honor to use your video as one of my main reference for building feature(s).

    also going to add you in my Linkedin

  43. Hi Henrik,
    here are two new versions of the video (which is still worth spreading around the world 7 years later ;-)) :

    Traditional chinese (thx Roger Chou) : https://www.youtube.com/watch?v=UGa9nsmHIO8
    Simplified Chinese (thx Jacky Shen) : https://www.youtube.com/watch?v=le89_-YCMvo

    Maybe this link https://v.qq.com/x/page/i3071752asv.html is more reachable than youtube from China.

    I also sent you by mail the subtitle files, if you want to integrate them directly to your original video.

  44. Hello Henrik,
    here is a new video, with Japanese subtitles, thanks to Toshi Ohtomo.
    Next version in the backlog : martian version 😉

  45. I love this video Henrik and have used it with teams for years. My current client is concerned regarding legal copyright stuff for anything over Youtube. It seems somewhat silly given all the ways in which you make it so easy for us to consume, but to avoid making any assumptions that give legal departments heartburn…

    Are you OK with companies sharing this video for internal training?

Leave a Reply to Inge Gorgon Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.