<?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>borselaer.org</title>
	<atom:link href="http://www.borselaer.org/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.borselaer.org</link>
	<description>Thoughts on agile project management based on human values and behavior and using PRINCE2, Scrum and Lean principles.</description>
	<lastBuildDate>Thu, 01 Dec 2011 16:45:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to create a Gantt Chart in Excel 2007 or 2010</title>
		<link>http://www.borselaer.org/index.php/2011/11/how-to-create-a-gantt-chart-in-excel-2007-or-2010/</link>
		<comments>http://www.borselaer.org/index.php/2011/11/how-to-create-a-gantt-chart-in-excel-2007-or-2010/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:58:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Gantt]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=1001</guid>
		<description><![CDATA[Previously I posted&#160;an Excel Gantt Chart template for Excel 2007 (or 2010). The template works great as is, but it&#39;s hard to reproduce on your own. Here&#39;s the step by step instruction: Create the chart data For this example&#160;I use the following data: Task Startdate Fase Activity DESIGN 5-12-2011 12 &#160; module1 5-12-2011 &#160; 5 [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I <a href="http://www.borselaer.org/index.php/2010/11/gantt-chart-template-for-excel-2007/" title="Gantt Chart template for Excel 2007 or 2010">posted</a>&nbsp;an Excel Gantt Chart template for Excel 2007 (or 2010). The template works great as is, but it&#39;s hard to reproduce on your own. Here&#39;s the step by step instruction:</p>
<h4>Create the chart data</h4>
<p>For this example&nbsp;I use the following data:</p>
<table border="1" cellpadding="2" cellspacing="0">
<thead>
<tr>
<th scope="col">Task</th>
<th scope="col">Startdate</th>
<th scope="col">Fase</th>
<th scope="col">Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td>DESIGN</td>
<td>5-12-2011</td>
<td>12</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>module1</td>
<td>5-12-2011</td>
<td>&nbsp;</td>
<td>5</td>
</tr>
<tr>
<td>module2</td>
<td>12-12-2011</td>
<td>&nbsp;</td>
<td>5</td>
</tr>
</tbody>
</table>
<p>
<p>The Gantt Chart&nbsp;spans weekend dates.&nbsp;The fase Design takes&nbsp;two weeks, which&nbsp;makes the duration 12 days (Mo-Fr + weekend&nbsp;+ Mo-Fr).</p>
<h4>Manually create the chart</h4>
<p>Create a horizontally stacked bar chart. The chart is empty at this point.</p>
<h4>Insert&nbsp;first data range and&nbsp;vertical&nbsp;labels</h4>
<p>Click on the&nbsp;&#39;select data&#39; button.</p>
<ul>
<li>Add the start date&nbsp;of&nbsp;the&nbsp;fases and activities.<br />
		The&nbsp;label is &#39;Startdate&#39;. (Important,&nbsp;don&#39;t skip this&nbsp;one).<br />
		The&nbsp;data range is&nbsp;indicated below in&nbsp;yellow.</li>
<li>And the labels<br />
		The data range is indicated below in&nbsp;orange.</li>
</ul>
<table border="1" cellpadding="2" cellspacing="0">
<thead>
<tr>
<th scope="col">Task</th>
<th scope="col">Startdate</th>
<th scope="col">Fase</th>
<th scope="col">Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td bgcolor="orange">DESIGN</td>
<td bgcolor="yellow">5-12-2011</td>
<td>12</td>
<td>&nbsp;</td>
</tr>
<tr>
<td bgcolor="orange">module1</td>
<td bgcolor="yellow">5-12-2011</td>
<td>&nbsp;</td>
<td>5</td>
</tr>
<tr>
<td bgcolor="orange">module2</td>
<td bgcolor="yellow">12-12-2011</td>
<td>&nbsp;</td>
<td>5</td>
</tr>
</tbody>
</table>
<p></p>
<p>The chart now looks like this:</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v1.png"><img alt="" class="alignleft size-full wp-image-1016" src="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v1.png" style="width: 100%;" title="Excel Gantt Chart v1" /></a></p>
<p>There&nbsp;are a couple of&nbsp;problems here:</p>
<ul>
<li>The chart doesn&#39;t start at the&nbsp;correct start date<br />
		Right click on the&nbsp;X-axis.&nbsp;Change the&nbsp;minimum value to &#39;fixed&#39;, value&nbsp;40882.<br />
		40882&nbsp;is&nbsp;the decimal&nbsp;representation of&nbsp;Dec the&nbsp;5th.</li>
<li>The X-axis should&nbsp;have a weekly interval<br />
		Right click on the X-axis. Change the primary unit&nbsp;to &#39;fixed&#39;, value&nbsp;7.</li>
<li>The Y-axis is&nbsp;reversed<br />
		Right&nbsp;click&nbsp;on&nbsp;the&nbsp;Y-axis.&nbsp;Reverse the categories.</li>
</ul>
<p>The chart&nbsp;now looks like this:</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v2.png"><img alt="" class="alignleft size-full wp-image-1020" src="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v2.png" style="width: 100%;" title="Excel Gantt Chart v2" /></a></p>
<h4>Add the&nbsp;Fase and Activity data ranges</h4>
<p>Manually add both ranges (orange and&nbsp;yellow&nbsp;in the example below).</p>
<table border="1" cellpadding="2" cellspacing="0">
<thead>
<tr>
<th scope="col">Task</th>
<th scope="col">Startdate</th>
<th scope="col">Fase</th>
<th scope="col">Activity</th>
</tr>
</thead>
<tbody>
<tr>
<td>DESIGN</td>
<td>5-12-2011</td>
<td bgcolor="orange">12</td>
<td bgcolor="yellow">&nbsp;</td>
</tr>
<tr>
<td>module1</td>
<td>5-12-2011</td>
<td bgcolor="orange">&nbsp;</td>
<td bgcolor="yellow">5</td>
</tr>
<tr>
<td>module2</td>
<td>12-12-2011</td>
<td bgcolor="orange">&nbsp;</td>
<td bgcolor="yellow">5</td>
</tr>
</tbody>
</table>
<p></p>
<p>The chart now looks like this:</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v3.png"><img alt="" class="alignleft size-full wp-image-1024" src="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v3.png" style="width: 100%;" title="Excel Gantt Chart v3" /></a></p>
<p>Notice that somehow the chart title &#39;Startdate&#39; has disappeared.</p>
<h4>Visually&nbsp;remove&nbsp;&#39;startdate&#39;&nbsp;range</h4>
<p>Delete the label &#39;Startdate&#39;&nbsp;from Excel (make&nbsp;the cell empty) and set the&nbsp;bar color and border&nbsp;color&nbsp;to &#39;none&#39;.&nbsp;<br />
	Of course&nbsp;the&nbsp;Startdate&nbsp;bar and label are still present within the chart,&nbsp;there just invisible!</p>
<h4>Optionally,&nbsp;beautify&nbsp;the&nbsp;Gantt&nbsp;chart</h4>
<p><a href="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v5.png"><img alt="" class="alignleft size-full wp-image-1028" src="http://www.borselaer.org/wp-content/uploads/Excel-Gantt-Chart-v5.png" style="width: 100%;" title="Excel Gantt Chart v5" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/11/how-to-create-a-gantt-chart-in-excel-2007-or-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better IT results with Lean Six Sigma DMAIC, a data migration example</title>
		<link>http://www.borselaer.org/index.php/2011/11/better-it-results-with-lean-six-sigma-dmaic-a-data-migration-example/</link>
		<comments>http://www.borselaer.org/index.php/2011/11/better-it-results-with-lean-six-sigma-dmaic-a-data-migration-example/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:50:20 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[Six Sigma]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=929</guid>
		<description><![CDATA[In science results are obtained by a combination of theorizing and experimentation. A theory is tested through the collection and interpretation of facts. This is usually an iterative process because the experiment generates new facts that lead to changes in the theory, thus a new experiment is needed. In the IT world such an iterative approach can also [...]]]></description>
			<content:encoded><![CDATA[<p>In science results are obtained by a combination of theorizing and experimentation. A theory is tested through the collection and interpretation of facts. This is usually an iterative process because the experiment generates new facts that lead to changes in the theory, thus a new experiment is needed.</p>
<p>In the IT world such an iterative approach can also be beneficial. This Whitebook describes a successful project where the Lean Six Sigma DMAIC method was used to improve results by generating and analyzing data.</p>
<h3>Case: data migration project</h3>
<p>A client needed a new financial application due to changed legislation.  Also all data (20,000 customer cases) from the old application needed to be migrated to the new application. The project had a tough go-live date. The quality requirement was that at least 92% of the customer cases would be fault free migrated to the new application.<br />
This project had the following challenges:</p>
<ul>
<li>The new table structure was different from the old structure. The data needed to be converted, an error-prone process.</li>
<li>The new application was still under development.</li>
<li>The calculated results from both applications could not easily be compared because of the functional changes.</li>
</ul>
<p><a href="http://www.borselaer.org/wp-content/uploads/1_en.png"><img class="alignleft size-medium wp-image-935" title="Challenges in migrating data" src="http://www.borselaer.org/wp-content/uploads/1_en-300x161.png" alt="" width="300" height="161" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>So given all these challenges, how could we determine whether the data migration was successful and in what manner could we find a root cause when problems would arise?<br />
Because of the many uncertainties an iterative approach was chosen with an automated process for comparing predicted and calculated outcomes. The approach was based on the Lean Six Sigma DMAIC methodology (Define, Measure, Analyze, Improve, Control).</p>
<h2>Lean Six Sigma DMAIC</h2>
<h3>Introduction</h3>
<p>Six Sigma is a quality improvement process. Six Sigma focuses mainly on reducing variability in production quality.</p>
<p>Lean is a method (almost a philosophy) focused on creating value in a process and reducing unnecessary process steps. Lean is largely derived from the Toyota Production System and now in use around the world in various companies (including Dell and Porsche) and also implemented in other types of processes (eg product, services and IT processes like software development project and project management).</p>
<p>In recent years, Lean and Six Sigma are increasingly combined into an integrated approach. Lean is initially used for large process improvements and Six Sigma to dot the i&#8217;s.</p>
<p>The core process within Six Sigma is the DMAIC  process. This is a variation on the well-known Deming Plan-Do-Check-Actualize cycle (though usually the process is followed only once and takes in between 1 and 5 months).</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/3_en1.png"><img class="alignleft size-medium wp-image-955" title="3_en" src="http://www.borselaer.org/wp-content/uploads/3_en1-300x120.png" alt="" width="300" height="120" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table border="0">
<tbody>
<tr>
<td>Define</td>
<td>Define the problem and determine how the process can be measured.</td>
</tr>
<tr>
<td>Measure</td>
<td>Measuring relevant data and build knowledge</td>
</tr>
<tr>
<td>Analyze</td>
<td>Analyze the facts and find causes of errors</td>
</tr>
<tr>
<td>Improve</td>
<td>Fix the problem</td>
</tr>
<tr>
<td>Control</td>
<td>Implement the solution within the organisation</td>
</tr>
</tbody>
</table>
<p>In the Lean Six Sigma DMAIC process every step within this process is supported by various &#8216;tools&#8217;. Think of statistical calculations, problem analysis, etc. In our data migration project we only used a limited set of Lean Six Sigma tools. By automation we speeded up the DMAIC process so that one DMAIC cycle could be finished within one day.</p>
<h3>Define</h3>
<p>Together with the client we determined how the quality of the data migration could be assessed. It was found that only testing the data migration itself was insufficient to guarantee the required outcome. The client obviously had no understanding of table structures and data types. Although our project scope was only to convert data, the project&#8217;s outcome could only be assessed by calculating the customer cases within the new application.</p>
<p>The client selected 200 client cases that were sufficiently representative for the entire contents of the database. These 200 cases were then manually calculated by the client. These results were delivered in a spreadsheet and we saved this data into the database as &#8216;predicted outcomes&#8217;.</p>
<h3>Measure</h3>
<p>It would have been too much work to manually compare results. We wouldn&#8217;t be able to meet the deadline. In addition there were too many changes in functionalities and data to rely on one single test iteration.</p>
<p>We needed an automated process to repeatedly compare the calculated and predicted outcomes. A migration framework which we could use repeatedly. The figure below shows this migration framework in green. In blue the newly developed application is visible. In grey the database from the old application is shown.</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/2_en2.png"><img title="Data migration framework" src="http://www.borselaer.org/wp-content/uploads/2_en2.png" alt="" width="482" height="191" /></a></p>
<p>First a copy of the old production database was created. With a push of a button we could start the migration process:</p>
<ol>
<li>The data in the old structure was translated to the new structure.</li>
<li>The new application was started.</li>
<li>The calculated results were then automatically compared with the results predicted by the client and the differences were reported.</li>
</ol>
<h3>Analysis</h3>
<p>For the differences the root cause was investigated. Lean Six Sigma has many tools in the &#8216;Analyze&#8217; step to interpret data and identify causes of problems. We made use of:</p>
<ul>
<li>Five times &#8220;why&#8221; question<br />
The &#8220;Five Times why&#8221; technique literally means that you ask the question &#8220;why is this wrong?&#8221; five times. Experience shows that the 5th time you should have found the real root cause.</li>
<li>Pareto chart<br />
Classifying data into subgroups in order to exclude irrelevant data and focusing on problem areas. This helps to determine which 20% of the root causes are responsible for 80% of the problems.</li>
</ul>
<p>The following root causes were found during the project:</p>
<ul>
<li>GIGO (Garbage In Garbage Out), the data in the old application was wrong (not previously discovered bug in the old application);</li>
<li>an error occurred during the export of data from the old database to the copy database;</li>
<li>the conversion of data from the old to the new structure went wrong;</li>
<li>there was a bug in the new application;</li>
<li>The new application worked as specified, but the specifications were wrong;</li>
<li>The manually calculated predictions were wrong;</li>
<li>the differences report itself was wrong.</li>
</ul>
<p>In other words, there was no part of the data migration process without errors. From our experience with migration projects, we think that it is normal that errors occur in all parts of the process. We also think that it is unique that all these errors are found and dealt with.</p>
<p>For each problem identified a (possible) root cause and possible solution was determined. In some cases we had a clearcut problem and solution, in other cases we had nothing more than a hypothesis. By using the migration framework we could quickly perform experiments to test our hypotheses.</p>
<h3>Improve</h3>
<p>Solutions to problems found were implemented.</p>
<h3>Control</h3>
<p>Changes in software and predicted outcomes were secured by configuration management. The migration framework was restarted.</p>
<h3>Results</h3>
<p>The first two weeks of the project we created a design for the migration and set up the migration framework. Then several times a day we executed the migration framework.</p>
<p>The first migration results were far below the target of 92% error-free records. Less than 10% of the calculated results were correct. (See chart below).</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/4_en1.png"><img title="4_en" src="http://www.borselaer.org/wp-content/uploads/4_en1.png" alt="" width="370" height="204" /></a></p>
<p>By iterating the DMAIC process we could very quickly improve results. The data generated by the migration framework helped us searching for problems and root causes. Also we could afford to perform experiments. Rather than intensive and lengthy analysis we could quickly try out a small change by running the framework.</p>
<p>Ultimately the migration project was a great success:</p>
<ul>
<li>Completed within schedule;</li>
<li>Quality better than required (99.2% instead of the required 92%, within a total of 20,000 cases that is a gain of 1,440 cases);</li>
<li>During the migration project more than 30 bugs in the new application were found and resolved;</li>
<li>We found errors in both the old application and database;</li>
<li>Incorrect assumptions in the design of the new application were found and amended.</li>
</ul>
<h2>Other examples of DMAIC</h2>
<p>DMAIC is a widely applicable approach for process improvement. In other types of processes this approach also demonstrated its value.</p>
<h3>Helpdesk</h3>
<p>A helpdesk organization notices that one specific client reports a lot more problems than other clients. After one year a structured process is implemented for root cause analysis and administration of these findings. Over time it becomes apparent that more than half of the reported problems are related to a lack of technical knowledge within the customer. A frequent consultancy session is implemented at which the reported problems and causes are discussed and specific steps are taken to build knowledge. As a result of this cycle of assessments and improvements the number of reported problems decreases significantly.</p>
<h3>Availability</h3>
<p>A client complains about the availability of the system. The statement is that 10% of the transactions fail. There is a lot of time spent on finding the root cause, but it is very difficult to find specific cases to analyze because there is no data recorded.</p>
<p>Gradually the application is modified to also measure and record the behavior of the application. It turns out that 3% of the transactions go wrong, where 0.1% of the cases have a root cause within the application and 2.9% a root cause within the clients infrastructure.</p>
<h3>Data export</h3>
<p>A financial organization provides a monthly export of financial data to another party. That export contains errors each month over and over again. The underlying financial calculations are very complex and changes to the software design lead to new errors each time. Then the approach is changed. The software is amended to store all intermediate results into the database to facilitate analysis. Root causes analysis of the problems, assisted by the additional data, helps determine the software changes that are needed . The next data export is fault free.</p>
<h3>Software development</h3>
<p>Examples of the DMAIC methodology can be found in various aspects of software development. <a title="Scrum" href="http://translate.googleusercontent.com/translate_c?act=url&#038;hl=nl&#038;ie=UTF8&#038;prev=_t&#038;rurl=translate.google.nl&#038;sl=auto&#038;tl=en&#038;twu=1&#038;u=http://www.whitehorses.nl/tags/scrum&#038;usg=ALkJrhiqIPIVWzbVYfw8dIutykeaAQTBxA" target="_blank">Scrum</a> has its roots in the Lean philosophy where the process of designing, making and testing of software is reduced to only those processes that create value (in this case working software).</p>
<p>Also, many best practices of &#8220;good software development&#8221; are based on the same underlying principles. An example is the incorporation of logging and tracing code into applications to measure it&#8217;s behavior, or test driven development by following a data driven approach to software quality.</p>
<h2>Conclusion</h2>
<p>When you do stop analyzing problems and when do you start proving your ideas and assumptions by measuring? Often we choose for analysis because we have confidence in our ability to create solutions by using our &#8216;brainpower&#8217;. Also we often think that analysis is more time effective than measuring and experimentation.</p>
<p>My experience is that in complex environments too much faith is put on analysis alone. If there are many uncertainties our mental models have very little predictive power. It is wiser to iteratively test theory with facts.</p>
<p>Building in measurements during the initial design of the system can greatly reduce time and costs. This also applies to applications or processes that are seemingly stable and predictable. The time and effort spend in building in monitoring will pay itself back when the application or processes do not perform as planned (which usually is the case).</p>
<h2>References</h2>
<ul>
<li><a title="Six Sigma Wikipedia" href="http://translate.googleusercontent.com/translate_c?act=url&#038;hl=nl&#038;ie=UTF8&#038;prev=_t&#038;rurl=translate.google.nl&#038;sl=auto&#038;tl=en&#038;twu=1&#038;u=http://en.wikipedia.org/wiki/Six_Sigma&#038;usg=ALkJrhj6Aec5fyonVQm5Ika9xJqWDFw0VQ" target="_blank">Six Sigma Wikipedia article (English)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/11/better-it-results-with-lean-six-sigma-dmaic-a-data-migration-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for lowering the agile adoption threshold</title>
		<link>http://www.borselaer.org/index.php/2011/09/tips-for-lowering-the-agile-adoption-threshold/</link>
		<comments>http://www.borselaer.org/index.php/2011/09/tips-for-lowering-the-agile-adoption-threshold/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:18:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Adoption]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=980</guid>
		<description><![CDATA[Yesterday I participated in a Dutch Agile Government Open Space meeting. The theme of this session was &#8216;Agile &#38; ICT Policy&#8217;. One of the speakers was Brigitte van den Burg. She is one of our Lower House representatives and within her party responsible for the Dutch ICT policy. It was a very interesting session and [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I participated in a Dutch<a title="Agile Overheid" href="https://agile-overheid.pleio.nl/" target="_blank"> Agile Government </a>Open Space meeting. The theme of this session was &#8216;Agile &amp; ICT Policy&#8217;. One of the speakers was Brigitte van den Burg. She is one of our Lower House representatives and within her party responsible for the Dutch ICT policy. It was a very interesting session and it is abundantly clear to me that making policy isn&#8217;t easy at all.</p>
<p>After the presentations we had several Open Space sessions. The one I facilitated was themed &#8216;how to lower the agile adoption threshold?&#8217;. We had a very creative and productive session with lots of real life experiences and these are the results (in no specific order):</p>
<ul>
<li>Crisis<br />
&#8216;I&#8217;m sorry, everything else has failed, this is the only option left&#8217;.</li>
<li>Stealth<br />
Starting working agile without asking permission first. When management finds out, it&#8217;s already created tangible results which makes adoption easier.</li>
<li>Business Case/Time to market<br />
An agile project delivers fast so value is created early on (as compared to a V model approach where the project usually is delivered in whole at the end of the project).</li>
<li>Pull the plug<br />
&#8216;If you&#8217;re not satisfied about the results you can pull the plug at any time&#8217;.</li>
<li>Collaboration<br />
&#8216;You&#8217;ve tried everything else to get your people collaborating, this is the ultimate approach to accomplish that&#8217;.</li>
<li>Pilot or experiment<br />
&#8216;So you&#8217;re trying something insane? That&#8217;s great, we&#8217;ve got the perfect matching crazy approach for that&#8217;.</li>
<li>Learning/Uncertainty about specifications or outcome<br />
Address uncertainty head on. &#8216;This approach specializes in dealing with uncertainty and creates certainties fast through a process of learning and adapting&#8217;.</li>
<li>Encapsulating<br />
Embed Scrum as the product delivery process within the PRINCE2 project management framework.  &#8220;Yes, we haven&#8217;t done this before, but you&#8217;re still in full control with all the processes you&#8217;re used to&#8221;.</li>
</ul>
<p>Of course there is no recipe for lowering the adoption threshold that works every time. The agile adoption process is an agile process in itself <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/09/tips-for-lowering-the-agile-adoption-threshold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides seminar &#8220;Lean &amp; Agile IT&#8221; published (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2011/09/slides-seminar-lean-agile-it-published-dutch/</link>
		<comments>http://www.borselaer.org/index.php/2011/09/slides-seminar-lean-agile-it-published-dutch/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:42:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Popular]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[Seminar]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=966</guid>
		<description><![CDATA[Yesterday we had our seminar Lean &#38; Agile IT. At this seminar we explained that Lean principles and Agile practices are complementary and can lead to better results. We not only applied these principles and practices to product development (like Scrum), but also to ITIL processes and integration solutions. We had a drink afterwards and [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday we had our seminar Lean &amp; Agile IT.<br />
At this seminar we explained that Lean principles and Agile practices are complementary and can lead to better results. We not only applied these principles and practices to product development (like Scrum), but also to ITIL processes and integration solutions. We had a drink afterwards and received positive feedback, so I think it was a success!</p>
<p>Anyhow, my two presentations are published on slideshare (see below). The third presentation by my colleague Peter Paul van de Beek can be found <a href="http://www.deltalounge.net/wpress/2011/09/lean-integration-presentation/" target="_blank">here</a>.</p>
<p>Part 1:</p>
<div id="__ss_9281958" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Seminar lean en agile it, 1 introductie" href="http://www.slideshare.net/borselaerorg/seminar-lean-en-agile-it-1-introductie-9281958" target="_blank">Seminar lean en agile it, 1 introductie</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/9281958" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/borselaerorg" target="_blank">Martin van Borselaer</a></div>
</div>
<p>Part 2:</p>
<div id="__ss_9281954" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Seminar lean en agile it, 2 veranderen en beheren" href="http://www.slideshare.net/borselaerorg/seminar-lean-en-agile-it-2-veranderen-en-beheren" target="_blank">Seminar lean en agile it, 2 veranderen en beheren</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/9281954" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/borselaerorg" target="_blank">Martin van Borselaer</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/09/slides-seminar-lean-agile-it-published-dutch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing seminar &#8220;Lean &amp; Agile IT: beter resultaat, betrokkenheid en IT volwassenheid&#8221; (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2011/08/organizing-seminar-lean-and-agile-it/</link>
		<comments>http://www.borselaer.org/index.php/2011/08/organizing-seminar-lean-and-agile-it/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 12:52:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[Seminar]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=925</guid>
		<description><![CDATA[I&#8217;m organizing a new seminar about creating a more effective IT organisation by using Lean &#38; Agile principles. I&#8217;m very much looking forward to share our ideas and experiences. We&#8217;ll be hosting this seminar on Thursday September the 15th at our Whitehorses head office in Nieuwegein, the Netherlands. It&#8217;s in Dutch and aimed at our customers [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m organizing a new <a title="Seminar Lean &amp; Agile IT: beter resultaat, betrokkenheid en IT volwassenheid" href="http://www.whitehorses.nl/evenementen/seminar-lean-agile-IT" target="_blank">seminar </a>about creating a more effective IT organisation by using Lean &amp; Agile principles. I&#8217;m very much looking forward to share our ideas and experiences.</p>
<p>We&#8217;ll be hosting this seminar on Thursday September the 15th at our <a href="http://www.whitehorses.nl" target="_blank">Whitehorses </a>head office in Nieuwegein, the Netherlands. It&#8217;s in Dutch and aimed at our customers or potential customers.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/08/organizing-seminar-lean-and-agile-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Whitebook &#8216;Better IT results with Lean Six Sigma DMAIC&#8217; (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2011/06/whitebook-better-it-results-by-measuring-with-lean-six-sigma-dmaic-dutch/</link>
		<comments>http://www.borselaer.org/index.php/2011/06/whitebook-better-it-results-by-measuring-with-lean-six-sigma-dmaic-dutch/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 10:47:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[Six Sigma]]></category>
		<category><![CDATA[Whitebook]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=909</guid>
		<description><![CDATA[My latest whitebook is published today. It&#8217;s a Dutch paper (original title: &#8216;Meten is weten: betere IT resultaten met Lean Six Sigma DMAIC&#8217;). As usual I&#8217;ll post an English translation soon. I&#8217;m trying to point out that sometimes it&#8217;s better to stop theorizing and start proofing your assumptions by creating and measuring results.]]></description>
			<content:encoded><![CDATA[<p>My latest <a href="http://www.whitehorses.nl/whitebooks/2011/meten-weten-betere-it-resultaten-met-lean-six-sigma-dmaic" target="_blank">whitebook </a>is published today. It&#8217;s a Dutch paper (original title: &#8216;Meten is weten: betere IT resultaten met Lean Six Sigma DMAIC&#8217;). As usual I&#8217;ll post an English translation soon.</p>
<p>I&#8217;m trying to point out that sometimes it&#8217;s better to stop theorizing and start proofing your assumptions by creating and measuring results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2011/06/whitebook-better-it-results-by-measuring-with-lean-six-sigma-dmaic-dutch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing the control/progress balance</title>
		<link>http://www.borselaer.org/index.php/2010/12/managing-the-controlprogress-balance/</link>
		<comments>http://www.borselaer.org/index.php/2010/12/managing-the-controlprogress-balance/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 07:42:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Accountability]]></category>
		<category><![CDATA[Perception]]></category>
		<category><![CDATA[Project Board]]></category>
		<category><![CDATA[Trust]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=830</guid>
		<description><![CDATA[One of the more difficult aspects of managing projects is to find the right balance between spending time on accountability, reporting and control or spending time on getting things done (progress). Spending time on planning and reporting activities means that you and your team have less time available for &#8216;normal&#8217; work. The problem is that you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more difficult aspects of managing projects is to find the right balance between spending time on accountability, reporting and control or spending time on getting things done (progress).</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/need-for-control.jpg"><img class="alignright size-medium wp-image-897" title="need-for-control" src="http://www.borselaer.org/wp-content/uploads/need-for-control-300x286.jpg" alt="" width="180" height="172" /></a>Spending time on planning and reporting activities means that you and your team have less time available for &#8216;normal&#8217; work. The problem is that you just can not ignore the need for control from your projects sponsor (or project board), but also can not fully give in to their needs because nothing would get done. It gets even more difficult when issues arise and the projects progress is stalled. The more uncertainties arise, the greater the need for control, the less time is available for getting work done.</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/the-reporting-control-balance.jpg"><img class="alignleft size-medium wp-image-898" title="the-reporting-control-balance" src="http://www.borselaer.org/wp-content/uploads/the-reporting-control-balance-300x286.jpg" alt="" width="180" height="172" /></a>The chart to the left shows the relation between time/effort spend on keeping control (horizontal) en time spend on production/progress (vertical).  The more time is spend on control, the less time becomes available for getting things done. (With &#8216;time spend&#8217; I mean time spend by both project manager and team members).</p>
<p>The problem is that there is no fixed formula to determine the sweet spot between control and progress. It all depends on the projects environment and also has a relationship with the project managers personality.</p>
<p>Some action-oriented junior project managers tend to focus on getting things done and ignore the project board&#8217;s needs (<em>point 1</em>). If the project is small and predictable this shouldn&#8217;t have to be a problem. It becomes a matter of trust (a believe that things are going to be alright even though the progress isn&#8217;t made visible by plans and reports).<br />
When the project becomes more complex, when the time between conception and delivery becomes too long, trust doesn&#8217;t cut it anymore and more reporting is demanded. This even might result in a killed project even though real progress was made.</p>
<p>Sometimes a junior project manager is more focused on methods and less on results (<em>point 2</em>). I&#8217;ve seen this happen on a project where PRINCE2 was followed to the letter, creating elaborate progress reports, while the actual project&#8217;s progress was severely constrained.</p>
<p>In my personal opinion there is no sweet spot in the middle (<em>point 3</em>). I believe that the project manager should continuously work on the projects effectiveness towards <em>point 4</em>,  reducing overhead and increasing the amount of time spend on creating solutions, while still meeting the project board&#8217;s demand for control.</p>
<p>Though there is no fixed formula I have a couple of tips.</p>
<h3>Fit for purpose</h3>
<p>The projects control/progress balance isn&#8217;t fixed. It&#8217;s normal that the need for control is higher at the project start, end and during phase transitions. Also it&#8217;s quite normal for projects to have easy and difficult times. It is wise to alter the amount of reporting when needed. Do not stick to the initial communication plan but discuss the reporting needs and change when necessary.</p>
<h3>Delegate tasks</h3>
<p><em></em>The number of teams and team leads should not only be determined by &#8216;span of control&#8217;. It is wise to determine the amount of attention the project board needs and determine the amount of time the project manager has left for operational project management. If there isn&#8217;t enough time to manage the project properly, hire an additional team lead or delegate more tasks without adding additional management.</p>
<h3>Build trust</h3>
<p><em></em>The greater the trust, the less need for reporting and accountability. An excellent manner to create trust is to deliver the project results in increments (Scrum) to demonstrate actual progress and keep progress transparent (lessons learned, burndown charts, velocity).</p>
<h3>Synchronize operational and strategic controls</h3>
<p><em></em>It is smart to synchronize the need for operational control (by the project management team) and strategic control (by the project board) so that both needs are based on the <em>same data</em>. I&#8217;ve often seen that the project board reporting demands are difficult to implement because these demands need additional administration. It is wise to discuss the reporting needs with the project board and decide on a common definition of status and progress that suits both needs. Also here I&#8217;ve some excellent experiences with some of the Scrum reports (especially project process based on velocity).</p>
<h3>Informal progress reports</h3>
<p><em></em>Another smart thing to do is to discuss the project status and progress <em>informally</em> and on a regular basis. In my experience the project board has much more questions than can be answered within a document or even during a project board meeting. This also works two ways, it reduces the need for an elaborate progress report (thus saves time) but also increases the project ownership. That is very important because an involved project board increases the chance on success substantially.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/12/managing-the-controlprogress-balance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gantt Chart template for Excel 2007 or 2010</title>
		<link>http://www.borselaer.org/index.php/2010/11/gantt-chart-template-for-excel-2007/</link>
		<comments>http://www.borselaer.org/index.php/2010/11/gantt-chart-template-for-excel-2007/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 18:05:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Gantt]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=822</guid>
		<description><![CDATA[It has been a while since my last post. I&#8217;ve been very busy managing a demanding project. The good news is that I finally managed to create a decent Gantt Chart in Excel 2007. With that I do mean a Chart object in Excel, not just some manual tinkering with Excel cells. This is a [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a while since my last post. I&#8217;ve been very busy managing a demanding project.<br />
The good news is that I finally managed to create a decent Gantt Chart in Excel 2007. With that I do mean a Chart object in Excel, not just some manual tinkering with Excel cells. This is a great improvement because the chart has a dynamic layout and timescale and is much prettier!</p>
<p>Here&#8217;s the <a href="http://www.borselaer.org/wp-content/uploads/gantt_chart_template.zip">Excel 2007 template</a>, have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/11/gantt-chart-template-for-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the connection between the Montessori Method, The Toyota Way and Agile IT?</title>
		<link>http://www.borselaer.org/index.php/2010/09/whats-the-connection-between-the-montessori-method-the-toyota-way-and-agile-it/</link>
		<comments>http://www.borselaer.org/index.php/2010/09/whats-the-connection-between-the-montessori-method-the-toyota-way-and-agile-it/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 07:12:02 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Quality]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=785</guid>
		<description><![CDATA[The first answer to this question is&#8230;. &#8216;quality build in&#8217;. The Toyota philosophy knows the concept of Poka-yoke, &#8216;mistake proofing a device by preventing, correcting, or drawing attention to human errors as they occur&#8217;. Poka-yoke is a means of building quality into the device since it prevents making mistakes. It doesn&#8217;t only have an effect [...]]]></description>
			<content:encoded><![CDATA[<p>The first answer to this question is&#8230;. &#8216;quality build in&#8217;.</p>
<p>The Toyota philosophy knows the concept of <a title="Poka-yoke" href="http://en.wikipedia.org/wiki/Poka-Yoke" target="_blank">Poka-yoke</a>, &#8216;mistake proofing a device by preventing, correcting, or drawing attention to human errors as they occur&#8217;. Poka-yoke is a means of building quality into the device since it prevents making mistakes. It doesn&#8217;t only have an effect downstream. In combination with &#8216;stop the line&#8217; (stopping production and finding the root cause of defects) this also works upstream.</p>
<p>Maria Montessori, the inventor of the <a title="Montessori Method" href="http://en.wikipedia.org/wiki/Montessori" target="_blank">Montessori Method </a>(child education), uses the same concept. The <a title="Montessori Material" href="http://en.wikipedia.org/wiki/Montessori_sensorial_materials" target="_blank">Montessori Material</a> has a build in &#8216;control of error&#8217;. The children work with the material but don&#8217;t need the teachers assistance to check their own work. The check is build in.</p>
<p>Agile IT knows concepts like <a title="Continuous Integration" href="http://en.wikipedia.org/wiki/Continuous_integration" target="_blank">continuous integration</a>, <a title="Test Automation" href="http://en.wikipedia.org/wiki/Test_automation" target="_blank">test automation</a> and <a title="Tracing" href="http://en.wikipedia.org/wiki/Tracing_(software)" target="_blank">tracing and logging</a> to build quality within the development process and within the IT solution. Guessing whether the solution works is not necessary, nor a lengthy manual testing phase. You get instant feedback on the quality of the solution. (Of course test automation does have it&#8217;s price). When the solution has gone into production, build in tracing and logging helps locating and fixing problems.</p>
<p>All three cases share the concept of &#8216;quality build in&#8217;, but that&#8217;s not the true connection. The true advantage of &#8216;quality build in&#8217; lies in increasing the learning capacity.</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/Deeming-Plan-Do-Check-Act.png"><img class="size-medium wp-image-798   alignleft" title="Deeming Plan Do Check Act Cycle" src="http://www.borselaer.org/wp-content/uploads/Deeming-Plan-Do-Check-Act-300x278.png" alt="" width="192" height="178" /></a></p>
<p>The effectiveness of the learning process is greatly influenced by the feedback cycle. We need feedback to determine if what we do is right. The shorter the feedback cycle, the better. Building quality into the process and product shortens the feedback cycle substantially.</p>
<p>The true connection between the Montessori Method, The Toyota Way and Agile IT is that all three are <em>learning processes</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/09/whats-the-connection-between-the-montessori-method-the-toyota-way-and-agile-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New cool videos on Leadership and Practical Wisdom</title>
		<link>http://www.borselaer.org/index.php/2010/09/new-cool-videos-on-leadership-and-practical-wisdom/</link>
		<comments>http://www.borselaer.org/index.php/2010/09/new-cool-videos-on-leadership-and-practical-wisdom/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 09:20:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=773</guid>
		<description><![CDATA[I&#8217;ve added two new &#8216;cool videos&#8217; to the sidebar. How great leaders inspire action (presentation by Simon Sinek, TEDxPuget Sound, Sep 2009) A great and inspiring presentation about leadership. If you think this presentation is only about marketing and selling stuff, you&#8217;re missing the point. Simon explains that people are motivated by the &#8216;Why&#8216;, not [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added two new &#8216;cool videos&#8217; to the sidebar.</p>
<h3><a title="How great leaders inspire action" href="http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action.html" target="_blank">How great leaders inspire action</a></h3>
<p>(presentation by Simon Sinek, TEDxPuget Sound, Sep 2009)</p>
<p>A great and inspiring presentation about leadership. If you think this presentation is only about marketing and selling stuff, you&#8217;re missing the point. Simon explains that people are motivated by the &#8216;<em>Why</em>&#8216;, not the &#8216;How&#8217; or &#8216;What&#8217;. I fully agree. As a project manager (or any kind of manager) it&#8217;s much more effective to explain people the project&#8217;s purpose (the why) and let them figure out what to do and how to do it, in stead of micromanaging their activities.</p>
<h3><a title="The loss of wisdom" href="http://www.ted.com/talks/barry_schwartz_on_our_loss_of_wisdom.html" target="_blank">The loss of wisdom</a></h3>
<p>(presentation by Barry Schwartz, TED2009, Feb 2009)</p>
<p>Another great presentation. This one is about how we all try to get a grip on things by implementing rules and incentives. Barry explains that rules and incentives only can do so much, it&#8217;s never seems to be sufficient and at some point rules and incentives create more problems then resolve problems. Rules and incentives are no substitute for <em>practical wisdom</em>.<br />
In business processes and project management, methods and procedures (rules) are only useful as a guideline, they can not replace common sense and practical wisdom. We also know the effects of ill chosen incentives, for instance department level bonuses that aim to make the departments more efficient, but create problems on the company level (in lean terminology: sub-optimization).</p>
<p><em>All models are wrong but some are useful.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/09/new-cool-videos-on-leadership-and-practical-wisdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where do you aim, deal or ideal? (subtitle: continuous customer-supplier alignment)</title>
		<link>http://www.borselaer.org/index.php/2010/08/where-do-you-aim-deal-or-ideal-continuous-customer-supplier-alignment/</link>
		<comments>http://www.borselaer.org/index.php/2010/08/where-do-you-aim-deal-or-ideal-continuous-customer-supplier-alignment/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 07:59:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[Change process]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Personal Effectiveness]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=725</guid>
		<description><![CDATA[As we all know, projects are complex. That applies even more to ICT projects. The problem with complexity is that it creates unpredictability. We do not like unpredictability because both customer and supplier want to have a successful business case and need to know in advance whether the project is going to deliver within the boundaries as defined by the [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know, projects are complex. That applies even more to ICT projects.</p>
<p><img class="alignleft size-medium wp-image-732" title="complexity chart: from order to chaos, complexity in projects" src="http://www.borselaer.org/wp-content/uploads/complexity-chart-300x296.png" alt="" width="162" height="160" /></p>
<p>The problem with complexity is that it creates unpredictability. We do not like unpredictability because both customer and supplier want to have a successful business case and need to know in advance whether the project is going to deliver within the boundaries as defined by the business case.</p>
<p>The classical, non agile, approach to unpredictability is to do more analysis upfront and follow a rigid change management method, usually combined with a large requirements document, contract and project plan. The <em>assumption</em> is that by doing a lot of thinking most of the potential problems can be addressed and that the few other loose ends can be managed effectively by change management.</p>
<p>I&#8217;m afraid this assumption is wrong. Not only because we continuously underestimate the number of changes during the project and are very poor in predicting the future. The <em>larger</em> problem is that the contract has become the project&#8217;s goal, not the underlying business case. This potentially creates a severe misalignment between customer and supplier.</p>
<p>Every time something unexpected happens there are two points of view.</p>
<p><img class="size-full wp-image-724 alignleft" title="crossroads, deal or ideal?" src="http://www.borselaer.org/wp-content/uploads/deal-or-ideal.png" alt="" width="100" height="197" /></p>
<p>The customer reasons from his needs, towards an ideal situation. From that point of view it is likely that changes are needed. Changes are considered necessary and an opportunity to create a better solution.</p>
<p>The supplier reasons from the contract (deal). Changes are considered a bad thing. It means that all the thinking didn&#8217;t create the desired results (a smooth and predictable project process). In most organisations projects are considered to be successful if the project is finished within the set boundaries of time, costs and scope (quality). It means that someone has to tell upper management that things do not go according to plan. It is in the interest of the project management team to reduce the amount of changes, to steer the project towards the boundaries set by the contract.</p>
<p>Though this misalignment happens in lots of projects, I do not think it is that difficult to turn the situation around. It requires an other mindset.</p>
<p>First you need to make clear within the supplier&#8217;s organisation that a project is successful when the underlying business case is successful. This means that time, scope and costs may change, it does not necessarily cause a problem.</p>
<p>Secondly I would advise the following action plan for each potential change:</p>
<ul>
<li>Determine the ideal situation<br />
Talk to the customer and ask for his needs. (In fact, don&#8217;t wait for his initiative and make some suggestions yourself).</li>
</ul>
<ul>
<li>Look at the contract<br />
Only then determine what has been agreed upon by contract or project plan and determine the gap between deal and ideal.</li>
</ul>
<ul>
<li>Change management<br />
Determine the right course of action. This can be something operational (managed by the project manager) or something on the project board level or both.</li>
</ul>
<p>Thirdly, it is also wise to repeat this process frequently, even when there are no problems. It is an excellent process to keep the project healthy, to prevent unspoken assumptions and expectations. It also is a nice fit to the concept of learning and improving.</p>
<p>Of course you agile project managers already know all of this.<br />
For you guys I have an additional suggestion. This process can also be applied to any situation where people need to work or live together. Between you and your team, between the team and Product Owner and yes, even at home between you and your partner. <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/08/where-do-you-aim-deal-or-ideal-continuous-customer-supplier-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>presentation published: The Two Largest Project Killers (in English)</title>
		<link>http://www.borselaer.org/index.php/2010/07/presentation-published-the-two-largest-project-killers-in-english/</link>
		<comments>http://www.borselaer.org/index.php/2010/07/presentation-published-the-two-largest-project-killers-in-english/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 07:18:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=664</guid>
		<description><![CDATA[I promised an English translation of my presentation &#8216;The Two Largest Project Killers&#8217;, so here it is. It is my strong belief that if everything else fails, removing fear and complexity increases the odds for success substantially. The two largest project killers View more presentations from Martin van Borselaer.]]></description>
			<content:encoded><![CDATA[<p>I promised an English translation of my presentation &#8216;The Two Largest Project Killers&#8217;, so here it is. It is my strong belief that if everything else fails, removing fear and complexity increases the odds for success substantially.</p>
<p><strong><a title="The two largest project killers" href="http://www.slideshare.net/borselaerorg/the-two-largest-project-killers">The two largest project killers</a></strong></p>
<div id="__ss_4725150" style="width: 425px;"><object id="__sse4725150" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thetwolargestprojectkillers-100710051810-phpapp02&amp;stripped_title=the-two-largest-project-killers" /><param name="name" value="__sse4725150" /><param name="allowfullscreen" value="true" /><embed id="__sse4725150" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thetwolargestprojectkillers-100710051810-phpapp02&amp;stripped_title=the-two-largest-project-killers" name="__sse4725150" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/borselaerorg">Martin van Borselaer</a>.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/07/presentation-published-the-two-largest-project-killers-in-english/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Comments are welcome (again!)</title>
		<link>http://www.borselaer.org/index.php/2010/07/comments-are-welcome-again/</link>
		<comments>http://www.borselaer.org/index.php/2010/07/comments-are-welcome-again/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 08:00:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=646</guid>
		<description><![CDATA[It seems I have to apologize. I&#39;ve invited you all to share your thoughts and opinions on my blog, but it seems that comments are disabled the last couple of months. Comments are enabled again, so please don&#39;t hesitate to ask questions, to discuss what you think is wrong or can be improved, to share [...]]]></description>
			<content:encoded><![CDATA[<p>It seems I have to apologize. I&#39;ve invited you all to share your thoughts and opinions on my blog, but it seems that comments are disabled the last couple of months.</p>
<p>Comments are enabled again, so please don&#39;t hesitate to ask questions, to discuss what you think is wrong or can be improved, to share your knowledge and experiences.</p>
<p>The world is complex, a dialog is an opportunity to learn and I welcome that opportunity!&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/07/comments-are-welcome-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When to trust your gut&#8230;. and when not</title>
		<link>http://www.borselaer.org/index.php/2010/06/when-to-trust-your-gut-and-when-not/</link>
		<comments>http://www.borselaer.org/index.php/2010/06/when-to-trust-your-gut-and-when-not/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:14:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>
		<category><![CDATA[Personal Effectiveness]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=619</guid>
		<description><![CDATA[IT is thought to be a rational world. A world of facts and logic, of analysis and methods. Yet in my experience IT is far from rational. We all believe we are rational people where in fact, in my opinion, we often are rationalizing our beliefs: &#8216;a process of constructing a logical justification for a belief, [...]]]></description>
			<content:encoded><![CDATA[<p>IT is thought to be a rational world. A world of facts and logic, of analysis and methods. Yet in my experience IT is far from rational. We all believe we are rational people where in fact, in my opinion, we often are rationalizing our beliefs: &#8216;a process of constructing a logical justification for a belief, decision, action or lack thereof that was originally arrived at through a different mental process&#8217; (<a href="http://en.wikipedia.org/wiki/Rationalization_(psychology)" target="_blank">wiki</a>).</p>
<p><a href="http://www.borselaer.org/wp-content/uploads/rationalization.jpg"><img class="alignleft size-full wp-image-642" style="width: 350px; height: 223px;" title="rationalization" src="http://www.borselaer.org/wp-content/uploads/rationalization.jpg" alt="" /></a></p>
<p>I&#8217;m not a psychologist and do not pretend to have a scientific prove for my statement that we all are rationalizing our beliefs. It is just my belief based on my personal experiences over the last 20 years.</p>
<p>Rationalization is what I used to do when I started my career. I thought I was very talented in logic and reasoning. I thought I was an excellent analyst and designer. That changed when my design decisions were challenged and I discovered that I couldn&#8217;t fully explain my choices. In the end it all came down to my personal believes about what was right and what wasn&#8217;t.  It wasn&#8217;t that my designs were flawed, it was that I fooled myself thinking that it was all logic, where in fact I was constructing a layer of logic around my personal beliefs.</p>
<p>The trouble with rationalization is that it makes your process of decision making less transparent, to others and to yourself. It creates friction in discussions with other people.  Time is wasted in defending unspoken assumptions and believes, while the other person cannot fully follow your logic and tries to determine why.</p>
<p>Rationalization also makes it difficult when to trust your intuition, to trust your gut. I believe using your intuition can be very important for effective decision making, especially in complex environments. But you need to know your mental state of mind to determine if you can trust your gut. Rationalization makes it difficult to determine your state of mind, especially where you have fears.</p>
<p>So here are my two rules to determine when to trust your gut:</p>
<ol>
<li>Trust your gut when you are <em>relaxed</em>, when things are smooth.<br />
Go with the flow.</li>
<li>Do <em>not </em>trust your gut when you feel <em>fear</em> or pressure.<br />
Stop and <em>think</em>. Examine your initial instinctive response. Usually the right course of action lies in the <em>opposite</em> direction.</li>
</ol>
<p>You can also apply both rules to other people. Especially in tense situations people have a habit of rationalizing their fears which leads to bad decision making. The problem in these situations is that most people won&#8217;t admit having fears, which forces you to discuss their flawed logic. The solution would be to create an environment with an open and fault tolerant culture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/06/when-to-trust-your-gut-and-when-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business &amp; IT anti-patterns</title>
		<link>http://www.borselaer.org/index.php/2010/06/business-it-anti-patterns/</link>
		<comments>http://www.borselaer.org/index.php/2010/06/business-it-anti-patterns/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 08:00:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=533</guid>
		<description><![CDATA[I&#8217;ve seen it again and again, the same business &#38; IT anti-patterns in organisations with an internal IT department. According to Wiki, an anti-pattern &#8216;is a general reusable solution to a commonly occurring problem, but is ineffective and/or counterproductive in practice&#8216;. Wiki contains a nice list of anti-patterns but IMHO there should be a &#8216;Business [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen it again and again, the same business &amp; IT anti-patterns in organisations with an internal IT department.</p>
<p>According to <a href="http://en.wikipedia.org/wiki/Anti-pattern" target="_blank">Wiki</a>, an anti-pattern <em>&#8216;is a general reusable solution to a commonly occurring problem, but is ineffective and/or counterproductive in practice</em>&#8216;. Wiki contains a nice list of anti-patterns but IMHO there should be a &#8216;Business &amp; IT&#8217; category with some additional anti-patterns.</p>
<h4>IT arrogance, &#8216;we do the analysis, we know what the business needs&#8217;</h4>
<p><a href="http://www.borselaer.org/wp-content/uploads/business-it-anti-pattern.jpg"><img class="alignleft size-medium wp-image-562" title="business it anti-pattern" src="http://www.borselaer.org/wp-content/uploads/business-it-anti-pattern-278x300.jpg" alt="" width="195" height="210" /></a>This anti-pattern usually starts emerging after a couple of failed projects where the business people had trouble specifying their needs. To prevent changing requirements, more and more emphasis is placed on analysis, change management and planning. Sadly, during that time the responsibility for analysis shifts from the business people to the IT people. The business is still accountable for determining requirements, but most of the actual work is done by the IT people.  As a consequence the business is less and less involved in the change process and also is even less skilled in determining their needs.</p>
<p>The end-state of this pattern is that the IT department has little faith in it&#8217;s customers capabilities to define requirements and doesn&#8217;t even try to collaborate. I&#8217;ve seen this a couple of times. A large and complex project is conducted with no customer involvement <em>at all, </em>because the IT people think they know what&#8217;s best.</p>
<p>Of course these project have there share of failures, but somehow these failures reinforce the notion that more analysis is required and that it should be done by IT specialists. Probably because each customer interaction leads to more uncertainties and not less, whilst additional analysis documents (seems to) provide work packages that can be planned and controlled.</p>
<h4>Sales dominance, &#8216;we set the pace because IT is incapable to do so&#8217;</h4>
<p><img class="alignleft size-medium wp-image-559" title="sales it anti-pattern" src="http://www.borselaer.org/wp-content/uploads/sales-it-anti-pattern-286x300.jpg" alt="" width="200" height="210" /></p>
<p>Sometimes another Business &amp; IT anti-pattern emerges within sales-dominated organisations where IT has an important role in creating a solution. Time to market is critical in selling solutions and can make the difference between sale or no-sale. Some organisations have a culture where refusing a deal is not an option, where conversations only go one way; &#8216;how can we make this happen? &#8216;. This creates pressure on the IT team to accept projects with little chance of success within the given time frame or budget.</p>
<p>The result is that during pre-sales phase the IT team tries to claim more time in order to create a solution and that sales tries to limit the time (and budget) in order to make the deal. Of course sales is always right, so the project is started anyhow. The IT team does not want to fail and tries to deliver on time and within budget (but not without some personal sacrifices). Due to the &#8217;<a href="http://en.wikipedia.org/wiki/Halo_effect" target="_blank">Halo</a>&#8216; effect and reverse halo effect, each time IT delivers on time it&#8217;s the sales team that was right, each time IT fails it&#8217;s their fault.</p>
<p>The end-state of this pattern is that a pre-sales teams with technical specialists is created which determine costs and time for each bid. This pre-sales team answers to the sales team. The IT team &#8216;only&#8217; has to create the solution once the bid is accepted. The anti-pattern is reinforced each time something goes wrong during the project because &#8216;solutions&#8217; for IT problems are implemented within the pre-sales team (for example by transferring experts from IT to pre-sales).</p>
<h4>Anti anti-pattern approach</h4>
<p><a href="http://www.borselaer.org/wp-content/uploads/balanced-capabilities.jpg"><img class="alignleft size-medium wp-image-564" title="balanced capabilities" src="http://www.borselaer.org/wp-content/uploads/balanced-capabilities-300x238.jpg" alt="" width="210" height="167" /></a>Both anti-patterns have in common that a stronger party dominates a weaker party and that this dominance is made even <em>stronger</em>. In the short term this might resolve some immediate issues, in the longer term it is a <em>bad</em> thing. You wouldn&#8217;t want to have such a relationship in your private life, would you?  By making one party stronger then the other party, the weaker party becomes even more weak. An unhealthy situation at the start deteriorates and becomes even more unhealthy.</p>
<p>A more effective approach would be to make the weaker party stronger until the collaboration becomes balanced and healthy again. It is the more difficult road to follow but leads to better results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/06/business-it-anti-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Videos (and informative too!)</title>
		<link>http://www.borselaer.org/index.php/2010/06/cool-videos-and-informative-too/</link>
		<comments>http://www.borselaer.org/index.php/2010/06/cool-videos-and-informative-too/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 10:07:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=518</guid>
		<description><![CDATA[Jeff Sutherland brought this video about intrinsic motivation to my attention. (Thanks Jeff!). It&#8217;s not only a very cool video, it&#8217;s also very true. I&#8217;ve noticed that newbies from universities have lots of up to date knowledge, but haven&#8217;t got a clue what&#8217;s really important in achieving results. It&#8217;s not about &#8216;method A&#8217;, &#8216;Best Practice B&#8217; or [...]]]></description>
			<content:encoded><![CDATA[<p>Jeff Sutherland brought <a href="http://www.youtube.com/watch?v=u6XAPnuFjJc" target="_blank">this</a> video about intrinsic motivation to my attention. (Thanks Jeff!). It&#8217;s not only a very cool video, it&#8217;s also very true. I&#8217;ve noticed that newbies from universities have lots of up to date knowledge, but haven&#8217;t got a clue what&#8217;s really important in achieving results. It&#8217;s not about &#8216;method A&#8217;, &#8216;Best Practice B&#8217; or &#8216;Principle C&#8217; , it&#8217;s about how people work together. It&#8217;s about intrinsic motivation, about driving out fear and other soft and fluffy &#8216;people stuff&#8217;.</p>
<p>You can find more interisting videos at the <a href="http://www.thersa.org/" target="_blank">RSA</a> organization. I&#8217;ve added my favourites to the &#8216;Cool Videos&#8217; sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/06/cool-videos-and-informative-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whitebook: Agile Business Case management (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2010/06/whitebook-agile-business-case-management-dutch/</link>
		<comments>http://www.borselaer.org/index.php/2010/06/whitebook-agile-business-case-management-dutch/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 14:07:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Whitebook]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=512</guid>
		<description><![CDATA[Today my (Dutch) Whitebook on Agile Business Case management is published here. This Whitebook explains why an agile approach is useful in determining the project validity within a PRINCE2 project and also explains how this works in combination with Scrum.]]></description>
			<content:encoded><![CDATA[<p>Today my (Dutch) Whitebook on Agile Business Case management is published <a href="http://www.whitehorses.nl/whitebooks/2010/agile-business-case-management" target="_blank">here</a>. This Whitebook explains why an agile approach is useful in determining the project validity within a PRINCE2 project and also explains how this works in combination with Scrum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/06/whitebook-agile-business-case-management-dutch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two project killers (ome-b.nl)</title>
		<link>http://www.borselaer.org/index.php/2010/06/two-project-killers-ome-b-nl/</link>
		<comments>http://www.borselaer.org/index.php/2010/06/two-project-killers-ome-b-nl/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:30:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=504</guid>
		<description><![CDATA[My colleague Douwe Pieter van den Bos really was impressed by my last presentation and couldn&#8217;t wait to share his thoughts on his blog. If you can&#8217;t wait on my English translation please have a look at his post. There&#8217;s lots more interesting stuff too]]></description>
			<content:encoded><![CDATA[<p>My colleague Douwe Pieter van den Bos really was impressed by my last presentation and couldn&#8217;t wait to share his thoughts on his <a href="http://www.ome-b.nl/2010/05/28/fear-and-complexity-are-the-main-project-killers/" target="_blank">blog</a>. <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  If you can&#8217;t wait on my English translation please have a look at his post. There&#8217;s lots more interesting stuff too <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/06/two-project-killers-ome-b-nl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>De twee grootste projectkillers</title>
		<link>http://www.borselaer.org/index.php/2010/05/de-twee-grootste-projectkillers/</link>
		<comments>http://www.borselaer.org/index.php/2010/05/de-twee-grootste-projectkillers/#comments</comments>
		<pubDate>Wed, 26 May 2010 08:06:33 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=491</guid>
		<description><![CDATA[Yesterday I gave a presentation (in Dutch) on what I believe are the two most common reasons for projectfailure. I published the presentation on Slideshare. I&#39;ll try to post an English version the next few weeks. Twee projectkillers &#160; &#160; View more presentations from Martin van Borselaer.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I gave a presentation (in <em>Dutch</em>) on what I believe are the two most common reasons for projectfailure. I published the presentation on <a href="http://www.slideshare.net/borselaerorg/twee-projectkillers" target="_blank">Slideshare</a>. I&#39;ll try to post an English version the next few weeks.</p>
<div id="__ss_4311267" style="width: 425px;"><strong><a href="http://www.slideshare.net/borselaerorg/twee-projectkillers" title="Twee projectkillers">Twee projectkillers</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="355" id="__sse4311267" width="425"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=tweeprojectkillers-100526024500-phpapp02&amp;stripped_title=twee-projectkillers" /><param name="name" value="__sse4311267" /><param name="allowfullscreen" value="true" /><embed allowfullscreen="true" allowscriptaccess="always" height="355" id="__sse4311267" name="__sse4311267" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=tweeprojectkillers-100526024500-phpapp02&amp;stripped_title=twee-projectkillers" type="application/x-shockwave-flash" width="425"></embed></object></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/borselaerorg">Martin van Borselaer</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/05/de-twee-grootste-projectkillers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book review: Corps Business: The 30 Management Principles of the U.S. Marines</title>
		<link>http://www.borselaer.org/index.php/2010/04/book-review-corps-business-the-30-management-principles-of-the-u-s-marines/</link>
		<comments>http://www.borselaer.org/index.php/2010/04/book-review-corps-business-the-30-management-principles-of-the-u-s-marines/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 07:55:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=481</guid>
		<description><![CDATA[It was a nice sunny day today and I finished &#8216;Corps Business: The 30 Management Principles of the U.S. Marines&#8217; on the beach. The marines have to deal with life and death decisions in highly unpredictable and fast pacing situations. To cope with this they created their own, special kind of management philosophy, which is something completely different [...]]]></description>
			<content:encoded><![CDATA[<p>It was a nice sunny day today and I finished &#8216;Corps Business: The 30 Management Principles of the U.S. Marines&#8217; on the beach. The marines have to deal with life and death decisions in highly unpredictable and fast pacing situations. To cope with this they created their own, special kind of management philosophy, which is something completely different from the Army, the Airforce and the Navy. The book describes 30 specific Marines management principles. To my astonishment these also resemble some lean, agile and even PRINCE2 principles. Decide for yourself&#8230;</p>
<p><img class="alignright" title="Corps Business: The 30 Management Principles of the U.S. Marines" src="http://ecx.images-amazon.com/images/I/41WFY95F56L._SL160_.jpg" alt="Corps Business: The 30 Management Principles of the U.S. Marines" width="108" height="160" /></p>
<p><em>Principle 1. Aim for the 70-percent solution</em><br />
It&#8217;s better to decide and act fast then to create a perfect plan that&#8217;s too late.</p>
<p><em>Principle 4. Orient to speed and complexity</em><br />
The combat environment changes quickly and chaotically. The ability to react quickly is the most important competence.</p>
<p><em>Principle 6. Build authority-on-demand into the hierarchy</em><br />
This means that marines have the authority to make their own decisions when management guidance isn&#8217;t at hand. In the field teams are very self-organizing and self-supporting.</p>
<p><em>Principle 7. Focus on the small team</em><br />
The Marines are very aware that the real stuff is done by the combat teams. The Marines do anything possible to empower these teams.</p>
<p><em>Principle 12. Cross train</em><br />
Versatile managers are created by running through different jobs. That&#8217;s more important than the loss of efficiency.</p>
<p><em>Principle 13. Manage by state and intent</em><br />
Don&#8217;t tell people what to do. Tell them what you want and why.</p>
<p><em>Principle 15. Reward failure</em><br />
People whom don&#8217;t make failures don&#8217;t take risks and accomplish nothing.</p>
<p><em>Principle 17. Glorify the lower levels of the organization</em><br />
The real heroes are the marines that make it happen, not the management.</p>
<p><em>Principle 18. Demand to be questioned</em><br />
No one knows &#8216;all&#8217;. It&#8217;s healthy to criticize and discuss other points of view.</p>
<p><em>Principle 25. Keep plans simple and flexible.</em><br />
It&#8217;s better to have a few simple options that can be adapted to changing situations then to try to make specific plans for every contingency.</p>
<p>Most of the principles I didn&#8217;t mention above are about <em>leadership</em>, which also is extremely important in any management position, but aren&#8217;t part of the Scrum or PRINCE2 methods. So I skipped that for now. Anyhow, I think almost all 30 management principles are also applicable to a business context. All in all, a great book and a recommended read!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/04/book-review-corps-business-the-30-management-principles-of-the-u-s-marines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Optimizing change processes with Value Stream Mapping</title>
		<link>http://www.borselaer.org/index.php/2010/04/optimizing-change-processes-with-value-stream-mapping/</link>
		<comments>http://www.borselaer.org/index.php/2010/04/optimizing-change-processes-with-value-stream-mapping/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 14:57:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[Business Value]]></category>
		<category><![CDATA[Change process]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Sprint Retrospective]]></category>
		<category><![CDATA[Value Stream Map]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=422</guid>
		<description><![CDATA[Value Stream Mapping is useful for optimizing processes, but not usually applied to change processes itself. There is a hidden opportunity here because determining and discussing the change process VSM also helps optimizing the change process. It helps determining what the change is all about (the value that should be created) and helps determining what parts of the change process create value and what parts don't.]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Value_stream_mapping" target="_blank">Value Stream Mapping</a> (VSM) is a Lean method used for optimizing processes. The method usually is not applied on the meta level, the optimization of the change process itself. I think there&#8217;s a hidden opportunity here. The effectiveness of a change process is only partially determined by defining the correct business objectives. It is mostly the change process itself that influences success. In other words, optimizing the change process leads to better change results. Why not apply VSM to the change process?</p>
<p>Basically VSM works like this:</p>
<ol>
<li>Determine the definition of Customer Value.<br />
Define what product or service is/should be delivered and determine its properties.<br />
Do this from the customer point of view.</li>
<li>Define the current VSM.<br />
Draw the entire process including both the flow of products, information and time.</li>
<li>Determine &#8216;waste&#8217; (or <a href="http://en.wikipedia.org/wiki/Muda_(Japanese_term)" target="_blank">muda</a> in Japanese) and draw the future VSM.<br />
Each process step that doesn&#8217;t add Customer Value is waste. Each step that doesn&#8217;t add value but is necessary in order to create value is &#8216;necessary waste&#8217;. Each step that doesn&#8217;t add value and also isn&#8217;t necessary is completely redundant.</li>
<li>Optimize the current process and repeat.<br />
Eliminate redundant steps, optimize &#8216;necessary waste&#8217;.</li>
</ol>
<p>The most difficult and critical part in VSM is firstly determining the definition of Customer Value and secondly determining &#8216;necessary waste&#8217;. Especially in change processes it is of the essence that everyone participating in the change is aware of it&#8217;s goals. I&#8217;ve seen too often that change processes (or projects) are sub-optimized because project-specific processes or goals have taken precedence over the goal the change process initially was created for.</p>
<p>Let me give you an example with an average ICT project.</p>
<h3>Customer Value</h3>
<h3><span style="font-weight: normal; font-size: 13px;">What is the Customer Value that the project creates?</span></h3>
<p>Is it design documentation, is it software? Or is it software as an enabler for business processes? I think it is none of the above. It should be software as a business enabler, but not at all costs or without any limit on delivery date.<br />
The projects Customer Value is defined by the projects Business Case (which should contain the definition of the Customer Value, but also costs, benefits, time, etc).</p>
<h3>Necessary waste</h3>
<h3><span style="font-weight: normal; font-size: 13px;">What activities or project products can be considered to be necessary waste?</span></h3>
<p><em>Design documentation</em> could be considered necessary waste. The design itself does not create value. It does not enable business processes directly, software does. Some value might be found when considering software maintenance.  If maintenance isn&#8217;t possible without documentation then there is some value there. If the software can not be maintained properly then, in time, the software does not enable business processes anymore. The thing is that other solutions exists that enable software maintenance. An automated test harness for example is a better approach.<br />
Is documentation necessary  for knowledge transfer between customer and programmer? In short, the answer is no. Knowledge transfer on paper is very ineffective. Between customer and created software at least 75% of knowledge is lost. Just discussing the requirements and features and building mock ups are far better methods for knowledge transfer.</p>
<p>How about <em>project management</em>? Does giving orders and creating plans create value?<br />
Project management is definitely waste.  It is necessary, but clearly it&#8217;s an activity that should be made as &#8216;lean&#8217; as possible. My personal goal as a project manager is to make no decisions and generally do nothing at all. Why? Because this is only possible when the project runs perfectly, when the goal is clear, the processes are effective and everyone knows what to do. Here&#8217;s where the lean Scrum process adds value. Also PRINCE2 supports this goal with management by exception and with tolerances that enable delegation of tasks and responsibilities.</p>
<h3>ICT project VSM</h3>
<p>So how would a current and future ICT project VSM look like?<br />
Of course that map would be completely different for each project. The interesting part is which activities are considered necessary waste and what optimizations are proposed. VSM is useful in making the definition of Customer Value transparent and applying that definition to each step in the change process. The discussions that arise should result in process improvements, in making the change process more effective. With an iterative approach discussing the VSM could be done after each iteration, so that change process improvement becomes a natural thing within the change process. It also fits perfectly within the Scrum and PRINCE2 methods (&#8216;Sprint Retrospective&#8217; and &#8216;Lessons Learned&#8217; respectively).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/04/optimizing-change-processes-with-value-stream-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrum for maintenance? Old habits die hard.</title>
		<link>http://www.borselaer.org/index.php/2010/03/scrum-for-maintenance-old-habits-die-hard/</link>
		<comments>http://www.borselaer.org/index.php/2010/03/scrum-for-maintenance-old-habits-die-hard/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 13:08:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=406</guid>
		<description><![CDATA[After successfully completing a project with PRINCE2 and Scrum, it looks like maintenance will be done the traditional way. Strange, because Scrum still remains the best approach to software development. ]]></description>
			<content:encoded><![CDATA[<p>It is difficult choosing Scrum as a project delivery method. It&#8217;s also difficult implementing Scrum in an organization that is not used to an agile way of thinking. One might think though, that after a year working with Scrum and successfully delivering a new system, Scrum should be at least considered as a viable option for maintenance delivery.</p>
<p>In my opinion Scrum offers a number of advantages in maintenance:</p>
<ul>
<li>reliable financial forecasts, both for customer and supplier;</li>
<li>reduced overhead in change management procedures and overall management costs;</li>
<li>self organizing team with a lot of knowledge of the customers domain (which is crucial with a small team);</li>
<li>fast delivery;</li>
<li>last but not least; dealing effectively with unpredictability.</li>
</ul>
<p>Actually, the advantages from a project point of view are also fully applicable to maintenance.</p>
<p>Strangely it seems that people revert to old habits. Scrum is applauded for the project&#8217;s success, but now &#8216;things can go back to normal&#8217;. I would argue that unpredictability still remains in the maintenance phase of the product&#8217;s lifecycle. I think this is where it goes wrong. People think that now the project is finished the problems are resolved and changes are small and can be managed effectively and cost friendly in the old manner.<br />
That wouldn&#8217;t be my prediction <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/03/scrum-for-maintenance-old-habits-die-hard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a cup of coffee with PRINCE2</title>
		<link>http://www.borselaer.org/index.php/2010/03/getting-a-cup-of-coffee-with-prince2/</link>
		<comments>http://www.borselaer.org/index.php/2010/03/getting-a-cup-of-coffee-with-prince2/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 17:13:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=375</guid>
		<description><![CDATA[PRINCE2 can easily be applied in a lightweight fashion. To illustrate this I've created the story of Pete and Jane. 
Jane wants some coffee. Pete agrees to get some. Both use PRINCE2 without being aware of it.]]></description>
			<content:encoded><![CDATA[<table style="border: 0px;" border="0" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<td valign="top"><img title="Cup_Coffee_Lid" src="http://www.borselaer.org/wp-content/uploads/Cup_Coffee_Lid-150x150.jpg" alt="" width="150" /></td>
<td valign="middle">It isn&#8217;t that difficult applying PRINCE2 in a lightweight fashion. Here&#8217;s the story of Pete and Jane.</p>
<p>Jane wants some coffee. Pete agrees to get some. Both use PRINCE2 without being aware of it.</td>
</tr>
</tbody>
</table>
<table style="border: 1px solid #b0c4de;" border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<td width="307" valign="top"><strong>Pete</strong></td>
<td width="307" valign="top"><strong>Jane</strong></td>
</tr>
<tr>
<td width="307" valign="top">Hi Jane, how are   you?</td>
<td width="307" valign="top">Hi Pete</td>
</tr>
<tr>
<td width="307" valign="top"></td>
<td width="307" valign="top">Actually, I’m dying   for a cup of coffee. Can you get me some?<br />
(<em>Project mandate</em>)</td>
</tr>
<tr>
<td width="307" valign="top">Sure no problem.</td>
<td width="307" valign="top"></td>
</tr>
<tr>
<td width="307" valign="top">How do you like your   coffee?</td>
<td width="307" valign="top">Large with non-fat   milk please. No sugar.<br />
(<em>Product Description</em>)</td>
</tr>
<tr>
<td width="307" valign="top">How much money do   you want to spend?<br />
I can get some down the hall from the machine or do you want StarBucks   coffee?</td>
<td width="307" valign="top">If you don’t mind I   prefer StarBucks. That&#8217;s more expensive but I like it better. You can get some for yourself too. Here’s the money.<br />
(<em>Business Cas</em>e)</td>
</tr>
<tr>
<td width="307" valign="top">Okay, large,   non-fat, no sugar.<br />
I’ll be back in 10 minutes if everything goes to plan.<br />
(<em>Project Plan</em>)</td>
<td width="307" valign="top">Thanks!<br />
(<em>Plan authorized</em>)</td>
</tr>
<tr>
<td width="307" valign="top">See you later!<br />
(<em>Execute Work Package</em>)</td>
<td width="307" valign="top"></td>
</tr>
<tr>
<td width="307" valign="top">… 5 minutes later a   call from Pete …</td>
<td width="307" valign="top"></td>
</tr>
<tr>
<td width="307" valign="top">Hi Jane, there’s a   large queue here, it will take another 10 minutes.<br />
(<em>Exception + Exception Plan</em>)</td>
<td width="307" valign="top">Guess I have to wait   a bit longer. Thanks for the update.<br />
(<em>Exception Plan authorized</em>)</td>
</tr>
<tr>
<td width="307" valign="top">… 8 minutes later a   call from Pete …</td>
<td width="307" valign="top"></td>
</tr>
<tr>
<td width="307" valign="top">Hi Jane, I’m on my   way now.<br />
(<em>Highlight Report</em>)</td>
<td width="307" valign="top">Great!</td>
</tr>
<tr>
<td width="307" valign="top">… 2 minutes later   Pete arrives …</td>
<td width="307" valign="top"></td>
</tr>
<tr>
<td width="307" valign="top">Here’s your coffee   and change and a donut.<br />
(<em>Deliver a Work Package</em>)</td>
<td width="307" valign="top">A donut?<br />
(<em>Quality Inspection</em>)</td>
</tr>
<tr>
<td width="307" valign="top">Yeah, you looked a   bit hungry too.</td>
<td width="307" valign="top">Well, that’s really nice   of you but I’m on a diet. This is not what I asked you for.<br />
(<em>Off spec</em>)</td>
</tr>
<tr>
<td width="307" valign="top">Sorry about that, I’ll   eat it myself, here’s the money.</td>
<td width="307" valign="top">I appreciate the   effort but next time please ask me first.<br />
(<em>Lessons Learned</em>)</p>
<p>Thanks for the coffee!<br />
(<em>Closing a Project</em>)</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/03/getting-a-cup-of-coffee-with-prince2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentation &#8216;Agile Systeemontwikkeling Met Scrum&#8217; (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2010/03/presentation-agile-systeemontwikkeling-met-scrum-dutch/</link>
		<comments>http://www.borselaer.org/index.php/2010/03/presentation-agile-systeemontwikkeling-met-scrum-dutch/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:50:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=368</guid>
		<description><![CDATA[Last Thursday I gave a presentation about &#39;Agile system development with Scrum&#39; to an&#160;audience&#160;of project managers, business consultants and more technically involved IT people. My main purpose was to provoke a &#39;paradigm change&#39; since most people in the audience aren&#39;t involved in agile system development currently. So a large part of my presentation was about [...]]]></description>
			<content:encoded><![CDATA[<p>Last Thursday I gave a <a href="http://www.slideshare.net/borselaerorg/agile-systeemontwikkeling-met-scrum-4-maart-2010-3341407" target="_blank">presentation </a>about &#39;Agile system development with Scrum&#39; to an&nbsp;audience&nbsp;of project managers, business consultants and more technically involved IT people.</p>
<p>My main purpose was to provoke a &#39;paradigm change&#39; since most people in the audience aren&#39;t involved in agile system development currently. So a large part of my presentation was about predictability and dealing with changes and why Scrum is a better approach to this then the traditional waterfall method.&nbsp;I remember clearly the first time I&nbsp;heard&nbsp;about Scrum a couple of years ago. My first reaction was that it couldn&#39;t work and only after a couple weeks I began to understand the&nbsp;strengths&nbsp;of the agile way of thinking.</p>
<p>We had some great discussions Thursday and I think I&#39;ve been able to &#39;turn&#39; some people. Mission accomplished <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="__ss_3341407" style="width: 425px;"><strong><a href="http://www.slideshare.net/borselaerorg/agile-systeemontwikkeling-met-scrum-4-maart-2010-3341407" title="Agile Systeemontwikkeling Met Scrum   4 Maart 2010">Agile Systeemontwikkeling Met Scrum 4 Maart 2010</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="355" id="__sse3341407" width="425"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agilesysteemontwikkelingmetscrum4maart2010-12677755894135-phpapp01&#038;stripped_title=agile-systeemontwikkeling-met-scrum-4-maart-2010-3341407" /><param name="name" value="__sse3341407" /><param name="allowfullscreen" value="true" /><embed allowfullscreen="true" allowscriptaccess="always" height="355" id="__sse3341407" name="__sse3341407" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agilesysteemontwikkelingmetscrum4maart2010-12677755894135-phpapp01&#038;stripped_title=agile-systeemontwikkeling-met-scrum-4-maart-2010-3341407" type="application/x-shockwave-flash" width="425"></embed></object></p>
<p>&nbsp;</p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/borselaerorg">Martin van Borselaer</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/03/presentation-agile-systeemontwikkeling-met-scrum-dutch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Whitebook: PRINCE2 combined with Scrum</title>
		<link>http://www.borselaer.org/index.php/2010/03/whitebook-prince2-combined-with-scrum/</link>
		<comments>http://www.borselaer.org/index.php/2010/03/whitebook-prince2-combined-with-scrum/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 09:45:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Whitebook]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=300</guid>
		<description><![CDATA[Last year I published a Whitebook in Dutch about the combination of PRINCE2 and Scrum. I also promised an English translation. It is long overdue, sorry about that, but finally here it is. Why combining PRINCE2 with Scrum? I think Scrum is great and we all should use the Scrum approach whenever possible. The &#8216;whenever [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I <a href="http://www.whitehorses.nl/whitebooks/2009/prince2-scrum-1-1-3" target="_blank">published </a>a Whitebook in Dutch about the combination of PRINCE2 and Scrum. I also promised an English translation. It is long overdue, sorry about that, but finally here it is.</p>
<h3>Why combining PRINCE2 with Scrum?</h3>
<p>I think Scrum is great and we all should use the Scrum approach whenever possible. The &#8216;whenever possible&#8217; bit does concern me. I&#8217;m not at all happy with the &#8216;implement Scrum as cleanly as possible and work from there&#8217; approach. Sometimes the gap between reality and the ideal agile approach is too wide to bridge, which results in a failed project and frustrated people. It isn&#8217;t healthy nor productive and just isn&#8217;t necessary. (And also isn&#8217;t agile in itself).</p>
<p>I&#8217;ve learned by experience that there&#8217;s only so much change people can endure. A little bit of radical change so now and then is acceptable and healthy, but not too much in the same time frame and certainly some time is needed to get accustomed to the new situation. Implementing lean is also a lean process, an iterative process of change, learn and adapt.</p>
<p>So the <em>first </em>reason why I think PRINCE2 and Scrum combine very well is because people are accustomed to PRINCE2 and a PRINCE2 project management wrapper around Scrum makes the Scrum implementation much easier.<br />
The <em>second </em>reason is because I think the PRINCE2/Scrum combination does add value to the customer.</p>
<p>That said, how in earth can a &#8216;heavyweight&#8217; method like PRINCE2 be combined with a lightweight Scrum approach?</p>
<h3>PRINCE2 is more agile than you think</h3>
<p>PRINCE2 doesn&#8217;t have a great reputation in the agile world. PRINCE2 is anti-agile and applying PRINCE2 makes you an evil &#8216;command and control&#8217; type of manager.</p>
<p>PRINCE2 actually is intended to be scaled down to the project&#8217;s context. The manual explicitly states that &#8216;right-sizing PRINCE2 is a critical success factor&#8217;. The 2005 version of the PRINCE2 manual doesn&#8217;t explain right-sizing PRINCE2 very well though. It&#8217;s written in a very formal style and (almost) doesn&#8217;t mention the choices you can make. This is where the bad reputation comes from. If you implement PRINCE2 straight from the book, usually very heavyweight, failure is imminent.</p>
<p>This all has changed with the 2009 version. PRINCE2 principles are introduced to explain what&#8217;s really important. The implementation of these principles is highly adoptable. The manual also clearly explains that PRINCE2 can be merged with other methods. This is because PRINCE2 is only a <em>project management</em> framework, it says nothing about delivery methods. <em>PRINCE2 also isn&#8217;t waterfall</em>. The word even doesn&#8217;t exist in the manual.</p>
<h3>Positioning Scrum within the PRINCE2 framework</h3>
<p>The Scrum process is all about delivery. Fast and effective delivery is key. Within PRINCE2 the delivery process is a black box. PRINCE2 is all about managing the project&#8217;s process.</p>
<p style="text-align: center;"><a href="http://www.borselaer.org/wp-content/uploads/PRINCE2-Scrum.jpg"><img class="size-full wp-image-317 aligncenter" title="PRINCE2 - Scrum" src="http://www.borselaer.org/wp-content/uploads/PRINCE2-Scrum.jpg" alt="" width="445" height="221" /></a></p>
<p>This makes Scrum a natural fit to the PRINCE2 &#8216;Managing Product Delivery&#8217; process. This also makes PRINCE2 the project management wrapper around Scrum. I think this is a great combination and I&#8217;ll explain this below with some real life problems we all have with Scrum. I&#8217;ll also explain some PRINCE2 implementation choices which are needed with the PRINCE2/Scrum combo.</p>
<h2>PRINCE2 solutions to Scrum problems</h2>
<h3>The Product Owner &#8216;superhuman&#8217;</h3>
<p>The Product Owner is the one and only person representing the customer. This person also represents all stakeholders. Frankly, it&#8217;s very, very hard for anyone to meet all the requirements for this job. It&#8217;s clearly one the most common problems we have with Scrum. There are some solutions, like the &#8216;proxy&#8217; Product Owner, but PRINCE2 has a much more adult and proven approach; the project board.</p>
<p>The project board knows three roles: Executive (accountable for the business case), Senior Supplier (accountable for delivery), Senior User (represents the users, accountable for the product&#8217;s requirements). Usually the Senior User is represented by a user team on an operational level.</p>
<p>It&#8217;s very easy to split up the Product Owner&#8217;s responsibilities between the Project Board&#8217;s roles, it doesn&#8217;t change the Scrum process. It actually adds value because Scrum doesn&#8217;t cope well with customer/supplier projects where the supplier takes commercial risks.  That&#8217;s because the supplier isn&#8217;t represented in the Scrum process.</p>
<p>The project board doesn&#8217;t make a project more heavy weight. It might seem so but in real life you still have the same talks with the executives involved even when a project board doesn&#8217;t exist. The project board actually makes your life as a project manager easier because in PRINCE2 the project board is accountable for the project&#8217;s success, not you. This makes the board your ally in removing impediments, also because the board members usually have the authority to do so.</p>
<h3>The CSM: responsible for the Scrum process, not for results</h3>
<p>Most people don&#8217;t seem to know that a PRINCE2 PM is not accountable to the project&#8217;s outcome, the Project Board is. That&#8217;s why the project plan must be approved by the Project Board, that&#8217;s why all important decisions are made by the Project Board. PRINCE2 has introduced the concept of tolerances to make the project&#8217;s process more independent (management by exception). The fact remains that the PM&#8217;s main duty is managing the project&#8217;s process. That&#8217;s not unlike Scrum, where the CSM also isn&#8217;t accountable to the project&#8217;s outcome.</p>
<p>In my view both the PM and CSM have the same challenges and pitfalls. Managing the process and creating strong teams. The difference is that a CSM hasn&#8217;t authority over the team, the PM does. Sometimes problems arise in Scrum projects when the CSM exceeds his/her authority when trying to impose changes in the team&#8217;s process. Sometime problems arise in non-Scrum projects when the PM rules by &#8216;command and control&#8217;. Sometimes problems arise when the customer isn&#8217;t used to a self-managing team and expects more from a CSM then Scrum allowes.</p>
<p>In all cases it isn&#8217;t easy to create a focused and self managing team. IMHO being a PM doesn&#8217;t impediment the co-existence of a self managing team. There always exists boundaries of self-determination and a PM with the proper attitude and management style also is capable in creating an effective team. A difference is that the PM does have the authority to impose changes when necessary.</p>
<p>Of course in the combination PRINCE2 and Scrum it also isn&#8217;t a problem at all to have a PM with one or more Scrum teams, each having a CSM.</p>
<h3>The project startup</h3>
<p>There exists different views how to implement a Scrum project, especially the startup phase.</p>
<p>One approach is to &#8216;just start&#8217;, and manage the implementation impediments along the way. This shouldn&#8217;t be a problem, because impediments are expected and the iterative Scrum approach with Sprint Retrospectives is an excellent way of learning and adapting.</p>
<p>The problem I have with this is that during the first few Sprints a lot of impediments are to be encountered. I find it difficult gaining trust and confidence in a Scrum approach when a lot of &#8216;problems&#8217; occur. In my experience managing expectations helps but isn&#8217;t enough. I prefer a preparation phase, sometimes called a &#8216;Sprint zero&#8217;.</p>
<p>Within PRINCE2 the preparation phase is an essential part of the method. The processes &#8216;Starting up a project&#8217; and &#8216;Initiating a project&#8217; are used to get approval to starting the project, based on a common understanding of the project&#8217;s business case, methods and procedures and also is important to get commitment from the people involved. This preparation phase doesn&#8217;t have to be heavyweight and can be executed quickly.</p>
<h3>Trust</h3>
<p>A traditional sequential approach offers confidence by predicting a delivery date, costs or a fixed scope. We all know that that won&#8217;t happen, but a commitment is given which is something a customer likes. Scrum doesn&#8217;t offer this level of commitment. There exists more uncertainties. Fixed date yes, but no fixed scope. Only after some Sprints the outcome becomes somewhat more predictable. It is something the customer has to live with. I&#8217;m not saying that this is wrong. I&#8217;m only saying that it&#8217;s difficult for a customer.</p>
<p>Scrum has some instruments that help, like velocity or the burndown chart. It still is an alien approach to most people, certainly during the first few Sprints.</p>
<p>I&#8217;ve experienced that a PRINCE2 wrapper around Scrum helps a lot in gaining trust, especially before or during startup. PRINCE2 is well known, the customer is accustomed to the instruments that PRINCE2 offers and the PRINCE2 process &#8216;Directing a project&#8217; is a more explicit means to influence the project&#8217;s progress than the Product Owner tasks as described in Scrum.</p>
<h3>Product Backlog</h3>
<p>A problem with the Product Backlog is keeping overview. The list is very dynamic and contains all kinds of User Stories: small/large, different priorities, different business domains or processes. Also sometimes interdependencies exists (which shouldn&#8217;t but it happens anyhow).</p>
<p>I can&#8217;t help notice that the PRINCE2 technique called Product Breakdown Structure is useful in creating some order in the chaos. It&#8217;s not unlike other solutions I&#8217;ve seen explained in blogs.</p>
<h3>Risks</h3>
<p>Within Scrum there&#8217;s no explicit method for managing risks. Partly it isn&#8217;t a problem because a lot of risks are managed implicitly by delivering in short intervals. Each Sprint is a checkpoint in which both solution and process are discussed and improved. This is a very effective approach for problems inside the sphere of influence of the project.</p>
<p>In my opinion there is a problem with risks that lie outside of the team. The CSM is reponsible for managing these problems (impediments) but he/she has limited authority. Also it isn&#8217;t an pro-active aproach to problems. Problems should be managed when they are still risks. (Although a valid risk-countermeasure is &#8216;do nothing&#8217;, which can work with an agile approach).</p>
<p>The PRINCE2 approach with explicit riskmanagement and an active involvement from the project board to me works very well. It shouldn&#8217;t cost too much time and effort and can add a lot of value. The PM (CSM) can deal with risks/problems within the team&#8217;s process, the project board can deal with the other risks and problems.</p>
<h2>Agile PRINCE2 implementation</h2>
<p>There&#8217;s more to making PRINCE2 agile then described above.</p>
<h3>Agile business case and Product Definitions</h3>
<p>PRINCE2 nowhere states that scope is fixed or that the project&#8217;s business case is fixed. It&#8217;s perfectly allright working with an evolving business case. (Though most people seem to think otherwise, maybe because most people think PRINCE2 equals waterfall). There is no impediment here combining PRINCE2 and Scrum.<br />
The agile approach is to start with a high-level business case and amend this business case after each Sprint. In addition to this you can also start with a single high-level product definition (like a Vision statement). For single products I use Scrum User Stories in stead of product definitions. The PRINCE2 format for a product definition is much more comprehensive, but most information is about the process of creating, validating and accepting the product. With Scrum/PRINCE2 it would be useless repeating this information over and over again in each User Story because it&#8217;s the same for each story. (Though in special cases the PRINCE2 format might be handy).</p>
<h3>Tolerances</h3>
<p>The PRINCE2 management approach is to manage &#8216;by exception&#8217;. At the start of the project specific boundaries (tolerances) are established in which the team team can move freely. The project board only becomes involved when there is danger that the project moves outside of these boundaries. This works very well with an agile approach. The tolerances for money and time can be fixed (no tolerance) where the tolerance on scope can be used to establish a minimal scope to be delivered, for instance all User Stories with a &#8216;Must Have&#8217; Business Value.</p>
<h3>Reporting</h3>
<p>The new PRINCE2 2009 manual states explictely that templates other then the official PRINCE2 ones can be used for reporting, as long as you report what is important to your customer.  It is a good idea to use specific Scrum information like release planning based on Velocity and Product Backlog, Lessons Learned based on Sprint Retrospectives.</p>
<h3>Sprints or Stages</h3>
<p>Since Scrum iterations (Sprints) follow each other closely, there is no time to get a formal approval from the Project Board to start the next Sprint. PRINCE2 states that approval is mandatory for each next project stage. This really isn&#8217;t a problem, there are a couple of solutions.</p>
<p>You can execute several &#8216;technical stages&#8217; (Sprints) within one management stage and in this way ask approval for several Sprints at once. My favorite solution is to agree on an implicit approval for the next stage. I use the Sprint Planning meeting as an informal approval for the next stage. The Sprint Backlog is my stage plan. During the first days of the next Sprint I deliver a stage report, describing the results of the previous Sprint and the consequences for the release planning. Also tolerances are useful here. When the Sprint results or release planning are within the boundaries approval can be obtained automatically.</p>
<h3>Lessons Learned</h3>
<p>Lessons Learned are essential for any effective project. This is the case with both PRINCE2 and Scrum. In a traditional approach lessons learned usually aren&#8217;t. That&#8217;s because when lessons are only discussed when the project is finished, it is of no use to the project anymore. There is a large difference when compared to Scrum. The project&#8217;s process for each Sprint remains basically the same, you have the same people on the team, so you have lots of opportunities to try out solutions and learn. I also make this process of learning explicit to the customer by reporting the Sprint Retrospective results in each stage report.</p>
<h2>Conclusion</h2>
<p>Scrum is a highly effective approach for getting results. It does take a lot of thinking, knowledge and wisdom to make the right choices when implementing Scrum. Implementing &#8216;Scrum by the book&#8217; in my opinion won&#8217;t always work, because there are too many problems to resolve, the change is too large. The problem with changes is that you can&#8217;t change instantly to an ideal. Changes are done from reality and in small steps.</p>
<p>In the real world PRINCE2 complements Scrum very well. The team works with Scrum, the project manager largely works with PRINCE2. Both methods are compatible. The real advantage of the combination is that a PRINCE2 layer around Scrum makes it much easier for a lot of organisations to move to an agile approach and more successful project outcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2010/03/whitebook-prince2-combined-with-scrum/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Presentation knowledge session PRINCE2 with Scrum (Dutch) published</title>
		<link>http://www.borselaer.org/index.php/2009/12/presentation-knowledge-session-prince2-with-scrum-dutch-published/</link>
		<comments>http://www.borselaer.org/index.php/2009/12/presentation-knowledge-session-prince2-with-scrum-dutch-published/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 09:43:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=295</guid>
		<description><![CDATA[My (Dutch) presentation on the combination of PRINCE2 and Scrum is published on slideshare. One warning though. In 1.5 hours it isn&#39;t possible to explain all the details of both PRINCE2 and Scrum, so I didn&#39;t. I told a little bit about Scrum and almost nothing about PRINCE2. The presentation was mostly about the specifics [...]]]></description>
			<content:encoded><![CDATA[<p>My (Dutch) presentation on the combination of PRINCE2 and Scrum is published on <a href="http://www.slideshare.net/borselaerorg/agile-resultaat-met-prince2-controle-v1-0" target="_blank">slideshare</a>.</p>
<p>One warning though. In 1.5 hours it isn&#39;t possible to explain all the details of both PRINCE2 and Scrum, so I didn&#39;t. I told a little bit about Scrum and almost nothing about PRINCE2. The presentation was mostly about the specifics of the combination. In other words, some knowledge on PRINCE2 and Scrum is assumed.</p>
<div id="__ss_2707746" style="width: 425px;"><strong><a href="http://www.slideshare.net/borselaerorg/agile-resultaat-met-prince2-controle-v1-0" title="Agile Resultaat Met PRINCE2 Controle V1 0">Agile Resultaat Met PRINCE2 Controle V1 0</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="355" id="__sse2707746" width="425"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agileresultaatmetprince2controlev10-12606951626114-phpapp01&amp;stripped_title=agile-resultaat-met-prince2-controle-v1-0" /><param name="name" value="__sse2707746" /><param name="allowfullscreen" value="true" /><embed allowfullscreen="true" allowscriptaccess="always" height="355" id="__sse2707746" name="__sse2707746" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agileresultaatmetprince2controlev10-12606951626114-phpapp01&amp;stripped_title=agile-resultaat-met-prince2-controle-v1-0" type="application/x-shockwave-flash" width="425"></embed></object></p>
<p>&nbsp;</p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/borselaerorg">Martin van Borselaer</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/12/presentation-knowledge-session-prince2-with-scrum-dutch-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Gemba is found in projects</title>
		<link>http://www.borselaer.org/index.php/2009/12/where-gemba-is-found-in-projects/</link>
		<comments>http://www.borselaer.org/index.php/2009/12/where-gemba-is-found-in-projects/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 12:11:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=286</guid>
		<description><![CDATA[Three words: Gemba, Kaikaku, Kaizen. Gemba means &#8216;the place truth can be found&#8217;. Kaikaku means &#8216;radical improvement&#8217;. Kaizen means &#8216;gradual improvement&#8217;. Projects are all about change. Usually we&#8217;re talking about a large change (Kaikaku). That&#8217;s why it&#8217;s a project: a temporary organization with a specific goal. You might also argue that an agile project approach [...]]]></description>
			<content:encoded><![CDATA[<p>Three words: Gemba, Kaikaku, Kaizen.</p>
<p>Gemba means &#8216;the place truth can be found&#8217;.<br />
Kaikaku means &#8216;radical improvement&#8217;.<br />
Kaizen means &#8216;gradual improvement&#8217;.</p>
<p>Projects are all about change. Usually we&#8217;re talking about a large change (Kaikaku). That&#8217;s why it&#8217;s a project: a temporary organization with a specific goal.</p>
<p>You might also argue that an agile project approach also has some Kaizen characteristics: small iterations, learning and improving. Still, when the project is finished, there should be a large improvement in comparison to the pre-project situation.</p>
<p>So what happened to Gemba? Where&#8217;s Gemba within projects?</p>
<p>First of all, I think there&#8217;s Gemba in learning by doing. Analysis is only theory. Truth is found when the software becomes available. Of course everyone involved in &#8216;Lean Thinking&#8217; or agile practices knows this. No news here.</p>
<p>There&#8217;s another level of Gemba though that&#8217;s equally important from a change point of view. That&#8217;s the current state of things, the reality as we know it.  After all, if we&#8217;re talking about change than there is a current state thats needs to be transformed to a  future state. It does not suffice only to think about the future state. You do need to know the current state.</p>
<p>This is how lean is implemented. You need to know the future (ideal lean) state, but you also need to know the current state. Initially that current state isn&#8217;t lean at all. Then you decide on a course of action. Usually an iterative process of Kaikaku followed by Kaizen. Of course the ideal state is constantly changing, so lean is more of a process than a state.</p>
<p>So what&#8217;s the relevance to project management?</p>
<p>When it comes to the project approach I think it is important to have a vision based on the ideal state, for instance the Scrum process. Ideally the project should be based on Scrum.</p>
<p>However, Gemba is also found in the current state of the organisation. Here it becomes important to determine the readiness for an ideal approach. Usually, in most cases the organisation is only partially ready, there are some issues. That&#8217;s normal, most organisations are not lean.</p>
<p>Implementing a fully lean approach such as &#8216;Scrum by the book&#8217; possibly fails because there are too many impediments. Also I don&#8217;t  think the leanliness of the project&#8217;s process is that important, what matters is that the project&#8217;s process is lean enough to do the job. Preferably very lean, but less lean than ideal might also work, or might even be better. Anyhow, implementing a project without the Gemba of the current state isn&#8217;t lean in my book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/12/where-gemba-is-found-in-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Published Whitebook &#8216;PRINCE2 + Scrum: 1 + 1 = 3&#8242; (Dutch)</title>
		<link>http://www.borselaer.org/index.php/2009/12/published-whitebook-prince2-scrum-1-1-3-dutch/</link>
		<comments>http://www.borselaer.org/index.php/2009/12/published-whitebook-prince2-scrum-1-1-3-dutch/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 13:19:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Whitebook]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=281</guid>
		<description><![CDATA[Yesterday I published my latest Whitebook &#8216;PRINCE2 + Scrum: 1 + 1 = 3&#8216; (in Dutch) in which I make the case that PRINCE2 adds value to Scrum. This Whitebook is largely based on my presentation &#8216;Agile results with PRINCE2 control&#8217;, which in turn is based on my latest real life project experiences. I&#8217;ll try [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I published my latest Whitebook &#8216;<a href="http://www.whitehorses.nl/whitebooks/2009/prince2-scrum-1-1-3" target="_blank">PRINCE2 + Scrum: 1 + 1 = 3</a>&#8216; (in Dutch) in which I make the case that PRINCE2 adds value to Scrum. This Whitebook is largely based on my presentation &#8216;Agile results with PRINCE2 control&#8217;, which in turn is based on my latest real life project experiences.</p>
<p>I&#8217;ll try to post an English translation on this blog somewhere next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/12/published-whitebook-prince2-scrum-1-1-3-dutch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Presenting at Dutch seminar &#8216;Agile project results with PRINCE2 Control&#8217; (Nov 26th)</title>
		<link>http://www.borselaer.org/index.php/2009/11/presenting-at-dutch-seminar-agile-project-results-with-prince2-control-nov-26th/</link>
		<comments>http://www.borselaer.org/index.php/2009/11/presenting-at-dutch-seminar-agile-project-results-with-prince2-control-nov-26th/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:49:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Seminar]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=267</guid>
		<description><![CDATA[I&#39;m happy to announce that I&#39;ll be presenting (in Dutch) at seminar &#39;Agile project results with PRINCE2 Control&#39; Thursday the 26th of November. I&#39;ll share my experiences combining PRINCE2 with Scrum and explain what makes this combination very successful. Also, we have reserved plenty of time for questions and discussions, so hopefully there is a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#39;m happy to announce that I&#39;ll be presenting (in Dutch) at seminar &#39;Agile project results with PRINCE2 Control&#39; Thursday the 26th of November.</p>
<p>I&#39;ll share my experiences combining PRINCE2 with Scrum and explain what makes this combination very successful. Also, we have reserved plenty of time for questions and discussions, so hopefully there is a lot of knowledge to be shared and &#39;lessons to be learned&#39;.</p>
<p>For more details please see our <a href="http://www.whitehorses.nl/nieuws/2009/11/02/kennissessie-agile-resultaat-met-prince2-controle-op-26-november" title="Seminar ">Whitehorses</a> website or the LinkedIn <a href="http://www.linkedin.com/osview/canvas?_ch_page_id=1&amp;_ch_panel_id=1&amp;_ch_app_id=7083120&amp;_applicationId=2000&amp;_ownerId=0&amp;appParams=%7B%22go_to%22:%22events/158284%22,%22referrer%22:%22public%22%7D" title="Seminar">event</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/11/presenting-at-dutch-seminar-agile-project-results-with-prince2-control-nov-26th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Boards are agile</title>
		<link>http://www.borselaer.org/index.php/2009/10/project-boards-are-agile/</link>
		<comments>http://www.borselaer.org/index.php/2009/10/project-boards-are-agile/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:28:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Executive]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Project Board]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Senior Supplier]]></category>
		<category><![CDATA[Senior User]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=244</guid>
		<description><![CDATA[Scrum Masters normally do not have access to a Project Board but in my opinion, they should. With PRINCE2 the Project Board is accountable for the project&#39;s success. Within the Project Board there are three separate roles: The Executive is accountable for the project&#39;s Business Case. The Senior User represents the people whom will use [...]]]></description>
			<content:encoded><![CDATA[<p>Scrum Masters normally do not have access to a Project Board but in my opinion, they should. With PRINCE2 the Project Board is accountable for the project&#39;s success. Within the Project Board there are three separate roles:</p>
<ul>
<li>The Executive is accountable for the project&#39;s Business Case.</li>
<li>The Senior User represents the people whom will use the product. He is accountable that the product meets the needs of these people.</li>
<li>The Senior Supplier represents the people whom will create the product. He is accountable for the quality of the product.</li>
</ul>
<p>The project manager is NOT accountable for the project&#39;s success. He is only accountable for managing the project&#39;s process. His job is to execute the plan agreed on by the Project Board. As long as the project manager does not exceed his authority the Project Board is very helpful. Why?</p>
<ul>
<li><em>Accountability is not transferable <span style="font-style: normal;">It just isn&#39;t so. You might assign other people within the project. The fact remains that if something goes wrong, the people which are accountable bare the consequences. Not the project manager but his boss, not the team but the supplier&#39;s director.</span></em></li>
<li><em>Accountability creates responsibility <span style="font-style: normal;">The project manager executes the project plan as approved by the Project Board. If something goes wrong the Project Board has the resposibility and also the &#39;power&#39; to help out. Problems shouldn&#39;t be the project manager&#39;s problem. In fact they are the Project Board&#39;s problems, because these people are accountable. A bit of an oversimplification maybe, the project manager still has problems, but the principle is sound and very effective.</span></em></li>
<li><em>The Project Board process is mostly an informal process <span style="font-style: normal;">The &#39;Directing a Project&#39; process within PRINCE2 describes a number formal documents and procedures. It describes only the <em>formal</em> part of directing a project. The formal part isn&#39;t that important and should be executed as light (agile) as possible. The real process take place informally, in meetings and discussions and only if needed (&#39;management by exception&#39;). So this process doesn&#39;t take much time if executed properly.</span></em></li>
</ul>
<p><em><span style="font-style: normal;">To me Project Boards are agile because:</span></em></p>
<ul>
<li>they are the ultimate impediment removers;</li>
<li>they let me focus on the project&#39;s process;</li>
<li>take only a little bit of my time, since the process is mostly informal and would be executed anyhow (if the Project Board wouldn&#39;t exist the same progress&nbsp;reports&nbsp;would be asked);</li>
<li>the distinction between Executive and Senior User for me is a much better fit than only a Product Owner (however sometimes the Executive and SU role can be combined within one person);</li>
<li>the Scrum scoping and reporting processes are a perfect fit from a Project Board point of view, so there&#39;s very little need to amend the Scrum method.</li>
</ul>
<p>I&#39;ve managed a PRINCE2/Scrum project for 8 months now and the Project Board is really helping me out when problems arise. It&#39;s great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/10/project-boards-are-agile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Scrum sucks</title>
		<link>http://www.borselaer.org/index.php/2009/10/where-scrum-sucks/</link>
		<comments>http://www.borselaer.org/index.php/2009/10/where-scrum-sucks/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:10:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[Executive]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Senior User]]></category>
		<category><![CDATA[Stakeholders]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=226</guid>
		<description><![CDATA[I do love Scrum. But at the same time Scrums sucks at a lot of areas from a business point of view. In my opinion the Scrum process is great to get things done. It&#8217;s great to get a motivated team with focus, it maximizes creativity and delivers value. The business side of Scrum however is [...]]]></description>
			<content:encoded><![CDATA[<p>I do love Scrum. But at the same time Scrums sucks at a lot of areas from a business point of view. In my opinion the Scrum process is great to get things done. It&#8217;s great to get a motivated team with focus, it maximizes creativity and delivers value.</p>
<p>The business side of Scrum however is almost blank. Only assigning a Product Owner is not enough. There&#8217;s a lot more to projects than only the Product Backlog and ownership of the Product Owner. That&#8217;s why there is so much discussion concerning the implementation of Scrum. You do need to fill in the gaps.</p>
<p>The most obvious gap with Scrum is the management of stakeholders.</p>
<p>With Scrum there&#8217;s only a Product Owner. This task can be delegated to someone else (the &#8216;proxy Product Owner&#8217;) or to multiple persons. The problem here is that Scrum needs a &#8216;single wringable neck&#8217;, which is difficult when it&#8217;s not one person or when the actual ownership lies somewhere else.</p>
<p>Then there&#8217;s the problem of the differences in interests. PRINCE2 makes the distinction between Senior User and Executive. The Senior User is the ultimate user, the person whom will accept and use the finished product. The Executive is responsible for the Business Case. He needs to balance costs and benefits. (By the way, the Business Case is a gap in itself!). Only in small projects these roles can be combined, in that case the Product Owner is both. In most projects the roles can not be combined. That creates a problem with Scrum. A process needs to be in place to manage differences in interests.  Scrum does not have such a process.</p>
<p>Another example occurs with projects with a commercial customer/supplier relationship. If there&#8217;s some risk involved then the party whom bares the risk needs some kind of control. Not only on an operational level but also on the executive level. Scrum does provide some level of control with the Burndown charts and Product Backlog, but there&#8217;s no process in place to manage progress and issues on an executive level.</p>
<p>These gaps are manageable. Also there is not a single solution that fits all. A lot of Scrum Masters (or project managers) have found a lot of solutions to cope with stakeholders. For me PRINCE2 complements Scrum very well. I use Scrum for the Delivery process and PRINCE2 for everything else. The team doesn&#8217;t notice PRINCE2 at all, they use Scrum. The customer notices the differences compared to a traditional PRINCE2  project, but the main processes remain the same. So again, Scrum sucks at some areas but combined with PRINCE2, I couldn&#8217;t live without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/10/where-scrum-sucks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lessons (not) Learned</title>
		<link>http://www.borselaer.org/index.php/2009/10/lessons-not-learned/</link>
		<comments>http://www.borselaer.org/index.php/2009/10/lessons-not-learned/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 19:47:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Popular]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Daily Scrum]]></category>
		<category><![CDATA[Lessons Learned]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Sprint Retrospective]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=205</guid>
		<description><![CDATA[PRINCE2 prescribes incorporating &#8216;Lessons Learned&#8217; into the project&#8217;s processes. There&#8217;s the post project Lessons Learned within the process &#8216;Closing a Project&#8217;, but also the transition from one stage (iteration) to another is an excellent opportunity to learn from previous mistakes. However, in &#8216;normal&#8217; PRINCE2 projects, I&#8217;ve seldom seen a real Lessons Learned session. Sometimes the [...]]]></description>
			<content:encoded><![CDATA[<p>PRINCE2 prescribes incorporating &#8216;Lessons Learned&#8217; into the project&#8217;s processes. There&#8217;s the post project Lessons Learned within the process &#8216;Closing a Project&#8217;, but also the transition from one stage (iteration) to another is an excellent opportunity to learn from previous mistakes.</p>
<p>However, in &#8216;normal&#8217; PRINCE2 projects, I&#8217;ve seldom seen a real Lessons Learned session. Sometimes the project manager quickly creates a Lessons Learned document near the end of the project because the document is part of the deliverables. The actual learning doesn&#8217;t take place, not just because of the mindset at the time but also because the project is finished.</p>
<p>To be fair to the people involved it&#8217;s quite difficult to actually benefit from Lessons Learned when using waterfall or when using lengthy iterations. In what way can Lessons Learned from the design phase be applied to the build phase? If something has gone wrong you do feel the pain, but nothing can be done about it.</p>
<p>PRINCE2 argues that these Lessons Learned should be documented for future use, so that the next project might benefit. That may be true, but I haven&#8217;t seen it happen yet. Even if the documents are read, knowledge transfer by writing documents is quite useless. If the same people do the next project there&#8217;s a chance that lessons are learned.</p>
<p>What really matters in projects is transforming Lessons Learned to actions within a short time frame. Otherwise the Lessons are not Learned.</p>
<p>Here&#8217;s where Scrum comes in. When PRINCE2 is combined with Scrum it suddenly becomes easy to learn from mistakes. Here&#8217;s why.</p>
<ul>
<li>Each Scrum iteration is done by the same people, delivers the same kind of products and uses the same methods and processes. Lessons Learned from the previous iteration are immediately transformed to changes in the next iteration&#8217;s approach. Furthermore, the team can track problems and changes over multiple iterations and really improve things.</li>
<li>Each day the team has the Daily Scrum meeting in which progress and impediments are discussed. It only takes a day to notice problems and (hopefully) there&#8217;s plenty of time to do something about it.</li>
</ul>
<p>That&#8217;s one of the things I love about Scrum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/10/lessons-not-learned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining PRINCE2 with Scrum is officially &#8216;allowed&#8217;</title>
		<link>http://www.borselaer.org/index.php/2009/10/combining-prince2-with-scrum-is-officially-allowed/</link>
		<comments>http://www.borselaer.org/index.php/2009/10/combining-prince2-with-scrum-is-officially-allowed/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:07:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Audit]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=198</guid>
		<description><![CDATA[The combination of PRINCE2 and Scrum has received the stamp of approval by the auditor.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I finally had a meeting with our project&#8217;s external auditor.</p>
<p>Based on a quick risk-analysis a month ago he concluded that project management was a high risk area  because of the combination of PRINCE2 with Scrum. In his view this was an impossible combination.</p>
<p>After an in depth analysis the last couple of weeks his final conclusion is that the &#8216;combination can work as described&#8217;. In fact, he stated that if we do what we say we do (and I can assure you, we do) that it &#8216;possibly is an effective approach&#8217;.</p>
<p>In real life it is an effective approach. We have been working with PRINCE2 and Scrum since March now and have trippled the project&#8217;s output and quality compared to the time frame before March (using waterfall). The customer is very happy with the results, the supplier is happy, the team is happy, we are all happy <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>But still, I&#8217;m pleased that it&#8217;s officially confirmed now, the combination can work.  <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/10/combining-prince2-with-scrum-is-officially-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Whitebook &#8220;PRINCE2 2009, nieuwe inzichten, nieuwe kansen?&#8221;</title>
		<link>http://www.borselaer.org/index.php/2009/10/new-whitebook-prince2-2009-nieuwe-inzichten-nieuwe-kansen/</link>
		<comments>http://www.borselaer.org/index.php/2009/10/new-whitebook-prince2-2009-nieuwe-inzichten-nieuwe-kansen/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 10:42:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Whitebook]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=193</guid>
		<description><![CDATA[Yesterday my new Whitebook called &#8220;PRINCE2 2009: nieuwe inzichten, nieuwe kansen&#8221; was published here (in Dutch). In this Whitebook I explain the differences between the 2005 and 2009 manuals and why the new manual is an important leap forwards.]]></description>
			<content:encoded><![CDATA[<p>Yesterday my new Whitebook called &#8220;PRINCE2 2009: nieuwe inzichten, nieuwe kansen&#8221; was published <a title="PRINCE2: nieuwe inzichten, nieuwe kansen?&quot;" href="http://www.whitehorses.nl/whitebooks/2009/prince2-2009-nieuwe-inzichten-nieuwe-kansen" target="_blank">here</a> (in Dutch).</p>
<p>In this Whitebook I explain the differences between the 2005 and 2009 manuals and why the new manual is an important leap forwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/10/new-whitebook-prince2-2009-nieuwe-inzichten-nieuwe-kansen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PRINCE2 2009 manual</title>
		<link>http://www.borselaer.org/index.php/2009/08/new-prince2-2009-manual/</link>
		<comments>http://www.borselaer.org/index.php/2009/08/new-prince2-2009-manual/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 14:23:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=186</guid>
		<description><![CDATA[I&#8217;m very, very, pleased with the new 2009 PRINCE2 manual. The method has not been changed, it&#8217;s the description of the method that has changed. This new book emphasizes not the theory of the method, but the principles behind the method and gives much more practical advice on the implementation of the method. In my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very, very, pleased with the new 2009 PRINCE2 manual.</p>
<p>The method has not been changed, it&#8217;s the description of the method that has changed.<br />
This new book emphasizes not the theory of the method, but the principles behind the method and gives much more practical advice on the implementation of the method.</p>
<p>In my opinion PRINCE2 is a very successful project management method, especially when combined with the agility of Scrum. It always has been a struggle explaining that such a combination is possible. A lot of project managers don&#8217;t see that combination. It&#8217;s either &#8216;command and control&#8217; or &#8216;let go&#8217;. Finally it is PRINCE2 itself that explains the proper way of implementing the method.</p>
<p>Currently all the projects at my current customer are audited. I&#8217;m really looking forward to the discussion about my agile PRINCE2 implementation! I&#8217;ll keep you posted on that&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/08/new-prince2-2009-manual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prince2, licht en effectief</title>
		<link>http://www.borselaer.org/index.php/2009/07/prince2-licht-en-effectief/</link>
		<comments>http://www.borselaer.org/index.php/2009/07/prince2-licht-en-effectief/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 06:02:46 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Whitebooks]]></category>
		<category><![CDATA[PRINCE2]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=178</guid>
		<description><![CDATA[I&#8217;d like you all to know that I&#8217;ve published a whitebook called &#8216;Prince2, licht en effectief&#8217;. It is published in Dutch though. You can find it here.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like you all to know that I&#8217;ve published a whitebook called &#8216;Prince2, licht en effectief&#8217;. It is published in Dutch though.</p>
<p>You can find it <a href="http://www.whitehorses.nl/prince2%252C_licht_en_effectief_2233.1195.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/07/prince2-licht-en-effectief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity planning or capacity planning (or both)?</title>
		<link>http://www.borselaer.org/index.php/2009/06/velocity-planning-or-capacity-planning-or-both/</link>
		<comments>http://www.borselaer.org/index.php/2009/06/velocity-planning-or-capacity-planning-or-both/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:10:34 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Velocity]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=160</guid>
		<description><![CDATA[Traditionally (if that even exists with agile project management) the team&#8217;s velocity is expressed in the number of story points delivered per iteration (sprint). In an ideal (theoretical) world, the next iteration&#8217;s velocity should be the same (or slightly better) then the last one. In the real world this is not the case. One cause is [...]]]></description>
			<content:encoded><![CDATA[<p>Traditionally (if that even exists with agile project management) the team&#8217;s velocity is expressed in the number of story points delivered per iteration (sprint).</p>
<p>In an ideal (theoretical) world, the next iteration&#8217;s velocity should be the same (or slightly better) then the last one. In the real world this is not the case. One cause is the fact that people don&#8217;t work all the time. They go on holidays, become ill, need training, etc. and don&#8217;t distribute there time off evenly over all iterations. Less capacity means less products delivered means less story points delivered.</p>
<p>The difference between the projected amount of story points and realized amount becomes even larger when the sprint duration is short (for instance a week) and the team is small in size.</p>
<p>In the long run it probably doesn&#8217;t matter that there&#8217;s a difference between estimated and realized story points for a <em>specific</em> sprint, but that&#8217;s not good enough for me:</p>
<ul>
<li>I want the team to have an amount of workload that is realistic, is taken seriously and is something the team can commit to.</li>
<li>I don&#8217;t want to explain to the customer the differences between projections and realization when I can avoid it.</li>
<li>I need a more realistic planning for the near future when a specific release approaches. Estimating based on the long run doesn&#8217;t do the job.</li>
</ul>
<p>That&#8217;s why I do both velocity planning and capacity planning.<br />
This is how it works:</p>
<ol>
<li>Each team member registers on a daily basis in Excel the amount of hours they have worked per user story.</li>
<li>And the end of the sprint I calculate the total amount of worked hours.</li>
<li>Dividing the amount of delivered story points by the amount of worked hours gives me the sprint&#8217;s velocity: man-hours per story point.</li>
<li>Before the next sprint planning session I determine the availability of the individual team members during that sprint and summarize that into the available man-hours. Then I divide the available man-hours by the velocity (expressed in man-hours per story point) and I have the amount of story points to be delivered by the next sprint.</li>
</ol>
<p>Measuring and reporting of velocity in man-hours per story point in stead of story points per sprint is much more precise and more transparent. It makes it easier for me explaining the differences in delivered story points per sprint. It also helps me creating better forecasts and a more precise release planning. Furthermore, the team likes to have forecasts that makes sense and don&#8217;t mind the little amount of paperwork involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/06/velocity-planning-or-capacity-planning-or-both/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lean Business Process Design</title>
		<link>http://www.borselaer.org/index.php/2009/05/lean-business-process-design/</link>
		<comments>http://www.borselaer.org/index.php/2009/05/lean-business-process-design/#comments</comments>
		<pubDate>Sun, 17 May 2009 10:05:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Business Process]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=139</guid>
		<description><![CDATA[In most projects some amount of analysis is required. With an agile method like Scrum there&#8217;s no room for a separate analysis phase. It is assumed that analysis can be done concurrently with design and build activities. This is often true when the business process is known. Sometimes also the business process needs to be determined. This [...]]]></description>
			<content:encoded><![CDATA[<p>In most projects some amount of analysis is required. With an agile method like Scrum there&#8217;s no room for a separate analysis phase. It is assumed that analysis can be done concurrently with design and build activities. This is often true when the business process is known.</p>
<p>Sometimes also the business process needs to be determined. This is the case with new processes but also when process optimization is needed. The problem with this is that analysis can take a long time and often software development is stalled. Another potential problem is that the people whom do the analysis are not the same people as those that build the software. A transfer of knowledge is required and that&#8217;s something to be avoided when possible.</p>
<p>The traditional waterfall approach of course is not the solution. This approach creates other, much larger problems.<br />
So can a substantional amount of analysis be done in an agile manner?</p>
<p>The analysis is done in a separate project &#8220;waste&#8221; is created in two ways; there&#8217;s the waste of (extensive) documentation used for knowledge transfer and there&#8217;s the waste of waiting (between analysis and design). Both should be avoided where possible.</p>
<p>I think there&#8217;s not one single successful approach but I&#8217;m reasonably happy with the approach we&#8217;re following at my current project.</p>
<p>First of all, we have introduced a second Product Backlog. This Product Backlog contains the user stories (risks, problems, whishes) on the process level. The Scrum team consists of analysts. The companies director is the Product Owner.<br />
Each sprint the analysts create a draft business process model. In collaboration with the Product Owner of the Design &amp; Build team they also create the user stories for the other (regular) Product Backlog. These user stories are derived from the draft business process model.</p>
<p>Both teams are co-located in the same room. The draft business process model is used as a guideline by the Design &amp; Build team. During the Design &amp; Build activities the analysts are available for questioning and support.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/05/lean-business-process-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Scrum, &#8216;crash&#8217; start or controlled start?</title>
		<link>http://www.borselaer.org/index.php/2009/03/implementing-scrum-crash-start-or-controlled-start/</link>
		<comments>http://www.borselaer.org/index.php/2009/03/implementing-scrum-crash-start-or-controlled-start/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:29:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=128</guid>
		<description><![CDATA[Most people advocate a &#8220;crash&#8221; start when implementing Scrum. Don&#8217;t think, just go! It&#8217;s very difficult to explain the advantages of Scrum when the customer is not used to &#8220;agile&#8221; thinking. Because Scrum delivers tangible results in short increments one could think it&#8217;s possibly better to let the results do the talking. Here in the [...]]]></description>
			<content:encoded><![CDATA[<p>Most people advocate a &#8220;crash&#8221; start when implementing Scrum. Don&#8217;t think, just go!</p>
<p>It&#8217;s very difficult to explain the advantages of Scrum when the customer is not used to &#8220;agile&#8221; thinking. Because Scrum delivers tangible results in short increments one could think it&#8217;s possibly better to let the results do the talking.</p>
<p>Here in the Netherlands the Prince2 project management method is widely used. Prince2 has a &#8220;controlled start&#8221; phase in which an elaborate project plan is created. Only after approval of this plan the project is started. Interestingly, this startup phase is considered to be a major success factor within the Prince2 method.</p>
<p>Is there any use for a controlled start when implementing Scrum?</p>
<p>May be it is a cultural thing (or maybe it&#8217;s me) but I find it very difficult to sell the Scrum approach without a project plan. On the other hand, I find it quite easy to create a project plan when implementing Scrum. Because the customer is used to Prince2 I create a Prince2 project plan (a so called &#8220;Project Initiation Document&#8221;).</p>
<p>When possible I use Prince2 terminology (like &#8220;Stage&#8221; in stead of &#8221; Sprint&#8221;). I also propose a Project Board which isn&#8217;t a Scrum thing but complements Scrum very well.<br />
The Scrum specifics like a &#8220;Product Backlog&#8221; or &#8220;User Stories&#8221; are also part of the plan.</p>
<p>This way the customer has a more &#8220;traditional&#8221; feeling to the Scrum process and it becomes much more easy to get things going.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/03/implementing-scrum-crash-start-or-controlled-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Psychology of a timebox approach</title>
		<link>http://www.borselaer.org/index.php/2009/03/psychology-of-a-timebox-approach/</link>
		<comments>http://www.borselaer.org/index.php/2009/03/psychology-of-a-timebox-approach/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 06:44:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Definition of done]]></category>
		<category><![CDATA[Timebox]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=116</guid>
		<description><![CDATA[Timeboxes are widely used in agile and non-agile projects. The idea is that scope is (or should be) limited to the amount that is feasible within the given timeframe. The assumption is that the team is capable of limiting itself to tasks that can be completed within the timebox. But what happens when the teams discovers [...]]]></description>
			<content:encoded><![CDATA[<p>Timeboxes are widely used in agile and non-agile projects. The idea is that scope is (or should be) limited to the amount that is feasible within the given timeframe.</p>
<p>The assumption is that the team is capable of limiting itself to tasks that can be completed within the timebox. But what happens when the teams discovers that a specific task can not be completed?</p>
<p>There are several options:</p>
<ol>
<li>Continue the task until the end of the timebox, but do not deliver the corresponding product (because it is not finished).</li>
<li>Continue the task but lessen the scope of the corresponding product so that the task can be finished within the timebox.</li>
<li>Kill the task all together.</li>
</ol>
<p>The first option might be tempting. There&#8217;s no discussion involved and nothing is scrapped. It seems to be more efficient because the task can continue the next iteration.</p>
<p>The problem with this approach is that there is no real deadline to meet. It really does not matter if something is not finished because you can continue in the next iteration. The same applies to the customer involved. Yes, a specific product might not be delivered at the end of the timebox because of the delays, but it will be next time.<br />
There is no need to focus, no sense of urgency.<br />
The timebox has become a formality, a statement within the progress report.</p>
<p>The timebox approach only becomes effective when the people involved feel the need to meet the deadline, again and again.<br />
This need creates focus. The team is constantly aware of the next deadline and each decision and action is geared towards that goal.</p>
<p>So, options two or three are the ones to go for.</p>
<p>There are a couple of prerequisites though.</p>
<ul>
<li>You need a &#8220;definition of done&#8221; (Scrum terminology).<br />
The definition of done defines as explicitly as possible the boundaries of the products delivered by the timebox.<br />
For instance the kind of documentation involved, whether the product is tested and how, standards to comply with, etc.</li>
<li>A quality process must be in place to confirm that products meet the criteria set by the definition of done.</li>
<li>The project manager must consistently enforce the rule that only products which meet the definition of done are delivered.</li>
<li>The customer needs to understand and comply with the consequences of definition of done.</li>
<li>A team capable of working within this process.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2009/03/psychology-of-a-timebox-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specialism is a great thing, but collaboration is key</title>
		<link>http://www.borselaer.org/index.php/2008/11/the-cost-of-specialism/</link>
		<comments>http://www.borselaer.org/index.php/2008/11/the-cost-of-specialism/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 08:32:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=100</guid>
		<description><![CDATA[Everyone knows that it&#8217;s a good thing to have specialists on your team. Not only do these people have a lot of knowledge within a specific area, they also are very efficient on the job. They deliver the best quality of work in the least amount of time within their specialism. That&#8217;s a fact. In [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that it&#8217;s a good thing to have specialists on your team. Not only do these people have a lot of knowledge within a specific area, they also are very efficient on the job. They deliver the best quality of work in the least amount of time within their specialism. That&#8217;s a fact.</p>
<p>In reality every problem needs a multi-disciplined approach. There are the end users expectations, the managers point of view, the need for training, for marketing and internal communication, the accounting department and sales people, etc.</p>
<p>It is impossible to create a solution that meets all demands with a team skilled only in specialists knowledge. Creating any solution needs a team capable of collaboration, capable of seeing each others point of view and finding a common, workable approach to the problem. A team with people without these abilities actually isn&#8217;t a team. It is a group of people in which each person is very good and efficient in doing his thing, but overall progress is slow and quality is mediocre at best.</p>
<p>When creating the project team it is important to place people with interpersonal communication skills in key positions. Sometimes this can be quite difficult because both supplier and customer might have different opinions about the team&#8217;s composition.</p>
<p>On a higher level, when looking at the project&#8217;s approach, it might become even more difficult to get approval for a process in which collaboration is placed above specialism. That&#8217;s when the knowledge of lean principles and the project&#8217;s manager people skills comes into play!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/11/the-cost-of-specialism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stakeholder alignment</title>
		<link>http://www.borselaer.org/index.php/2008/10/stakeholder-alignment/</link>
		<comments>http://www.borselaer.org/index.php/2008/10/stakeholder-alignment/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 07:10:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Focus]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=89</guid>
		<description><![CDATA[Have you ever noticed how much energy is put in getting stakeholders to work together when they actually won&#8217;t (and don&#8217;t), even when it is in their best interests? A fine example of this is the change management procedure. Sometimes more energy is spend in analyzing and discussing changes then in actually creating the changes. [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed how much energy is put in getting stakeholders to work together when they actually won&#8217;t (and don&#8217;t), even when it is in their best interests?</p>
<p>A fine example of this is the change management procedure. Sometimes more energy is spend in analyzing and discussing changes then in actually creating the changes. The change could have been realized in less time then was spend on discussion and creating paperwork. </p>
<p>Sometimes this is caused by the complexity of the product but more often it has to do with the misalignment of the stakeholders interests and a lack of trust. Somehow a project that has started with a common goal has become ugly. How come and how to prevent this from happening?</p>
<p><span id="more-89"></span>I think a lot of projects have an intrinsic win-win scenario. That&#8217;s why the parties decided to work together in the first place. It is very important to state each stakeholders interests in the project explicitly from the start. How can there be trust when the intentions and stakes are not clear? </p>
<p>The initial project plan should use the win-win mentality as a basis for procedures and responsibilities. This is not naive, it is very effective. </p>
<p>Sadly often the project manager feels the need for some &#8216;leverage&#8217; and creates a plan which does not balance each others interest and responsibilities.<br />
Of course what happens then is that the customer is pushed from a collaborative mode into a formal mode with a lack of trust.</p>
<p>Also each time something &#8216;bad&#8217; happens effort should be put in aligning the stakeholders. This is also often not the case which makes collaboration harder and makes the project team less effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/10/stakeholder-alignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing expectations with Scrum</title>
		<link>http://www.borselaer.org/index.php/2008/09/managing-expectations-with-scrum/</link>
		<comments>http://www.borselaer.org/index.php/2008/09/managing-expectations-with-scrum/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 13:31:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=49</guid>
		<description><![CDATA[One might say that managing expectations becomes much easier with an agile approach like Scrum. In stead of waiting for months before there is any result visible the Scrum approach delivers results each iteration (each sprint), thus building trust and creating positive energy. I would argue that managing expectations is much more challenging than one [...]]]></description>
			<content:encoded><![CDATA[<p>One might say that managing expectations becomes much easier with an agile approach like Scrum.<br />
In stead of waiting for months before there is any result visible the Scrum approach delivers results each iteration (each sprint), thus building trust and creating positive energy.</p>
<p>I would argue that managing expectations is much more challenging than one would think and that a Scrummaster should spend a lot of time managing these expectations.</p>
<p><span id="more-49"></span></p>
<p>First of all Scrum (or Agile) project management is new to most people. <br />
The first reaction is either &#8220;that will never work&#8221; (it was in my case <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ) or &#8220;wow, this is great, we can achieve anything now&#8221;. <br />
Without previous experience expectations are not realistic.</p>
<p>To overcome the initial doubts sales people often tend to focus only on the positive aspects of Scrum.<br />
The customer is told that the Scrum approach is more effective than a waterfall approach and delivers more functionality in less time.This is because within Scrum a multifunctional team works together and the focus is geared on the customers requirements and not on documents. This is also because the team has a very professional test process so that technical issues almost never occur. <br />
Furthermore the customer is told that they can change the scope on a detailed level anytime, almost without penalty in time, budget or quality. This is because a Scrum project has a rolling approach to analysis and design. Each new sprint the design is complemented with new features and changing features that are not documented yet do not cost anything.</p>
<p> </p>
<p>There are a couple of prerequisites to make this statement true.</p>
<p>You need a disciplined team that can focus on the results of one sprint and makes that a team effort.<br />
Usually the people in the team have not worked together before and need some time to become effective (Michael James, my Scrum trainer told me that a team goes through the process of &#8220;Forming, Storming, Norming, Performing&#8221;).</p>
<p>The test process within the team needs to be efficient, repeatable and generally on a highly professional level. Without proper &#8220;proof&#8221; that the solution created within the sprint is a good one that complies to both functional and technical requirements, there is a big chance that issues arise later on thus compromising progress.<br />
Usually the test process is not that professional and lots of technical issues frustrate the learning process.</p>
<p>Both supplier and customer must be able to breakdown the solution in small pieces and work only on these small pieces. <br />
For both parties this is a big change in thinking. It is not what they are used to and even seems counterproductive (but isn&#8217;t).</p>
<p>Both customer and supplier must be able to delegate control to the team. In order to raise productivity the team needs the authority to make it&#8217;s own decisions (and also must be capable to).<br />
Usually both project manager and business executive are accustomed to &#8220;stay in control&#8221; by using all kinds of formal procedures and documents.</p>
<p>Probably there are a couple more prerequisites&#8230;. <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p> </p>
<p>The reality is that while it is very difficult to create a hyper performing team, a lot of the aspects described above also do occur with more traditionally approached projects and the agile approach <em>still will be more effective.</em></p>
<p><em><span style="font-style: normal; ">The problem occurs when the customer expects a hyper performing team and only receives well performing results.</span></em></p>
<p> </p>
<p>So what is the role of the Scrummaster in this?</p>
<p>One role of the Scrummaster is to advocate and monitor the Scrum process.<br />
I think it is essential that <em>realism</em> is a big part of that. </p>
<p>&#8220;No, the first few sprints probably will not deliver any tangible results&#8230; this is because we need to learn to work together and need to get our test process working&#8221;.</p>
<p>The Scrummaster must be able to communicate both the positives and the negatives of Scrum and still have a compelling story.<br />
The team needs to know that they are given some time to get accustomed to each other and get a performing process together.<br />
The customer needs to know that the start will be slow but that the team will make it up later on (and if not we will find out very soon and can do something about it).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/09/managing-expectations-with-scrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Scrum projects need a business case?</title>
		<link>http://www.borselaer.org/index.php/2008/09/do-scrum-projects-need-a-business-case/</link>
		<comments>http://www.borselaer.org/index.php/2008/09/do-scrum-projects-need-a-business-case/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 05:48:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Business & IT]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=41</guid>
		<description><![CDATA[The Scrum method does not explicitly state that a business case is needed. So why should you have one? First of all, let me ask you another question. &#8220;Do Scrum projects have a business case?&#8221; Well of course they do. Every project has a business case. A &#8220;reason why&#8221;, a &#8220;justification of&#8221;, a specific goal. Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>The Scrum method does not explicitly state that a business case is needed. So why should you have one?</p>
<p>First of all, let me ask you another question. &#8220;Do Scrum projects <em>have</em> a business case?&#8221;</p>
<p><span id="more-41"></span>Well of course they do. Every project has a business case. A &#8220;reason why&#8221;, a &#8220;justification of&#8221;, a specific goal. Sometimes a business case only exists in the mind of the business executives, sometimes an elaborate analysis has led to a business case document.</p>
<p>As stated in my previous <a href="http://www.borselaer.org/index.php/2008/08/29/maintaining-focus/" target="_blank">post</a> projects tend to align to the measurement system and it is wise to align the measurement system to the business case. The same applies to Scrum projects. It does not help when the business case is not defined explicitly.</p>
<p>Within the PRINCE2 project management method the business case plays an important role. Unified Process also uses a Business Case. Scrum doesn&#8217;t have it, but if there is really good teamwork going on then probably the business case is clear anyhow.</p>
<p>So, does a Scrum project need a business case?<br />
I would say <em>yes</em>. It plays an essential role to maintain focus on what is important. Even when teamwork is great it still helps a lot. It also can help managing the customers expectations.</p>
<p>At the same time I think the Business Case should be <em>agile</em>. It is of no use to spend too much time on analysis or describing the solution. That would not be agile and probably not effective. To me an Agile Business Case resembles a User Story. It describes the need of the customer and defines the boundaries of the solution/product, it does not describe the solution itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/09/do-scrum-projects-need-a-business-case/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PRINCE2 choices</title>
		<link>http://www.borselaer.org/index.php/2008/08/prince-2-choices/</link>
		<comments>http://www.borselaer.org/index.php/2008/08/prince-2-choices/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 13:29:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=23</guid>
		<description><![CDATA[Some people asked me what I meant with &#8220;implement all PRINCE2 processes&#8221; in my last post. &#8220;Did you really mean all processes?&#8221; Yes that&#8217;s correct, I do mean all processes. And trust me, it still can be lightweight, depending on your choices. Let me explain. With implementing a process I mean following the principle behind [...]]]></description>
			<content:encoded><![CDATA[<p>Some people asked me what I meant with &#8220;implement all PRINCE2 processes&#8221; in my <a href="http://www.borselaer.org/index.php/2008/08/20/waiter-a-plate-of-commonsense-please/" target="_blank">last</a> post. &#8220;Did you really mean <em>all</em> processes?&#8221;</p>
<p>Yes that&#8217;s correct, I do mean <em>all</em> processes. And trust me, it still can be lightweight, depending on your choices.<br />
Let me explain.</p>
<p><span id="more-23"></span>With implementing a process I mean <em>following the principle behind the process, it&#8217;s intend. </em>That does not necessarily mean that the process and given templates are followed to the letter. It is your choice as a <span><span>projectmanager</span></span> to determine the amount of paperwork and the extend in which all the criteria described for a process are followed through. You can use the whole of the template, you can choose for no paper at all. As long as the intend of the process is covered.</p>
<p>An example.<br />
There is a process within PRINCE2 called &#8220;Managing product delivery&#8221;. It has three <span><span>subprocesses</span></span> &#8220;Accepting, Executing en Delivering a Work Package&#8221;.<br />
It is used for managing individuals or teams within the project as well as managing subcontractors. The Work Package template describes things like &#8220;acceptance criteria, communication aspects&#8221; and so on. It can be quite elaborate.</p>
<p>But when should you use such a template in your project? If the work is assigned to a single person whom has done much of the same work before, please don&#8217;t!<br />
In fact the whole process can be executed verbally. To start with the process three questions are enough; &#8220;Do you understand this assignment? What kind of help do you need? Can you do the job?&#8221;.<br />
These questions cover the intend of &#8220;Accepting a Work Package&#8221; (and are effective and &#8220;fit for purpose&#8221;).<br />
<span>Of course, when the work is to be done by a subcontractor then you probably need the template at it&#8217;s fullest&#8230;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/08/prince-2-choices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining focus</title>
		<link>http://www.borselaer.org/index.php/2008/08/maintaining-focus/</link>
		<comments>http://www.borselaer.org/index.php/2008/08/maintaining-focus/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 07:08:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Business Case]]></category>
		<category><![CDATA[Focus]]></category>
		<category><![CDATA[Reporting]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=28</guid>
		<description><![CDATA[One of the challenges within projects is to keep focus on what&#8217;s really important. The project has (or should have) a specific goal. When things go wrong, when issues and changes occur, are we still focused on that goal? There is a very powerful tool to create and maintain focus on project and that is the progress [...]]]></description>
			<content:encoded><![CDATA[<p>One of the challenges within projects is to keep focus on what&#8217;s really important. The project has (or should have) a specific goal. When things go wrong, when issues and changes occur, are we still focused on that goal?</p>
<p>There is a very powerful tool to create and maintain focus on project and that is the progress report. The progress report is used to communicate the progress to the project board or senior executive/supplier/user; on scope, budget, time and risks (and sometimes quality). Implicitly it is a kind of measurement system. The success of the project is measured by this progress report. Of course people tend to deliver what is measured, in other words, projects tend to align to the measurement system.</p>
<p>The big question is &#8220;<em>does the measurement system reflect the project goal</em>&#8220;?<br />
In my experience this is often not the case.</p>
<p>The project&#8217;s goal is expressed in the underlying business case. If the business case is not defined explicitly then it still exists implicitly. (There is a reason why the project was funded). The business case should not only describe the development phase of the product (the project itself) but also the production phase of the product (maintenance, support). A common business case is that process improvements lead to a decrease in costs in production.  The costs of the project will then break even in X years.</p>
<p>The problem with a business case is that very often it is defined only once, before the start of a project. When the project commences the business case is never looked at again. That is a shame because the business case not only defines the validity of the project, it is also a very good tool to keep the project aligned on the end result.</p>
<p>In fact, in fixed-price projects, there are at least two business cases. One for the customer and one for each supplier. The customer wants a new product or process improvement. The supplier wants to make a profit on the project. Depending on the amount of &#8220;transparency&#8221; the project manager should have two progress reports, one on the customers business case and one internally for the supplier. The first focused on the customers goals, the second one on profit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/08/maintaining-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gung Ho!</title>
		<link>http://www.borselaer.org/index.php/2008/08/gung-ho/</link>
		<comments>http://www.borselaer.org/index.php/2008/08/gung-ho/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 18:37:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[People-skills]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=16</guid>
		<description><![CDATA[Today I&#8217;ve read the book &#8220;Gung Ho!&#8221; by Ken Blanchard. Gung Ho! describes the three principles which (can) lead to motivated people in organizations. The book did not really provide me with new insights, but it is nicely written and short too It will make an excellent gift.]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve read the book &#8220;Gung Ho!&#8221; by Ken Blanchard.<br />
Gung Ho! describes the three principles which (can) lead to motivated people in organizations.</p>
<p>The book did not really provide me with new insights, but it is nicely written and short too <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
It will make an excellent gift.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/08/gung-ho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Waiter, a plate of commonsense please</title>
		<link>http://www.borselaer.org/index.php/2008/08/waiter-a-plate-of-commonsense-please/</link>
		<comments>http://www.borselaer.org/index.php/2008/08/waiter-a-plate-of-commonsense-please/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:19:30 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[PRINCE2]]></category>

		<guid isPermaLink="false">http://www.borselaer.org/?p=6</guid>
		<description><![CDATA[Recently I watched the movie “Ratatouille” by Pixar/Disney. In this movie a renowned critic looks at the menu and asks the waiter for “a good meal of commonsense”. Of course the waiter does not understand and the critic explains to him he wants the best food the chef can manage. Sometimes I feel like this [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I watched the movie “Ratatouille” by Pixar/Disney. In this movie a renowned critic looks at the menu and asks the waiter for “a good meal of commonsense”. Of course the waiter does not understand and the critic explains to him he wants the best food the chef can manage.</p>
<p>Sometimes I feel like this critic when looking at how projects are managed. People tend to stick to accepted methods, best practices and known rules and regulations, but at the same time lose track of the things that really matter. Methods that were once introduced as guidelines for doing things better have become goals in itself.</p>
<p>Let me give you an example.</p>
<p>The UK government once studied successful projects and found some similarities. These similarities led to the project management method “PRINCE2″, a method widely used in Western Europe. PRINCE2 covers all kinds of projects, small and large, ICT related or not. So the method is quite elaborate and explicit about procedures, forms and project documentation.</p>
<p>Though Prince 2 is used widely in the Netherlands, many people consider the method to be very formal, producing a lot of paperwork and overhead. This is often true if you look at how the method is implemented. Also Prince 2 is often only partially implemented (“PINO”, Prince in name only) to make it more “lightweight”.<br />
In both cases often Prince 2 does not lead to (very) successful projects.</p>
<p><em>So why is it that a method that is derived from successful projects often does not lead to successful projects?</em></p>
<p>In my opinion it has nothing to do with the method itself but everything with the mindset of the people implementing the method. It is not the method that does the trick; it is the rationale behind the method and subsequently the awareness of these rationales by the people using the method. If you know <strong>why</strong> a specific process or form helps creating a better project result then you also know <strong>what choices</strong> to make when implementing the method.<br />
(Of course there are a lot of other things that determine the project success but that’s out of scope for now).</p>
<p>In the case of Prince 2 my advice is to implement all the processes described in the method, but to choose carefully the extend of paperwork/overhead for each process. The reason behind this is that each process described in Prince 2 has a rationale behind it, a reason why that specific process helps creating better results. Omitting that specific process could mean that the project (manager) is less in control. Implementing that process with too much paperwork has a negative impact on the effectiveness of that process (to a point that the process becomes counter productive).<br />
The rule should be: “as much paperwork as needed but less is better”.</p>
<p>It is interesting to see that sometimes people with the least knowledge of PM methods create the best results. May be they practice a little bit more of “commonsense”? <img src='http://www.borselaer.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.borselaer.org/index.php/2008/08/waiter-a-plate-of-commonsense-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

