<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>State Of Flux &#187; backlog</title>
	<atom:link href="http://stateofflux.com/tag/backlog/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateofflux.com</link>
	<description>always changing</description>
	<lastBuildDate>Fri, 29 Jan 2010 03:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Is the Product Backlog an Idealog?</title>
		<link>http://stateofflux.com/2009/04/10/is-the-product-backlog-an-idealog/</link>
		<comments>http://stateofflux.com/2009/04/10/is-the-product-backlog-an-idealog/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:03:30 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[backlog]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[productbacklog]]></category>
		<category><![CDATA[projectmanagement]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://stateofflux.com/?p=73</guid>
		<description><![CDATA[What is a product backlog?  I think most people who are working to the agile ethos will agree with the Scrum Alliance&#8217;s Guide description as &#8220;&#8230; the master list of all functionality desired in the product.&#8221; This definition is open to interpretation. It&#8217;s that bit about &#8220;all functionality desired&#8221; that gets me.  Does this include [...]]]></description>
			<content:encoded><![CDATA[<p>What is a product backlog?  I think most people who are working to the <a href="http://agilemanifesto.org">agile ethos</a> will agree with the <a href="http://www.scrumalliance.org/resources">Scrum Alliance&#8217;s Guide</a> description as <em>&#8220;&#8230; the master list of all functionality desired in the product.&#8221;</em> This definition is open to interpretation.</p>
<p>It&#8217;s that bit about <em>&#8220;all functionality desired&#8221;</em> that gets me.  Does this include everything that your product owner says they want?</p>
<h3>Approach A &#8211; All ideas live in the backlog</h3>
<p>The most common viewpoint I&#8217;ve come across is that the product backlog is everything the product owner has expressed an interest in.  I don&#8217;t know about you, but not everything this type of backlog is estimated in points.  You know the deal, the backlog gets big quickly with an enthusiastic product owner waxing lyrically about their dreams for the system, making the cost of fleshing out all stories pretty expensive.  There is nothing wrong with the product owner doing this, after all they are telling you want the want which should be a good thing.  To deal this the barrage of information we end up with epics and themes.  Both of these concepts will be decomposed into many user stories as we discover more about their purpose, but in the mean time they are placeholders of functionality to be built &#8220;later&#8221;.  The other side affect of a long backlog, epics and themes is that your backlog is strictly prioritized at the top and loosely prioritized at the bottom.  The advantages of this style is that you have all of your ideas in one place &#8211; a complete view of what the product owner has requested.</p>
<h3>Approach B &#8211; The backlog represents commitment</h3>
<p>The alternative is that your backlog only contains user stories that your product owner has committed to.  Commitment means that the product owner is prepared to pay for these stories.  Paying means spending the time and effort to think through each of the stories in detail and go through the estimation process.  It also means prioritizing all of the user stories.  &#8220;Nice to haves&#8221; and &#8220;maybe one-days&#8221; don&#8217;t end up there.  Instead another bucket is needed to hold future thoughts, I call this and Idealog.  In there you put features, epics and stories that wont make it in because of resource constraints (time and money) that you want to get to but you are not not ready for yet.</p>
<p>I think these two views of the product backlog have evolved for projects with different drivers.</p>
<h3>When you are project oriented</h3>
<p>Well defined projects have a specific goal they are trying to achieve, usually withing a fixed time or price.  The projects I&#8217;ve worked on end up with all of your ideas in the backlog, i.e. approach A.  If your product owner is very enthusiastic and generates lots of features it will become quickly apparent what will roughly fit within your constraints.  This means you can have a long list of everything your product owner desires and you can draw a line through the product backlog where you run out of resources.  It doesn&#8217;t matter if items at the bottom of your product backlog are a bit fuzzy.  This is how the &#8220;Big Businesses&#8221; I&#8217;ve worked for (like banks) work.  i.e. a business case is created, you get funding to create the business case, and you satisfy the goals within your budget and wind down the project.</p>
<h3>When you are product oriented</h3>
<p>Sometimes though you work on a product which does not have an end.  It, like your project, has a goal but the goal is usually nebulous or grander in vision.</p>
<p>Many start-ups I&#8217;ve worked at have a business model that is continually evolving.  Not only do they not know what they need in two months, they want to continue development for years (if all goes well of course).  In this case your backlog looks very different.  If you add every feature your product owner has contemplated, then your product backlog can become enormous.  One company I worked in had accumulated 2,000 stories after two years (including features and bugs) &#8211; the result was to delete the entire backlog and start again.  The logic was that if it was important then it wouldn&#8217;t take long to resurface (yeah, it was out of control and shouldn&#8217;t have got to that state).  Seriously, who can manage a backlog with so many ideas in it?  This is where an Idealog comes in.</p>
<p>An idealog should contain high level ideas to be debated, analyzed and decided whether they show enough merit for the product owner to commit to.  Until then, let them swim around in the primodial soup until they grow legs and walk into the backlog.  The backlog contains the details which are ready to go and the Idealog contains longer term plans which may or may not be done.</p>
<h3>Who cares about a definition anyway?</h3>
<p>The Agile Manifesto says nothing about a product backlog.  XP talks about a release plan but nothing more.  As I&#8217;ve mentioned earlier, Scrum talks about a product backlog pretty loosely.  But really, what does it matter?  If you can deliver what your product owner needs in a way that makes them happy then your doing something right.  Choose the right approach for your needs.</p>
<h3>Personal experience</h3>
<p>I&#8217;ve used a product backlog in both ways and they both have merit.  I prefer using an Idealog, I think it keeps the backlog clearer but I&#8217;ve used both methods effectively.</p>
<p>What do you do?  What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://stateofflux.com/2009/04/10/is-the-product-backlog-an-idealog/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

