<?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>jay padinjaredath - preparing to be wrong &#187; agile</title>
	<atom:link href="http://blog.jayanthan.com/category/agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayanthan.com</link>
	<description>jay padinjaredath's blog</description>
	<lastBuildDate>Mon, 13 Apr 2009 22:33:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Themes -&gt; Stories</title>
		<link>http://blog.jayanthan.com/2008/10/themes-stories/</link>
		<comments>http://blog.jayanthan.com/2008/10/themes-stories/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 17:48:53 +0000</pubDate>
		<dc:creator>Jay Padinjaredath</dc:creator>
				<category><![CDATA[agile]]></category>

		<guid isPermaLink="false">http://blog.jayanthan.com/?p=68</guid>
		<description><![CDATA[I have found Product Owners disinterested, almost, when we ask them for priorities at a story card level. This is usually because its too low-level. Its more important for the Product Owner to first prioritize at a theme level.
Whats a theme? A theme is a business process that can later be broken into story cards. [...]]]></description>
			<content:encoded><![CDATA[<p>I have found Product Owners disinterested, almost, when we ask them for priorities at a story card level. This is usually because its too low-level. Its more important for the Product Owner to first prioritize at a theme level.</p>
<p>Whats a theme? A theme is a business process that can later be broken into story cards. For example a theme for a retailer wanting to go online might be &#8220;A user can checkout a product on my site&#8221;. This theme can be broken into dozens of stories, &#8220;Add a product to cart&#8221;, &#8220;Checkout a product&#8221;, &#8220;Provide Shipping and Billing Address&#8221;, &#8220;Provide Billing Information&#8221;, &#8220;Google Checkout&#8221;, &#8220;Paypal&#8221;, &#8220;Visa&#8221;, &#8220;Mastercard&#8221;, &#8220;Bill Me Later&#8221;, &#8220;Save profile&#8221;.</p>
<p><img class="alignnone" title="Theme prioritization" src="http://www.jayanthan.com/images/themes.jpg" alt="" width="455" height="522" /></p>
<p>Start with a list of themes and arrange them in the order as above. Then start with the mandatory themes and break those down into stories. Stories can then be ordered the exact same way as above. Mike Cohn&#8217;s presentation at <a href="http://www.infoq.com/presentations/prioritizing-your-product-backlog-mike-cohn" target="_blank">Agile 2008</a> explains the way themes can be bucketed really well.</p>
<p>Note: A theme is not the same as an epic. An epic is really a large story. The advantage of this approach is that its very clear which themes are important and which stories within those themes. There is no risk of stories slipping through.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jayanthan.com/2008/10/themes-stories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estimation</title>
		<link>http://blog.jayanthan.com/2008/09/estimation/</link>
		<comments>http://blog.jayanthan.com/2008/09/estimation/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 19:11:41 +0000</pubDate>
		<dc:creator>Jay Padinjaredath</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[estimation velocity points ROI]]></category>

		<guid isPermaLink="false">http://blog.jayanthan.com/?p=45</guid>
		<description><![CDATA[I have never seen this problem solved. The only way, in my opinion, to make this work is to do as little as possible. But firstly, lets see why we need estimation:
The only valid reason for doing this is to give Business an indication of how much the product is going to cost them. Its [...]]]></description>
			<content:encoded><![CDATA[<p>I have never seen this problem solved. The only way, in my opinion, to make this work is to do as little as possible. But firstly, lets see why we need estimation:</p>
<p>The only valid reason for doing this is to give Business an indication of how much the product is going to cost them. Its for an investment decision and of course the variation in estimates has a huge impact on ROI. What makes it tricky is that an estimate is most accurate when there are no unknowns. Practically this is impossible. The more complex the project, the more unknowns there are.</p>
<p>(for tracking purposes I have seen PMs ask developers to break a story into tasks and then provide estimates for that. This is waste, in my experience)</p>
<p>We can&#8217;t hold engineering to a number if we don&#8217;t provide sufficient details to them.</p>
<p>If we try to pound this problem to submission we might ask Business to spend months in clearly articulating what they need. The costs associated with this is fairly clear. Every day you spend in pushing your product out to market, is a day you waste in earning revenue, a day you allow a competitor to go a step ahead and a day you spend in not changing your mind.</p>
<p>Its not uncommon to have people spend 6 months and more in trying to nail the requirements down. No technology or tool will help you do this better to the extent that you can make this go away.</p>
<p>My experience is that in most projects that I have been, ROI is not really calculated in detail. Most projects start as a Go and then are scrapped midway. This problem is a different one.</p>
<p>Agile with its iterative development tries to solve this in a multi-pronged approach. If we were to break the project into features and then stories, we might be able to provide a relative estimate (points vs hours) at a high-level and elicit sufficient interest to start. As each iteration goes by, the team&#8217;s velocity is measured and can be used to project dates when features can be released.</p>
<p>Business can prioritize features and stories so that they get the biggest bang for their buck. Business can also freely change their minds.</p>
<p>With an experienced, talented, sincere team in place (all three are requirements for agile to work) its a fair assumption that velocity will go up, and that the team will do their best. With the teams I have worked on, the meaning of doing their best is really taking on more work mid-sprint even if they pass their historic velocity numbers. &#8220;We need more stories&#8221; is beautiful to listen to. You do that a few times and velocity is no longer that important as a metric. Maybe it is for releases, but most definitely not to showcase your excellence.</p>
<p>In terms of effort spent into estimating, you really dont want 7 developers 2 hours every 2 weeks. Thats $3000 at $200 an hour. If you remember that an estimate is not held against a developer, maybe even a couple of them can run through this list on behalf of others.</p>
<p>I am aware of the many reasons for making it more rigorous. I have tried that and I don&#8217;t think its worth the effort. I might change my mind, but till then, let me enjoy some lightweight estimation.</p>
<p>In short:</p>
<p>1. Keep it simple (no multipliers) and high-level<br />
2. Like there is no perfect story, there is no perfect estimate<br />
3. An estimate is best used to figure out when the features will release<br />
4. An experienced, talented, sincere team will quell any fears of underwork<br />
5. Historical velocity is the best indicator of future velocity</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jayanthan.com/2008/09/estimation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agile vs. Lean</title>
		<link>http://blog.jayanthan.com/2008/09/agile-vs-lean/</link>
		<comments>http://blog.jayanthan.com/2008/09/agile-vs-lean/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 02:33:44 +0000</pubDate>
		<dc:creator>Jay Padinjaredath</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[lean]]></category>
		<category><![CDATA[dave anderson tim mackinnon lean agile agile2008 productivity]]></category>

		<guid isPermaLink="false">http://blog.jayanthan.com/?p=14</guid>
		<description><![CDATA[I tried to watch a few infoq presentations from Agile 2008. I&#8217;ve watched Tim Mackinnon&#8217;s presentation and then Dave Anderson&#8217;s. Dave&#8217;s was fiesty in his discussion of Agile vs. Lean and it makes one think that there is some pushback for Lean in the Agile community. Dave spoke about Agile and CMMi and how we [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to watch a few infoq presentations from Agile 2008. I&#8217;ve watched <a href="http://www.infoq.com/presentations/Agile-and-Beyond-Tim-Mackinnon" target="_blank">Tim Mackinnon</a>&#8217;s presentation and then <a href="http://www.infoq.com/presentations/Agile-Directions-David-Anderson" target="_blank">Dave Anderson</a>&#8217;s. Dave&#8217;s was fiesty in his discussion of Agile vs. Lean and it makes one think that there is some pushback for Lean in the Agile community. Dave spoke about Agile and CMMi and how we can scale Agile to the enterprise. Suggests that Lean is a way of doing this. He also says &#8220;Re-use will drive the next wave of lean productivity improvements and enable the next wave of fast response development methods that power business agility&#8221;. Hmmm. Re-use and lean. Like re-use and OOP? A bit sceptical of that I am.</p>
<p>He says that businesses wont be able to get the talent that gains a firm the productivity they need, but &#8220;10 X improvement through re-use&#8221;?</p>
<p>Hard to buy that . . .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jayanthan.com/2008/09/agile-vs-lean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
