Crisp's BlogPage 9

from the Crisp Consultants

From Good-enough to Great: LKFR16 Presentation

Here are the slides I’ve been using to present “From Good-enough to Great” at the Lean Kanban France 2016 conference (LKFR16). In this presentation, I speak about some the patterns I have observed when coaching many Kanban team. Especially regarding how teams mature and how to help team better succeed. I introduce for the first

Continue reading
Continue reading: A/B testing at King

A/B testing at King

page0a

I gave a lightning talk at tonight’s Lean Tribe Gathering in Stockholm about A/B testing at King, how we develop games, features and decide which improvements to make. Here are my slides and notes from the presentation.

Continue reading

Continue reading: How I wrote a book publicly online

How I wrote a book publicly online

I love visualization and I collect visualizations. Why? Well, I love drawing and have a very visual way of thinking. But more importantly, I’ve been amazed time and time again, how great an impact a valuable and useful visualization can have on a team’s ability to focus, collaborate, and adopt new behaviour.

This passion for post-its and whiteboards finally manifested itself in the form of a book; “Toolbox for the Agile Coach: Visualization Examples – How great teams visualize their work”. Not only am I proud and happy of the final result, I’m also very excited about the way it came about. This blog is about how I wrote a book, publicly and collaboratively online, with frequent increments and tight feedback loops.

just-got-it-printed-600

Continue reading

Continue reading: Agile Everywhere – slides from my keynote at Agile Tour, Montreal

Agile Everywhere – slides from my keynote at Agile Tour, Montreal

Here are the slides from my keynote Agile Everywhere at Agile Tour Montreal. In the keynote I shared my experiences from applying agile in lots of different non-software contexts.

Enjoyed the trip! After the conference I spent a day at Ubisoft Quebec to discuss REALLY large-scale agile (like 1000-person video game projects). I see more and more companies applying agile at really large scale and my key takeaway is that, the larger the project is, the more important the agile principles are. For tiny projects any process can pretty much work. Also interesting to see how different types of organizations – such as video game development, banking, and aerospace – arrive at very similar patterns for how to deal with dozens or hundreds of agile teams building a product together. Just keep in mind that big projects are super-risky with or without agile, so your first priority should be to de-scale.

Anyway here are some sample pictures from the keynote.

takeaways

Continue reading

Speaking at Lean Kanban France 2016

I will – finally – be speaking at Lean Kanban France 2016 this year. Being French, it should perhaps falls naturally to present at a French conference. Life as had other plans for me so far, but this year the stars are in the right position and it is happening. Though, I have to confess

Continue reading
Continue reading: Video clip  – The importance of team size and proximity

Video clip – The importance of team size and proximity

Jimmy Janlén wanted to make a move star out of me, so he persuaded me to do a short video of an earlier blogpost. So here it is, a 3 minute video clip! Enjoy! /Hans   P.S. If you want to read instead, you’ll find the written English version here, and the Swedish version here.

Continue reading
Continue reading: My journey of finding and applying Sociocracy 3.0 (S3).

My journey of finding and applying Sociocracy 3.0 (S3).

During my ongoing search to find new and improved ways to grow more human centric, high performing workplaces I was introduced to Sociocracy and Holacracy in 2012. I was immediately intrigued by the underlying principles and fundaments, especially with sociocracy and have been experimenting ever since. With the recent emergence of Sociocracy 3.0 I’ve turned my attention towards learning about and experimenting with it’s modular, optional framework of principles based patterns, with fantastic results.
S3 is a free and open, principles based framework of patterns for people wishing to collaborate more effectively and benefit from agile principles at scale, regardless of their chosen approach to product development and service delivery. It provides a rich variety of compatible options to choose from and adapt, according to unique context and needs, building on sociocratic practices and integrating principles from Agile / Lean to dynamically steer and evolve organization.

2016-10-03-discover-s3-1-of-41
Discovering S3 workshop

Continue reading

Continue reading: Scrum med flera team

