Spinning – A Core Practice for Agile Teams

I´ve seen many teams struggling with agility. Faithfully they were trying to live by Scrum or Kanban rules – but still it was hard to “get into the flow”. Day to day business seemed to interfere with the ideal of the process definition.

That made me think. What was missing? I´m a firm believer in the agile tenets of delivering incrementally, staying in close contact with the stakeholders for early/frequent feedback, and constant learning. So my guess is, if agility isn´t working yet, we need to try harder: think even more in increments, increase feedback, and learn harder.

The following articles sum up what I think this would lead to: We need to switch from thinking in terms of completing some software or feature to “just” constantly delivering small value increments. Feedback and progress are more important than anything else. Flow is more important than anything else. Which leads to decreasing batch sizes to the bare minimum: 1 day of work (i.e. 4-6 hours effort for a single person; more, if more people can reasonably be involved during that day).

This article is part of the GWB Archives. Original Author: Ralf Westphal

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.