<?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>me.andering - Willem van den Ende &#187; retrospectives</title>
	<atom:link href="http://me.andering.com/tag/retrospectives/feed/" rel="self" type="application/rss+xml" />
	<link>http://me.andering.com</link>
	<description>Systems thinking about software development</description>
	<lastBuildDate>Tue, 13 Oct 2009 09:33:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fall Conference Appearances</title>
		<link>http://me.andering.com/2009/10/09/fall-conference-appearances/</link>
		<comments>http://me.andering.com/2009/10/09/fall-conference-appearances/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 10:52:56 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[craftsmanship]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[retrospectives]]></category>
		<category><![CDATA[test-driven-development]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=753</guid>
		<description><![CDATA[I planned to write individual posts about new and upcoming workshops, but the rate at which we get invited and accepted to conferences this fall outstrips my ability to post new entries   I have to post now, before the conferences themselves are over&#8230; I hope you&#8217;ll join us for at least one of [...]]]></description>
			<content:encoded><![CDATA[<p><em>I planned to write individual posts about new and upcoming workshops, but the rate at which we get invited and accepted to conferences this fall outstrips my ability to post new entries <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I have to post now, before the conferences themselves are over&#8230; I hope you&#8217;ll join us for at least one of these. We&#8217;ll be doing some hard-core programming workshops as well as more enterprise and facilitation oriented sessions this fall.</em></p>
<p><em><span id="more-753"></span> </em><br />
<a href="http://www.scan-agile.org/"><img class="alignleft" title="I'm speaking at Scan-Agile blog badge" src="/wp-content/uploads/2009/09/scanagilelogo-150x84.jpg" alt="" width="150" height="84" /></a>First up is <em><strong><a href="http://www.scan-agile.org">Scan-Agile</a></strong></em> next Thursday and Friday in Helsinki, Finland. Marc already wrote about our<a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/"> Story Testing</a> workshop.  I&#8217;m also very much looking forward to participating in the <a href="http://softwaredevelopmenttoday.blogspot.com/search/label/open%20space">Scan-<a target="_blank" href="http://www.agileopen.net">Agile Open</a> Space</a>, which now has its&#8217; own day.  The main reason for me to return to Scan-Agile this year, is that last year it had very strong participants (and presenters, but good session organizers are only part of what makes a conference worthwile). Having my own unit tests ripped to shreds by critical participants was interesting and valuable. So I&#8217;m glad this year all participants get more space. We had some discussion on Twitter about &#8216;is kanban a failure mode of lean? (and what that means if it is so)&#8217; that merits more than 140 characters&#8230; should make for lively open space as everybody involved in that discussion will be there <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . If I haven&#8217;t motivated you to join us, check out <a href="http://softwaredevelopmenttoday.blogspot.com/search/label/scan-agile">Vasco Duarte&#8217;s series of motivational posts about Scan-Agile</a>.</p>
<p><a href="http://www.practicalproductlines.org/ppl2009/"><img class="alignleft" style="border: 0pt none;" title="practical product lines " src="http://blog.piecemealgrowth.net/images/PPL-banner-i%27m-speaking-at......jpg" border="0" alt="" width="150" height="84" /></a>Next up is the <a title="Practical Product Lines" href="http://www.practicalproductlines.org/ppl2009/" target="_blank"><em><strong>Practical Product Lines conference</strong></em> </a>, October 20 and 21 in Amsterdam, Netherlands. There we will be hosting a <a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/">value stream</a><a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/"> mapping workshop, as described by Marc.</a> We decided to try out more conferences outside our regular schedule of agile conferences &#8211; preaching to the choir is fun, and helps us improve our understanding, but going out into the world and sharing what we&#8217;ve learned is at leas as valuable. We thought it would be interesting to bring our understanding of value stream mapping, and take participants&#8217; experiences with product lines, should provide an interesting mix.</p>
<p>Freek Leemhuis of Devnology asked us to send in some proposals for the <em><strong><a href="http://devnology.nl/nl/bijeenkomsten/details/15-community-day-01">Devnology community day</a></strong></em>, saturday November 7 in Baarn, Netherlands.  We did, and they chose three of <a target="_blank" href="http://www.qwan.it">QWAN</a>&#8217;s sessions for the <a href="http://devnology.nl/nl/blog/7-verslagen/57-community-day-agenda">program</a>:</p>
<p><em>Refactoring to concurrency (with Scala)</em> grew out of a series of commits I did for a product I&#8217;m developing with Marc, micro-ISV style. We needed some background processing to make our application more responsive, and I wanted to take small steps, be sure that it worked and have everything covered with tests. So I first refactored, until introducing concurrency was just a one character change. This session shows you how to do the same thing, with scala or another language.</p>
<p><em>Flying Horses</em> &#8211; cleaner code in other languages. This session was inspired by a dojo description from Emily Bache (I don&#8217;t have the link handy right now, will insert it later). Rob ran with it and tried it out at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland last month. We&#8217;ll bring an application written in one language, everybody gets their laptops, a pair to program with and translates that to their favourite language. At first as literally as possible, and then make it &#8216;more like their language&#8217;. Then we will discuss what makes code, e.g. pythonic, javaic, C-sharpish etc. based on the examples we just created.</p>
<p><em>Give your code some love</em> is a demonstration (a series of prepared katas) of us doing tiny refactorings on code that looks allright at first glance. Tiny refactorings then show that there are quite a lot of things we can do to make the code express its&#8217; intent better. This session was heavily inspired by Ivan Moor and British <a target="_blank" href="http://www.exdriven.co.uk">Mike Hill</a> &#8217;s <span style="font-size: x-small;"><a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/programming_in_the_small.htm">Programming  					In The Small workshop at the software craftsmanship conference in London </a>earlier this year.<a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/programming_in_the_small.htm"><br />
</a></span></p>
<p><a href="http://www.nljug.org/jfall/"><strong><em>Jfall</em></strong></a>, conference of the Dutch Java Users&#8217; group, November 11 in Bussum, Netherlands, sees Rob and me doing <a href="http://www.nljug.org/pages/events/content/jfall_2009/sessions/00035/">TDD As If You Meant It</a>, inspired by <a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/tdd_as_if_you_meant_it.htm">Keith Braithwaite&#8217;s session of the same name</a> at, again, the software crafsmanship conference in London. Keith kindly gave us permission to reuse the name. We are happy to see more people applying unit testing. Very few, however, seem to be really doing Test Driven Development. In this demonstration we hope to give the audience a taste of what test-first programming can do for you.</p>
<p><strong><em>Xp Days Benelux, </em></strong>November 23 and 24, Mechelen, Belgium I already described <a title="Retrospective Hero" href="../2009/09/21/retrospective-hero/">Retrospective Hero</a> with <a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a> of Task24 and <a title="Agile Politics – (re)discover the politician in you at XP Days Benelux" href="../2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/">Agile Politics – (re)discover the politician in you at XP Days Benelux </a>with Emmanuel Gaillot of Pyxis</p>
<p>and Finally, XpDay London, December 7 and 8th where I&#8217;ll be pair facilitating the Open Space with Rachel Davies.</p>
<p><a href="http://faler.wordpress.com">Wille Faler</a> asked on Twitter earlier this week about how people who go to conferences a lot do work. All of the conferences above are one, maximum two days, that leaves plenty of time in the rest of the week to do &#8216;actual&#8217; work.  The other thing is, writing is a poor medium (for me at least, even though <a target="_self" href="http://me.andering.com">my blog</a> does seem to travel reasonably well these days) to show our passion for software development, going out to conferences helps us connect with other people who are equally passionate about our profession. And sometimes this then leads to actual work. Which leads me to the following:</p>
<p><strong><em>Shameless plug:</em></strong></p>
<p><em>At the moment I&#8217;m looking for a new project to work on, either as a developer, agile coach and/or project leader. <a target="_blank" href="http://www.livingsoftware.nl/?q=en/contact">contact me</a> if you know of a place where my skills would add value. Also, all of the sessions above and more are available as customized in-house training.<br />
</em></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;submitHeadline=Fall+Conference+Appearances&amp;submitSummary=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;t=Fall+Conference+Appearances" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Fall+Conference+Appearances+-+http://tr.im/BCnv+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Fall%20Conference%20Appearances%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/10/09/fall-conference-appearances/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2009/10/09/fall-conference-appearances/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances&amp;summary=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Fall+Conference+Appearances&amp;link=http://me.andering.com/2009/10/09/fall-conference-appearances/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;T=Fall+Conference+Appearances" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2009/10/09/fall-conference-appearances/+&quot;Fall+Conference+Appearances&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2009/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances&amp;body=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2009/10/09/fall-conference-appearances/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Retrospective Hero</title>
		<link>http://me.andering.com/2009/09/21/retrospective-hero/</link>
		<comments>http://me.andering.com/2009/09/21/retrospective-hero/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:20:17 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile-open]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[retrospectives]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=731</guid>
		<description><![CDATA[Retrospective Hero is a new simulation / role playing workshop I'm developing with Nicole Belilos. The goal is to let facilitators experience several situations that can happen in real life, and let them try out some techniques for facilitating retrospectives in a safe context. This is a report of the trial run we held at Agile Open Holland 2009,  with an explanation on how the workshop works.]]></description>
			<content:encoded><![CDATA[<p><em>Retrospective Hero is a new simulation / role playing workshop I&#8217;m developing with <a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a> of <a href="http://www.task24.nl">Task24</a>. The goal is to let facilitators experience several situations that can happen in real life, and let them experiment with facilitation techniques to make the most of a situation. This is a report of the trial run we held at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland 2009, with an explanation on how the workshop works.</em></p>
<p><em> </em></p>
<div id="attachment_737" class="wp-caption aligncenter" style="width: 510px"><em> </em><em><img class="size-medium wp-image-737" title="Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T142817-000050.thumb-500x333.jpg" alt="Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator" width="500" height="333" /></em><p class="wp-caption-text">Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator</p></div>
<p><span id="more-731"></span></p>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-738" title="Now, lets' hear the second group of product owners, with their position" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T142823-000051.thumb-500x333.jpg" alt="Now, lets' hear the second group of product owners, with their position" width="500" height="333" /><p class="wp-caption-text">Now, lets&#39; hear the second group of product owners, with their position</p></div>
<p>Nicole and I thought it would be fun do design a simulation game around facilitating retrospectives. At first we came up with a sort of board game, but after some brainstorming we thought a role-play would work better &#8211; our board game was turning out to be a bit too simplistic for our taste.</p>
<p>These are the benefits we proposed for our session at<a href="http://www.xpday.net/Xpday2009/Program.html" target="_blank"> XP Days Benelux 2009, November 23/24</a>:</p>
<ul>
<li>Learn new techniques by applying them to a simulated real world situation</li>
<li>Experiment with techniques you already know &#8211; do something different with them</li>
<li>Hold an emergency retrospective to &#8216;get to the bottom of it&#8217; and come up with sustainable solutions quickly.</li>
<li>Get some fresh ideas to do group reflection on emergency situations and longer timespans</li>
</ul>
<p>At XP Days we have an hour and 45 minutes, for the try out at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> we decided to see what we could do in a 60 minute timeslot to get as much feedback as possible on our game ideas. For the XP days version we were thinking about playing two simulation rounds, in which the participants get to deal with a) facilitating during an emergency situation and b) facilitating a retrospective over a longer period (weeks or months).</p>
<p>We were most curious about facilitating in an emergency; what we expect to learn from these simulations as hosts is observing facilitators &#8216;in the wild&#8217; under controlled conditions and seeing how they behave, and what techniques work in which circumstances <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (we have our preferences, but they do not necessarily end up in the simulation). For the longer-term retrospective part we still would like to do a trial run. <a target="_blank" href="http://www.livingsoftware.nl/?q=en/contact">contact me</a> if you&#8217;re interested in hosting it.</p>
<p>Therefore we designed a role play that happens in a Bank, something went terribly wrong and after the facilitator comes in on a monday morning he or she is asked to facilitate a &#8216;hero retrospective&#8217; : find out what went wrong quickly and get the group to agree on some actions.One or two participants play facilitator, while the other participants play roles like product owners, helpdesk boss, development team and systems administrators. We give everybody an overview of the situation, and then each role receives an envelope with a more detailed description of what happened from their point of view. This leads to a group situation where everybody has partial information, so one of the challenges for the facilitator is to surface all the relevant information quickly. (I won&#8217;t say much more, because I fear that would spoil the simulation in case you come and play it&#8230;)</p>
<img class="size-medium wp-image-739" title="The systems administrator speaks, the index cards in front represent A3 problem solving" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T143307-000003.thumb-500x333.jpg" alt="The systems administrator speaks, the index cards in front represent the partial outcome of A3 problem solving. In the background, Mary Beijleveld observing what Nicole and I are doing - lots of facilitation going on ;)" width="500" height="333" />
<p>We creatively brainstormed the situation and roles based on our own experiences. And it worked. One of the players asked me &#8216;does this happen?&#8217; about something that I experienced during a meeting; some of the assignments and poses of the roles seem far-fetched, but things get political when people have to divide resources, and as a facilitator you&#8217;d best be prepared to not be surprised about that <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might say &#8216;that is not a retrospective&#8217;, and you may be right; that is something that we want the participants to figure out and discuss in the debrief. And at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> they did. Participants found that for effective facilitation you need to find a technique and style that fits you, the participants and the <a target="_blank" href="http://www.satirworkshops.com/en/congruent-action">context</a>. Some &#8216;participants&#8217; preferred a &#8216;businesslike&#8217; style, focused on only content, while others seemed to prefer also getting the mood of the people on the table.</p>
<p>In writing this sounds like knocking down an open door, but the emergency role play was pretty intense, with at least one facilitator behaving differently from his own expectations. We really did manage to create a stress situation <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Now we have to pick up the pieces and figure out what to do next with the simulations and the workshop. The participants gave us a good amount of useful feedback. The roleplay worked well, so we are going to keep that, but how to fit it into an overal workshop seems to, ehh, depend <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . We introduced two techniques before the simulation, and encouraged the facilitators to use one of those two. Next time we may only chose one, and see how that compares between groups, or alternatively (especially in an in-house course where we have more time), start out without a specific suggestion, roleplay and learn from the debrief, maybe explain a technique and try again, and see what difference that makes.</p>
<p>In reviewing the session for XP Days, <a target="_blank" href="http://www.twitter.com/p_pugliese">Pierluigi Pugliese</a> suggested we add observers to the list of roles, and give them specific instructions. That seemed to work well.</p>
<div id="attachment_735" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-735" title="Jorrit shares his observations with the group" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T145415-000007.thumb-500x333.jpg" alt="Jorrit shares his observations with the group" width="500" height="333" /><p class="wp-caption-text">Jorrit shares his observations with the group</p></div>
<p>Since we are operating a kind of pull system for workshops, we asked ourselves beforhand: what do we want to learn from the try-out (does the simulation work? This is the first roleplay I helped create.), and what is the least amount of work we need to do to get that feedback. Therefore we created all the role descriptions in dutch&#8230;</p>
<p><a target="_blank" href="http://www.deborahpreuss.com">Deborah Preuss</a> wanted to participate, and while she speaks and understands a couple of languages, dutch is not among them. So we improvised and gave her, as an observer, the task to observe and interpret body language. Because of this the players learned about the effect of finger pointing, and that they were doing it without realizing it&#8230; The debrief was interesting. Deb noted that at some point several players&#8217; body language indicated they knew enough and were finished with the discussion.</p>
<div id="attachment_736" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-736" title="Deborah observes body language" src="http://me.andering.com/wp-content/uploads/2009/09/body_language_1-500x313.jpg" alt="Deborah observes body language of one group" width="500" height="313" /><p class="wp-caption-text">Deborah observes body language of one group</p></div>
<p>From the players&#8217; perspective that was partially true: some of the players were finished with the discussion, not because they were satisfied, but because they realized they had nothing to gain by the meeting, as their concerns went unheard (and unacted upon).</p>
<p>For those of you who asked me what Retrospective Hero was, and what it was about, I hope this cleared it up a bit. I welcome your questions and suggestions. For those of you who participated or observed, we&#8217;d love to know what you feel about the game after a few weeks.</p>
<p>In any case, we hope you join us at <a href="http://www.xpday.net/Xpday2009/Program.html" target="_blank">XP Days Benelux 2009</a> to experience the extended version <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2009/09/21/retrospective-hero/&amp;submitHeadline=Retrospective+Hero&amp;submitSummary=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2009/09/21/retrospective-hero/&amp;t=Retrospective+Hero" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Retrospective+Hero+-+http://tr.im/BCox+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Retrospective%20Hero%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/09/21/retrospective-hero/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2009/09/21/retrospective-hero/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero&amp;summary=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Retrospective+Hero&amp;link=http://me.andering.com/2009/09/21/retrospective-hero/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;T=Retrospective+Hero" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2009/09/21/retrospective-hero/+&quot;Retrospective+Hero&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero&amp;body=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2009/09/21/retrospective-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s over</title>
		<link>http://me.andering.com/2008/04/04/its-over/</link>
		<comments>http://me.andering.com/2008/04/04/its-over/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 18:23:30 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[business_value]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[retrospectives]]></category>

		<guid isPermaLink="false">http://me.andering.com/2008/04/04/its-over/</guid>
		<description><![CDATA[

This was the only &#8216;red&#8217; card in the retrospective we held today at the end of another eXperience Agile  


Further there was one looking ahead (&#8216;Drink &#38; book&#8217; -meaning looking forward to drinks in the bar and receiving the book at the end of the course).
Personally I also loved &#8216;no more questions&#8217; (I guess [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://me.andering.com/wp-content/uploads/2008/04/its_over.jpg" title="post it saying its’ over"></a></p>
<p style="text-align: center"><a href="http://me.andering.com/wp-content/uploads/2008/04/its_over.jpg" title="post it saying its’ over"><img src="http://me.andering.com/wp-content/uploads/2008/04/its_over.jpg" alt="post it saying its’ over" /></a></p>
<p>This was the only &#8216;red&#8217; card in the retrospective we held today at the end of another eXperience Agile <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://me.andering.com/wp-content/uploads/2008/04/friday.jpg" title="retrospective cards from friday"></a></p>
<p style="text-align: center"><a href="http://me.andering.com/wp-content/uploads/2008/04/friday.jpg" title="retrospective cards from friday"><img src="http://me.andering.com/wp-content/uploads/2008/04/friday.jpg" alt="retrospective cards from friday" /></a></p>
<p>Further there was one looking ahead (&#8216;Drink &amp; book&#8217; -meaning looking forward to drinks in the bar and receiving the book at the end of the course).</p>
<p>Personally I also loved &#8216;no more questions&#8217; (I guess there will be more after a night of sleep). One thing we experimented with was shortening the iterations in Day 3&#8217;s exercises, so we would have time for a bit of questions and answers &#8216;open space&#8217; style (or XP style &#8211; questions on post-its prioritized by the participants).</p>
<p>We had quite a number of &#8216;puzzles&#8217; on Wednesday and Thursday, mainly open questions&#8230; And some red cards. Most related to traffic  jams. Other cards we resolved quickly (not enough overview on the agend for the course &#8211; easily done with an extra flipchart,  another one was that we had two pairs working off the same repository by accident, we still have some manual steps in installing workspaces that we do not yet know how to automate well due to the environment we are using. ).</p>
<p><a href="http://me.andering.com/wp-content/uploads/2008/04/wednesday.jpg" title="wednesday retrospective cards"></a></p>
<p style="text-align: center"><a href="http://me.andering.com/wp-content/uploads/2008/04/wednesday.jpg" title="wednesday retrospective cards"><img src="http://me.andering.com/wp-content/uploads/2008/04/wednesday.jpg" alt="wednesday retrospective cards" /></a></p>
<p><a href="http://me.andering.com/wp-content/uploads/2008/04/thursday.jpg" title="thursday retrospective cards"></a></p>
<p style="text-align: center"><a href="http://me.andering.com/wp-content/uploads/2008/04/thursday.jpg" title="thursday retrospective cards"><img src="http://me.andering.com/wp-content/uploads/2008/04/thursday.jpg" alt="thursday retrospective cards" /></a></p>
<p>Seeing the green cards, and the happy, exhausted faces, there probably was quite a bit of <a href="http://blog.nayima.be/2008/03/29/accelerate-learning/">accelerated learning</a> going on &#8211; and that is not a coincidence.</p>
<p>I &#8216;m especially pleased to see green cards where we used to have red and yellow &#8211; dilligent work, and keep on trying to improve a few things each and every course. I don&#8217;t know what we&#8217;re going to change in the next one (we have some ideas around acceptance testing and have been experimenting), but I&#8217;m sure we are going to change some things. We, the &#8216;instructors&#8217; are also part of the learning community, and I strongly believe our own learnings accelerates that of the other participants.</p>
<p>Therefore we hold retrospectives after every course day. Sometimes in the afternoon, sometimes the next day. Where it makes sense we &#8217;stop the production line&#8217; and fix problems immediately, e.g. answer questions and gather questions for further discussion in a separate block or over lunch. In other courses this also helped us streamline exercises, the build environment etc.</p>
<p>As you might see in the green and yellow cards, much fun (green cards) and puzzles (yellow cards) come from the open source tools and games generously donated to the world. This includes the <a href="http://www.xp.be/xpgame.html">xp game</a>, <a href="http://www.ruby-lang.org">ruby</a>, <a href="http://www.rspec.info">rspec</a>, test/unit (included in ruby), firewatir, and of course techniques like XP, Refactoring and TDD that you can (amongst many sources) still read about on the <a href="http://c2.com/cgi/wiki">C2 wiki</a> and the XP mailinglist. And of course retrospectives.</p>
<p>I hope these happy colourful photos inspire you to experiment with retrospectives. A word of warning&#8230; besides focusing on what you can do better, don&#8217;t forget to celebrate the green cards (I have that tendency &#8211; still a bit of a perfectionist) and relax before the next round of improvments. Have a nice weekend   <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2008/04/04/its-over/&amp;submitHeadline=It%27s+over&amp;submitSummary=%0D%0A%0D%0AThis%20was%20the%20only%20%27red%27%20card%20in%20the%20retrospective%20we%20held%20today%20at%20the%20end%20of%20another%20eXperience%20Agile%20%3A%29%0D%0A%0D%0A%0D%0A%0D%0AFurther%20there%20was%20one%20looking%20ahead%20%28%27Drink%20%26amp%3B%20book%27%20-meaning%20looking%20forward%20to%20drinks%20in%20the%20bar%20and%20receiving%20the%20book%20at%20the%20end%20of%20the%20course%29.%0D%0A%0D%0APersonally%20I%20also%20loved%20%27no%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2008/04/04/its-over/&amp;t=It%27s+over" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=It%27s+over+-+http://tr.im/BHeM+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22It%27s%20over%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%0D%0A%0D%0AThis%20was%20the%20only%20%27red%27%20card%20in%20the%20retrospective%20we%20held%20today%20at%20the%20end%20of%20another%20eXperience%20Agile%20%3A%29%0D%0A%0D%0A%0D%0A%0D%0AFurther%20there%20was%20one%20looking%20ahead%20%28%27Drink%20%26amp%3B%20book%27%20-meaning%20looking%20forward%20to%20drinks%20in%20the%20bar%20and%20receiving%20the%20book%20at%20the%20end%20of%20the%20course%29.%0D%0A%0D%0APersonally%20I%20also%20loved%20%27no%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2008/04/04/its-over/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2008/04/04/its-over/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over&amp;summary=%0D%0A%0D%0AThis%20was%20the%20only%20%27red%27%20card%20in%20the%20retrospective%20we%20held%20today%20at%20the%20end%20of%20another%20eXperience%20Agile%20%3A%29%0D%0A%0D%0A%0D%0A%0D%0AFurther%20there%20was%20one%20looking%20ahead%20%28%27Drink%20%26amp%3B%20book%27%20-meaning%20looking%20forward%20to%20drinks%20in%20the%20bar%20and%20receiving%20the%20book%20at%20the%20end%20of%20the%20course%29.%0D%0A%0D%0APersonally%20I%20also%20loved%20%27no%20&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=It%27s+over&amp;link=http://me.andering.com/2008/04/04/its-over/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2008/04/04/its-over/&amp;T=It%27s+over" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2008/04/04/its-over/+&quot;It%27s+over&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2008/04/04/its-over/&amp;title=It%27s+over&amp;body=%0D%0A%0D%0AThis%20was%20the%20only%20%27red%27%20card%20in%20the%20retrospective%20we%20held%20today%20at%20the%20end%20of%20another%20eXperience%20Agile%20%3A%29%0D%0A%0D%0A%0D%0A%0D%0AFurther%20there%20was%20one%20looking%20ahead%20%28%27Drink%20%26amp%3B%20book%27%20-meaning%20looking%20forward%20to%20drinks%20in%20the%20bar%20and%20receiving%20the%20book%20at%20the%20end%20of%20the%20course%29.%0D%0A%0D%0APersonally%20I%20also%20loved%20%27no%20" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2008/04/04/its-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look back, early and often</title>
		<link>http://me.andering.com/2006/02/20/look-back-early-and-often-2/</link>
		<comments>http://me.andering.com/2006/02/20/look-back-early-and-often-2/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 11:40:24 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[retrospectives]]></category>

		<guid isPermaLink="false">http://wordpress.bla/?p=7</guid>
		<description><![CDATA[I found this retrospective mug on the website of the German firm it-agile. As the accompanying text says (rough translation):
&#8220;the retrospectives mug encourages you to have a mini retrospective during the coffee- or tea-break. The mug poses those nasty little questions we prefer to avoid during our daily work, over and over again:

Why am I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.it-agile.com/retrospektivenbecher.html#" onclick="openPic('showpic.php?file=uploads%2Fpics%2FRetrospektiven-Becher_01.JPG&#038;width=800m&#038;height=600m&#038;bodyTag=%3Cbody%20bgcolor%3D%22black%22%3E&#038;wrap=%3Ca%20href%3D%22javascript%3Aclose%28%29%3B%22%3E%20%7C%20%3C%2Fa%3E&#038;md5=0306bfef8ed44a0e19dca5ae73bfc052','thePicture','width=566,height=595,status=0,menubar=0'); return false;" target="_blank"><img src="http://www.it-agile.com/typo3temp/pics/bf7939fb1f.jpg" align="left" border="0" height="200" width="191" /></a>I found this <a href="http://www.it-agile.com/retrospektivenbecher.html" target="_blank">retrospective mug</a> on the website of the German firm <a href="http://newsfeed.it-agile.de/" target="_blank">it-agile</a>. As the accompanying text says (rough translation):<br />
&#8220;the retrospectives mug encourages you to have a mini retrospective during the coffee- or tea-break. The mug poses those nasty little questions we prefer to avoid during our daily work, over and over again:</p>
<ul>
<li>Why am I stuck?</li>
<li>How does it work? Why?</li>
<li>Does the work I&#8217;m doing now bring the project forward?</li>
<li>Should I inform someone about problems&#8230;?&#8221;</li>
</ul>
<p>For a bigger look back, <a href="http://homepage.mac.com/keithray/blog/" target="_blank">Keith Ray</a> collected links to <a href="http://blog.nayima.be/" target="_blank">Pascal van Cauwenberghe</a>&#8217;s <a href="http://homepage.mac.com/keithray/blog/2006/02/15#ThingsIdidNotLearn" target="_blank">things I didn&#8217;t learn series</a><em>.</em></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;submitHeadline=Look+back%2C+early+and+often&amp;submitSummary=I%20found%20this%20retrospective%20mug%20on%20the%20website%20of%20the%20German%20firm%20it-agile.%20As%20the%20accompanying%20text%20says%20%28rough%20translation%29%3A%0D%0A%22the%20retrospectives%20mug%20encourages%20you%20to%20have%20a%20mini%20retrospective%20during%20the%20coffee-%20or%20tea-break.%20The%20mug%20poses%20those%20nasty%20little%20questions%20we%20prefer%20to%20avoid%20during%20our&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;t=Look+back%2C+early+and+often" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Look+back%2C+early+and+often+-+http://tr.im/BHj6+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Look%20back%2C%20early%20and%20often%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20found%20this%20retrospective%20mug%20on%20the%20website%20of%20the%20German%20firm%20it-agile.%20As%20the%20accompanying%20text%20says%20%28rough%20translation%29%3A%0D%0A%22the%20retrospectives%20mug%20encourages%20you%20to%20have%20a%20mini%20retrospective%20during%20the%20coffee-%20or%20tea-break.%20The%20mug%20poses%20those%20nasty%20little%20questions%20we%20prefer%20to%20avoid%20during%20our%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2006/02/20/look-back-early-and-often-2/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2006/02/20/look-back-early-and-often-2/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often&amp;summary=I%20found%20this%20retrospective%20mug%20on%20the%20website%20of%20the%20German%20firm%20it-agile.%20As%20the%20accompanying%20text%20says%20%28rough%20translation%29%3A%0D%0A%22the%20retrospectives%20mug%20encourages%20you%20to%20have%20a%20mini%20retrospective%20during%20the%20coffee-%20or%20tea-break.%20The%20mug%20poses%20those%20nasty%20little%20questions%20we%20prefer%20to%20avoid%20during%20our&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Look+back%2C+early+and+often&amp;link=http://me.andering.com/2006/02/20/look-back-early-and-often-2/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;T=Look+back%2C+early+and+often" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2006/02/20/look-back-early-and-often-2/+&quot;Look+back%2C+early+and+often&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2006/02/20/look-back-early-and-often-2/&amp;title=Look+back%2C+early+and+often&amp;body=I%20found%20this%20retrospective%20mug%20on%20the%20website%20of%20the%20German%20firm%20it-agile.%20As%20the%20accompanying%20text%20says%20%28rough%20translation%29%3A%0D%0A%22the%20retrospectives%20mug%20encourages%20you%20to%20have%20a%20mini%20retrospective%20during%20the%20coffee-%20or%20tea-break.%20The%20mug%20poses%20those%20nasty%20little%20questions%20we%20prefer%20to%20avoid%20during%20our" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2006/02/20/look-back-early-and-often-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning to See</title>
		<link>http://me.andering.com/2005/01/14/learning-to-see/</link>
		<comments>http://me.andering.com/2005/01/14/learning-to-see/#comments</comments>
		<pubDate>Fri, 14 Jan 2005 23:00:00 +0000</pubDate>
		<dc:creator>nyn</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[retrospectives]]></category>
		<category><![CDATA[systems-thinking]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I was at Marc&#8217;s yesterday, brainstorming some more topics for workshops. One thing that came up, about which we did not have a clue on what a workshop about the topic would look like, was Learning to see things as they are, rather than how they should be. This capacity enables one to see the [...]]]></description>
			<content:encoded><![CDATA[<p>I was at Marc&#8217;s yesterday, brainstorming some more topics for workshops. One thing that came up, about which we did not have a clue on what a workshop about the topic would look like, was <em>Learning to see things as they are, rather than how they should be</em>. This capacity enables one to see the future(s) more clearly, and have an open dialogue within a group about the future. If you don&#8217;t know where you are, how do you know where you&#8217;re going to?</p>
<p>A number of books and techniques I&#8217;ve been studying over the past few months have the theme of learning to see. Value stream mapping and causal loop diagrams are two such techniques. Peter Schwartz writes in his book <em>The art of the long view</em> about discussing multiple futures, rather than just the companies&#8217; <em>official future</em>. The book <a href="http://www.presence.net">Presence: Human Purpose and the Field of the Future</a> discusses seeing things as they are as well.</p>
<p>While writing, I realize a workshop on Perspectives <a href="http://www.moebius.nl"><a target="_blank" href="http://www.moebius.nl">Nynke Fokma</a></a> created would be about learning to see as well. Time to start working on that one.</p>
<p>Perhaps seeing things as they are is impossible, since seeing is done by perceiving. Nevertheless, striving to collectively learn too see, enables more robust and diverse forecasting.</p>
<p>Steve Denning concludes <a href="http://stevedenning.typepad.com/steve_denning/2004/08/use_narrative_a.html">Use narrative as well as analysis</a> with:</p>
<blockquote><p>What hampers the creation of such new narratives is of course the corporate culture, which, as we saw in chapter 7 on Taming the Grapevine, holds the existing corporate story in place with an iron grip. The story of what the business is and how it works is not something that has to be argued for, but rather life as it is lived there, a matter-of-fact down-to-earth common sense apprehension of the obvious realities of the organization, which any wide-awake person would grasp if he would just open his eyes.</p></blockquote>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2005/01/14/learning-to-see/&amp;submitHeadline=Learning+to+See&amp;submitSummary=I%20was%20at%20Marc%27s%20yesterday%2C%20brainstorming%20some%20more%20topics%20for%20workshops.%20One%20thing%20that%20came%20up%2C%20about%20which%20we%20did%20not%20have%20a%20clue%20on%20what%20a%20workshop%20about%20the%20topic%20would%20look%20like%2C%20was%20Learning%20to%20see%20things%20as%20they%20are%2C%20rather%20than%20how%20they%20should%20be.%20This%20capacity%20enables%20one%20to%20see%20the%20future%28&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2005/01/14/learning-to-see/&amp;t=Learning+to+See" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Learning+to+See+-+http://tr.im/BNrN+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Learning%20to%20See%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20was%20at%20Marc%27s%20yesterday%2C%20brainstorming%20some%20more%20topics%20for%20workshops.%20One%20thing%20that%20came%20up%2C%20about%20which%20we%20did%20not%20have%20a%20clue%20on%20what%20a%20workshop%20about%20the%20topic%20would%20look%20like%2C%20was%20Learning%20to%20see%20things%20as%20they%20are%2C%20rather%20than%20how%20they%20should%20be.%20This%20capacity%20enables%20one%20to%20see%20the%20future%28%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2005/01/14/learning-to-see/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2005/01/14/learning-to-see/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See&amp;summary=I%20was%20at%20Marc%27s%20yesterday%2C%20brainstorming%20some%20more%20topics%20for%20workshops.%20One%20thing%20that%20came%20up%2C%20about%20which%20we%20did%20not%20have%20a%20clue%20on%20what%20a%20workshop%20about%20the%20topic%20would%20look%20like%2C%20was%20Learning%20to%20see%20things%20as%20they%20are%2C%20rather%20than%20how%20they%20should%20be.%20This%20capacity%20enables%20one%20to%20see%20the%20future%28&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Learning+to+See&amp;link=http://me.andering.com/2005/01/14/learning-to-see/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2005/01/14/learning-to-see/&amp;T=Learning+to+See" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2005/01/14/learning-to-see/+&quot;Learning+to+See&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2005/01/14/learning-to-see/&amp;title=Learning+to+See&amp;body=I%20was%20at%20Marc%27s%20yesterday%2C%20brainstorming%20some%20more%20topics%20for%20workshops.%20One%20thing%20that%20came%20up%2C%20about%20which%20we%20did%20not%20have%20a%20clue%20on%20what%20a%20workshop%20about%20the%20topic%20would%20look%20like%2C%20was%20Learning%20to%20see%20things%20as%20they%20are%2C%20rather%20than%20how%20they%20should%20be.%20This%20capacity%20enables%20one%20to%20see%20the%20future%28" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2005/01/14/learning-to-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