Scrum med flera team

screen-shot-2016-11-09-at-11-14-43

Att organisera flera Scrum team görs på en hel del olika sätt. Här beskriver vi likheter och skillnader mellan några av de ramverk som vi har stött på hos våra kunder och utbildare, LeSS, SAFe och Scrum@Scale.

Gemensamt för LeSS, SAFe och Scrum@Scale

I alla tre ramverken utgår man från att man i botten har vanliga Scrum-team som är tvärfunktionella och självorganiserande.

Man utgår också från att vi alltid försöker bryta ner kraven vertikalt, så att varje inkrement blir så litet som möjligt men ändå kan driftsättas separat.

Underförstått är även att man kör kontinuerlig integration och automatiserad regressionstestning, och  att man efter varje sprint har en produkt som går att driftsätta ifall man så väljer.

Continue reading

Continue reading: Developer Testing: Book Release Party

Developer Testing: Book Release Party

Developer Testing PartyLast Friday, we had a release party for my book, Developer Testing: Building Quality into Software, here at Crisp. Thanks everyone for coming! Apart from signing books, I did a short presentation and made some announcements. 

I started by talking about the process of writing the book (It’s available on Amazon, Adbris, and Bokus.) It took four years, but I did have some bumps along the road, like two kids :). For those of you who haven’t heard the story, here it goes: Large parts of the concept of developer testing were born during my time at the Swedish Postcode Lottery, where we were a brand new Scrum team working in a regulated industry. Since we had no testers on the team, and probably even more important, no traditions and rituals to adhere to, we self organised into automating all checking: at unit, integration, and end-to-end level to such a degree that we were confident about releasing, pretty much always.

Continue reading

Continue reading: Scientific method applied to performance improvements

Scientific method applied to performance improvements

build-measure-learn-loop In my team, we are working on improving real-time performance for our main service. The goal is to have response times below 100 ms in the 95th percentile and below 200 ms in the 99th percentile for certain database volumes and request frequencies.

We don’t know what will be needed to reach this goal. We have some ideas, but we don’t know which one, or which ones will do the trick. We call these ideas “experiments”.

We can estimate each experiment, but we don’t know how many we will need to do to reach the goal.

This is the story of how we apply the scientific method to working with performance improvements.

Continue reading

Continue reading: Programmer productivity: SP < PR < PP < MP

Programmer productivity: SP < PR < PP < MP

In my experience, when it comes to programming productivity, mob programming beats the rest. Of course the definition of productivity in this context is debatable and these are just my observations. Thus, it is not a proper scientific study but bear with me anyway.

I wish to compare one aspect of productivity, how we work together. I look at single programming, pull requests, pair programming and mob programming.

Continue reading

Continue reading: Focus – my keynote at AgileByExample, Warsaw

Focus – my keynote at AgileByExample, Warsaw

Here is my slide (yes, it’s just one slide) from my keynote at AgileByExample in Warsaw. And a video of the talk. Scroll down for a written summary.

Focus

Continue reading

Continue reading: How to append to lists in Ansible

How to append to lists in Ansible

Since I have found the Ansible documentation to be lacking, and StackOverflow insufficient in this matter, I feel the need to share how you can append to a list using Ansible.

I’ve created a demonstration playbook and published it on GitHub. See: https://github.com/betrcode/ansible-append-list

Continue reading

Continue reading: Bimodal IT is not the goal

Bimodal IT is not the goal

In 2014 Gartner introduced bimodal IT. Since then quite a lot has been written and said about it. And just recently it popped up at two different clients almost simultaneously. After reading articles, watching webinars and listening to what people say about it, I’m a bit worried that organizations think Bimodal IT is the goal. I don’t think so, and I’ll explain why.
Continue reading

Continue reading: Stephen Bungay on Agile Strategy

Stephen Bungay on Agile Strategy

