<?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>David Draper on agile &#38; design &#187; Kanban Coaching</title>
	<atom:link href="http://www.agiledesign.co.uk/tag/kanban-coaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agiledesign.co.uk</link>
	<description>Building business agility though software</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:28:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Theory of constraints for beginners</title>
		<link>http://www.agiledesign.co.uk/agile-management/theory-of-constraints-for-beginners/</link>
		<comments>http://www.agiledesign.co.uk/agile-management/theory-of-constraints-for-beginners/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 09:40:05 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Agile Management]]></category>
		<category><![CDATA[Kanban]]></category>
		<category><![CDATA[Kanban Coaching]]></category>
		<category><![CDATA[Theory of Constraints]]></category>

		<guid isPermaLink="false">http://www.agiledesign.co.uk/kanban/theory-of-constraints-for-beginners/</guid>
		<description><![CDATA[Take-away #3 from David Anderson&#8217;s Kanban Coaching workshop.
A discussion of Kanban can only go on for so long before the subject of the Theory of Constraints comes up. In this post I&#8217;ll try to explain just enough to show this connection.
Theory of Constraints (TOC) is a large subject that I was first introduced to some [...]]]></description>
			<content:encoded><![CDATA[<p>Take-away #3 from David Anderson&#8217;s Kanban Coaching workshop.</p>
<p>A discussion of Kanban can only go on for so long before the subject of the Theory of Constraints comes up. In this post I&#8217;ll try to explain just enough to show this connection.</p>
<p>Theory of Constraints (TOC) is a large subject that I was first introduced to some time ago by <a href="http://blog.nayima.be" target="_blank">Pascal Van Cauwenberghe</a> and his explanation of the 5 focusing steps for process improvement. Since then I&#8217;ve seen TOC pop up at a few Agile conferences. The most notable aspects that tend to be discussed are the 5 focusing steps mentioned earlier and the TOC thinking tools. The Thinking tools offer techniques for root cause analysis, problems solving, conflict resolution and planning. While there have been a number of books explaining these techniques the source material is a set of novels written by Eliyahu Goldratt the first being <a href="http://www.amazon.co.uk/gp/product/0566086654?ie=UTF8&amp;tag=agiledesign-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0566086654">The Goal: A Process of Ongoing Improvement</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=agiledesign-21&amp;l=as2&amp;o=2&amp;a=0566086654" border="0" alt="" width="1" height="1" />.</p>
<p>David&#8217;s first book (<a href="http://www.amazon.co.uk/gp/product/0131424602?ie=UTF8&amp;tag=agiledesign-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0131424602">Agile Management for Software Engineering</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.co.uk/e/ir?t=agiledesign-21&amp;l=as2&amp;o=2&amp;a=0131424602" border="0" alt="" width="1" height="1" />) was focused on applying TOC in a software engineering context so I guess it&#8217;s not surprising that he wold choose to spend a little time explaining the connection between Kanban and TOC.</p>
<p>At this stage I should say that where David has applied TOC he has subsequently realised that a Kanban approach would have led to an equivalent result and is a conceptually more simple approach.</p>
<p>The areas of TOC that David chose to focus on were the classification of bottlenecks and the application of Goldratt&#8217;s 5 focusing steps.<span id="more-236"></span></p>
<ol>
<li>Identify the bottleneck</li>
<li>Decide how to exploit the bottleneck</li>
<li>Subordinate the system to the bottleneck</li>
<li>Elevate the bottleneck</li>
<li>Repeat</li>
</ol>
<p>These steps carry with them a set of pre-suppositions.</p>
<ul>
<li>We understand the goal of the system</li>
<li>A system has a single bottleneck that constrains it&#8217;s throughput</li>
<li>It is better to undertake changes that have no cost first i.e. improve utilisation of existing resources before adding resources</li>
</ul>
<p>While for most types of system I am willing to hold with these pre-suppositions we should accept that while bottlenecks can move in a manufacturing context they are likely to move more quickly within a software context due to the greater degree of variability.</p>
<p>So, an example of applying these steps in a software development context might be;</p>
<blockquote><p>Our goal is to construct, test and deploy software.<br /> Our constraint is in system test, this is apparent due to a build up of software that has not been tested.<br /> We identify exploit opportunities by considering where we loose test capacity e.g. recording timesheets. Since test is the bottleneck, time spent doing administration is directly reducing the output of the system.<br /> We subordinate the system to the bottleneck by changing responsibilities e.g. PM to take on some administrative tasks from testers.</p>
<p>At this stage we return to assessing where the bottleneck is. If we run out of exploit / subordinate opportunities we may choose to elevate the constraint. This is where we consider adding resources, automation or training.</p>
</blockquote>
<p>To close we should consider how a bottleneck might manifest it&#8217;s self in a system. Though others have suggested classifications for bottlenecks David&#8217;s approach is to consider 2 types.<br /> Capacity constrained resource<br /> Non-instantly available resource</p>
<p>For example compare a bridge with a ferry. A bridge has a fixed capacity, congestion occurs where too many cars attempt to cross. A car ferry will cause queues even where capacity is sufficient due to it&#8217;s non-instant availability.</p>
<p><!-- technorati tags start --></p>
<p style="text-align:right;font-size:10px;">Technorati Tags: <a rel="tag" href="http://www.technorati.com/tag/Kanban Coaching">Kanban Coaching</a>, <a rel="tag" href="http://www.technorati.com/tag/Theory of Constraints">Theory of Constraints</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.agiledesign.co.uk/agile-management/theory-of-constraints-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Kanban</title>
		<link>http://www.agiledesign.co.uk/kanban/why-kanban-2/</link>
		<comments>http://www.agiledesign.co.uk/kanban/why-kanban-2/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:41:59 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Kanban]]></category>
		<category><![CDATA[Kanban Coaching]]></category>

		<guid isPermaLink="false">http://www.agiledesign.co.uk/kanban/why-kanban-2/</guid>
		<description><![CDATA[Take-away #1 from David Anderson&#8217;s Kanban Coaching workshop.

Kanban (as applied to software development) has created something of a buzz over the past few years growing out of a couple of case studies of David&#8217;s along with the experiences of the likes of Arlo Balshee now we have many more experiences from a variety of contexts.
Given [...]]]></description>
			<content:encoded><![CDATA[<p><em>Take-away #1 from David Anderson&#8217;s Kanban Coaching workshop.<br />
</em><br />
Kanban (as applied to software development) has created something of a buzz over the past few years growing out of a couple of case studies of David&#8217;s along with the experiences of the likes of Arlo Balshee now we have many more experiences from a variety of contexts.</p>
<p>Given this it was interesting to reflect on why a Kanban approach might be right for a team or organisation looking to adopt an agile way of working.</p>
<p>David highlighted a number of reasons why Kanban might be the right approach including:</p>
<ul>
<li>Optimising an existing process is easier and more effective than trying to introduce a new one</li>
<li>Provide what execs want</li>
<li>Achieving high maturity</li>
</ul>
<p>The first of these points challenges the approach that many process improvement initiatives have taken in providing new job titles, new process, new document templates and more. By contrast where an organisation has an existing process, possibly with specialisations and tooling in place, a Kanban initiative would seek to model existing workflows and expose issues leaving job titles and working methods intact. This approach is likely to meet less opposition since it cut&#8217;s less to what individual contributors care about and identify with. In addition a Kanban system should generate metrics that inform further improvements, for example to working practices. With luck, by this point sufficient buy in will have been achieved to minimise objections.</p>
<p>The second point cuts to one of David&#8217;s mantra&#8217;s. Exec&#8217;s, he asserts, all want the following:</p>
<ol>
<li>Predictability</li>
<li>Business Agility</li>
<li>Good governance</li>
</ol>
<p>In addition David likes to emphasise</p>
<ul>
<li>Empowerment without loss of control</li>
<li>Self organisation without fear</li>
</ul>
<p>Two aspects of David&#8217;s approach to applying Kanban appear to contribute a great deal to keeping these promises. The first is an emphasis on metrics. Particularly where an electronic tool is employed a Kanban system can inform a wide variety of management decisions. This is often missing where agile teams rely on a more emotional output from retrospectives. The second aspect is the exposing of policies. Many classes of issues that constrain the performance of development teams can be described as policies. Once de-personalised these can be considered with respect to the risk that they serve to mitigate and the benefit they bring as contrasted to the over-head.</p>
<p>And finally we come to the maturity argument. A high maturity organisation will be able to; make statistically defensible decisions, implement causal analysis and resolution and effectively deploy process improvements.</p>
<p>While a Kanban system will provide a rich set of metrics and enables the application of a great deal of knowledge accrued in the management of pull systems, it&#8217;s great strength (from my perspective) is process improvement. A Kanban system will make any mismatch in capacity between specialists visibile. The board can be annotated with information regarding blocking issues. But, best of all, where a blockage occurs the Kanban system will release resources to deal with the constraint.</p>
<p>Given this focus it seems likely that a Kanban approach may appeal to a class of organisation who see little appeal in more developer centric approaches. Kanban offers a tool set for the management of knowledge work. However, while Scrum and XP expose trust and respect as key principles these remain a choice for the manager applying Kanban.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agiledesign.co.uk/kanban/why-kanban-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kanban Coaching Workshop</title>
		<link>http://www.agiledesign.co.uk/kanban/kanban-coaching-workshop/</link>
		<comments>http://www.agiledesign.co.uk/kanban/kanban-coaching-workshop/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:17:10 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Kanban]]></category>
		<category><![CDATA[Kanban Coaching]]></category>

		<guid isPermaLink="false">http://www.agiledesign.co.uk/kanban/kanban-coaching-workshop/</guid>
		<description><![CDATA[OK, I&#8217;m a little slow on the uptake here since &#8220;real work&#8221; is proving to be something of a distraction.
Last month I was fortunate enough to attend David Anderson&#8217;s Kanban Coaching Workshop. Here is how David described it:
This 3 day workshop is for experienced Agile coaches, existing Kanban practitioners, and those who have previously taken [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I&#8217;m a little slow on the uptake here since &#8220;real work&#8221; is proving to be something of a distraction.</p>
<p>Last month I was fortunate enough to attend David Anderson&#8217;s Kanban Coaching Workshop. Here is how David described it:</p>
<p style="text-indent:20pt;">This 3 day workshop is for experienced Agile coaches, existing Kanban practitioners, and those who have previously taken <a href="http://www.agilemanagement.net/" target="_blank" title="Agile Management">David J. Anderson&#8217;s</a> Kanban class. This workshop is intended to be an interactive collaborative session designed to facilitate knowledge sharing and learning. The class will be divided into approximately 10 sections with a slide presentation or tutorial from David to introduce each section. The goal is to enable participants to go back into the field and successfully coach Agile/Lean transitions using the Kanban approach. Each participant will received a personal recommendation from David J. Anderson as a result of participating in the class.</p>
<p>The three days were run in a very interactive style with 8 delegates including myself. Since all of the delegates were either Kanban practitioners or practicing agile coaches the discussion was both lively and in depth.</p>
<p>Subject matter covered a wide range including:</p>
<ul>
<li>Motivations for introducing Kanban</li>
<li>Getting started with Kanban</li>
<li>Comparing Agile and Lean decision making</li>
<li>David&#8217;s &#8220;recipe for success&#8221;</li>
<li>Reviewing David&#8217;s Microsoft XIT case study</li>
</ul>
<p>Rachel Davies has already blogged some of her isights from the workshop <a href="http://agilecoach.typepad.com/agile-coaching/2009/10/kanban-coaching-insights.html" target="_blank" title="Kanban Coaching Insights">here</a> and I plan to add a few of my own key take-aways over the next few posts, these will be grouped under the <a href="http://www.agiledesign.co.uk/tag/kanban-coaching/" target="_blank" title="Kanban Coaching">Kanban Coaching tag</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agiledesign.co.uk/kanban/kanban-coaching-workshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