Last month, we had the pleasure of bringing Stephen Bungay to Crisp in Stockholm to share with us his wisdom and insights on how to use Strategy under uncertain conditions. I find this topic interesting, since the interative nature of Agile can trick management into believing either that they do not need to have a

Continue reading
Continue reading: Value: The Lynchpin in Agile Product Management

Value: The Lynchpin in Agile Product Management

You’d think the topic of value would be straightforward when it comes to agile product management and ownership. After all, early and continuous delivery of value is the first principle in the Agile Manifesto and product backlogs need to refined based on value.

And yet, value is not easily defined, qualified, quantified, or agreed upon.

With many smart, experienced folks together at the Agile Product Open last month, I decided it would be informative to propose the topic “Value: The Whats, Whys, and Hows” in the marketplace of ideas.

To start the conversation, I offered my favorite definition, borrowed from the Value Standard: fair return or equivalent, in goods, services, or money, for something exchanged. From there, our conversation grew richer and deeper.

Continue reading

Continue reading: Riding a backwards bicycle – Keynote at Agile Islands 2016

Riding a backwards bicycle – Keynote at Agile Islands 2016

The Agile ambition at Åland (a group of Islands between Sweden and Finland) is quite astonishing.  Besides being home to a bunch of cutting edge tech companies (who have been using Agile at Scale for 8+ years), they are also experimenting with using Agile in their society. Hm, Sweden suddenly feels sooo 90’s.. I had the privilege to keynote at their first Agile conference

Continue reading
Continue reading: What is an unconference?

What is an unconference?

Curious about unconferences? Perhaps you’re thinking of running one? Or maybe you are invited to an unconference or open space, and the organizer sent you this link to describe how it works? If so you’re in the right place! 

This doc is a high-level summary. For more details and facilitation instructions, see the ebook How to run an internal unconference.

What is an unconference?

An unconference is basically a conference without predefined topics. There is a high level structure and theme, but actual topics are generated by the participants on the spot, and breakout groups are formed dynamically based on interest and relevance.

If you know what an Open Space is, an unconference is really just an Open Space event with some added structure at the end to make it fit for company-internal events.

This is a pretty awesome format for cases where you want a super-flexible and participant-driven agenda and structure. I’ve been using it for years at Crisp, Spotify, Lego, and other clients, and it tends to spread virally within organizations. I’ve done it mostly with groups of 20-80 people, and people often say things like “all conferences should be like this” or “best conference I’ve ever been to!”

Facilitators opening the circle and introducing the format
Facilitators opening the circle and introducing the format

Continue reading

Continue reading: X-team Silos Game – getting in T-shape

X-team Silos Game – getting in T-shape

Cross functional teams are complete in expertise but not necessarily collaborative. Sometimes team members hold on to their expertise too much and the team does not perform to its potential. This Lego game illuminates the difference when members allow themselves to take on tasks outside their expertise, being so called T-shaped. Play the game to kick-start your change and create collaboration.

Playing the game.

Continue reading

Continue reading: Alignment at Scale – slides from my Agile Africa keynote

Alignment at Scale – slides from my Agile Africa keynote

Here are the slides from my Agile Africa keynote Alignment at Scale (or How to Not become Totally Unagile when you have Lots of Teams). Thanks for a great conference!

And thanks everyone for the Emma greeting, that sure made an 8 year girl very happy 🙂

(Emma was supposed to join me on this trip, but couldn’t make it because I had missed some required paperwork for travelling with minors to South Africa).

Agile Alignment at Scale

Continue reading

Continue reading: Introducing Lottie Knutson – speaker at Fastfeedback 2016

Introducing Lottie Knutson – speaker at Fastfeedback 2016

During extraordinary situations and crises, some people stand out and shine. One of these was Lottie Knutson. Lottie led the Crisis team at Fritidsresor during the Tsunami disaster in 2004. While governments were struggling to figure out what had happened, Lottie’s team was already hitting the ground running. Lottie will be speaking at Fast Feedback

Continue reading
Continue reading: 10 kanban boards and their context updated – v1.5

10 kanban boards and their context updated – v1.5

Hi! I’ve updated the  Kanban boards  collection with examples from departements outside IT, Product portfolio and Corporate Legal. Download “10 kanban boards and their context” as pdf

Continue reading
Continue reading: Spotify Rhythm – how we get aligned (slides from my talk at Agile Sverige)

Spotify Rhythm – how we get aligned (slides from my talk at Agile Sverige)

Here are the slides from my talk about Spotify Rhythm at Agila Sverige.

The talk is about Spotify’s current approach to getting aligned as a company. It covers:

  • what problem we’re trying to solve, and how we’ve gone through two other models (OKR and Priorities & Achievements) before arriving at our current model
  • how we define “Bets” using the DIBB framework (Data-Insight-Belief-Bet)
  • how we prioritize bets using stack-ranking based on company beliefs and north star goals
  • how we visualize bets on a kanban-like company level board, and group them into Now – Next – Later columns
  • how different parts of the company visualize their own bets and align with higher level bets, using interlinked bet boards.
  • how we synchronize and prioritize our work using different cadences at different levels of the company.
  • how this model is used to support squad autonomy
  • our challenges and learnings with this so far

Holy crap how did I manage to cover all that in 10 minutes?! Guess I talked fast 🙂

Some sample slides below.

RIP OKR

Continue reading

Continue reading: Misalignment

Misalignment

Continue reading
Continue reading: SAFe @ LEGO – Video from LKCE 2015

SAFe @ LEGO – Video from LKCE 2015

Hi! Here’s the video of our presentation  “Learnings from SAFe @ LEGO” at LKCE 2015.   psst: Meet LEGO f2f at this years Fastfeedback conference 2016 (Stockholm, Sept 21-22:nd). This years focus topic is “Strategy – Turning insight to action”. fastfeedback.se   Cheers Mattias

Continue reading
Continue reading: More with LeSS: The Third Large-Scale Scrum Book

More with LeSS: The Third Large-Scale Scrum Book

Based on the experiences with clients adopting Large-Scale Scrum, from 2007 to 2009 Bas Vodde and I wrote the first two books on LeSS:

  1. Scaling Lean & Agile Development: Thinking and Organizational Tools for Large-Scale Scrum
  2. Practices for Scaling Lean & Agile Development: Large, Multisite, and Offshore Product Development with Large-Scale Scrum

These are a collection of experiments related to Large-Scale Scrum, organized into three major sections: experiments in thinking tools, organizational tools, and action (practice or technique) tools.

And now, almost a decade after starting our first book on scaling agile development, comes our third book: Large-Scale Scrum: More with LeSS.

Continue reading

Continue reading: Slides from “Agile at scale”

Slides from “Agile at scale”

Here are the slides from our evening event Agile at scale that took place at Crisp on May 11th. Thanks everyone who attended for making this a great evening event!

Continue reading

Won the Brickell Key Award 2016!

Wow, just Wow!I am very honored to have won the Brickell Key Award 2016! Actually, very glad, surprised and humbled. The competition was impressive, if possible even more so than two years ago when I was first nominated. I want to thanks the Kanban community, David Anderson for his inspiration, Sandvik IT for their trust and

Continue reading

From Good-Enough to Great: the Workshop

Here comes the slides from the Workshop I’ve held at the Lean Kanban North America 2016 conference in San Diego: From Good-Enough to Great from Christophe Achouiantz What the Workshop is about From good-enough to greatYou’ve had some success with you Kanban System: you’ve managed flow and quickly increased your capability. But now the energy

Continue reading
Continue reading: Insights from Nordics first Agile contracting conference

Insights from Nordics first Agile contracting conference

OK, technically speaking, it was called a networking day.  But that wouldn’t do justice to the content here. The main thing we got out of the ACPN Agile contracting conference was the three different perspectives from lawyers, customers and providers.  That gave us a unique insight into the challenges and questions from each party. Some cool facts: Founders

Continue reading