Blogi 24.9.2018

The Best Ways to Screw Up An Agile Project

Kiva kun löysit tämän artikkelin! Se sisältää varmasti hyvää tietoa, mutta pidäthän mielessä, että se on kirjoitettu 6 vuotta sitten.

Dave Snowden says that human intelligence is especially based on utilizing patterns. “Our ability to link and blend patterns … gives us the ability to adapt to a rapidly changing context and, critically to innovate”. Metaphors, patterns and stories are the most powerful tool of explanation, knowledge transfer and teaching. We have a limited capacity of information processing capability, but it is not the basis of our intelligence. One group of people make decisions purely based on information processing, and they are autistic. Whether you are communicating a feature in a software project, or a marketing vision of a large enterprise, the best way forward is to communicate it as a story or as a metaphor.
best practice is a method or technique that has been generally accepted as superior to any alternatives because it produces results that are superior to those achieved by other means. You may find best practices for example in agriculturemedical and manufacturing. Software development has its own best practices. Agility, continuous improvement, prioritization, active communication, design patterns, QA and CI/CD. Agile manifesto itself is a list of best practices. For a seasoned expert, these sound like a no-brainer. Well, how on earth do projects still fail?
While working as a Scrum Master, one realizes that while pursuing well-known best practices, the same bad practices keep popping up again and again. These bad practices form a list of common pitfalls, which are called antipatterns or in an Agile context ScrumBut. The antipatterns can be used as-is, but they are most effective when used side by side with the best practices. Work towards the best practices. Work away from the anti-patterns.

ScrumBut

Sprint is too short or too long

  • Too short a Sprint (less than a week) increases the ratio of bureaucracy beyond an acceptable level. Too long a Sprint (a month or more) makes it hard to react to customer requests and the feedback loop becomes too long.
  • The best practice is to keep the Sprint a bit on the short side, so the feedback and correction frequency stays fast.
  • Too long a sprint also allows one to create mini waterfalls inside a sprint
  • Often is better

Sprint produces nothing working 

  • Whatever was developed during the Sprint must be running in at least the QA-environment at the end of the Sprint.
  • When software is not integrated, tested or deployed during the Sprint, work will overflow to the next Sprint. This means that it is impossible to change direction between the Sprints. One must first pay off the technical debt that has been created in a form of non-functional code. If nothing new works after the Sprint, the speed is 0.
  • Often the ”almost ready” features require days of work to finish. You can speed up the completion of difficult tasks by having daily status checks. In the most critical situations, the best way is to set up a ”war room”, where everybody concentrates only on finishing or fixing a single feature.
  • The best practice is to finish the earlier task before starting a new one.
  • Stop starting and start finishing

No (real) Product Owner

  • The Product Owner prioritizes and clarifies.
  • The Product Owner provides a list of the most important Use Cases and a detailed description of each. The task of a Scrum Master is to tell if those features fit into the next Sprint. The less you start, the faster you finish.
  • A common malfunction is a customer who wants software to be developed but doesn’t commit to the development process. Either there is no Product Owner, or the person is too busy/doesn’t know the domain/doesn’t have the authority to make decisions. In this situation the Scrum Master should coach the customer; book a weekly meeting with the customer representative where the roadmap is being clarified and broken down into detailed tasks.
  • The best practice is for the Product Owner to have a detailed plan for the next few Sprints.
  • The task of a Product Owner is to maximize the value of the Agile team

Requirements are not communicated

  • A big up-front requirement specification helps nobody.
  • Use Cases must be communicated between the Product Owner and the development team before the development work starts.
  • The development should never be based only on a document. This will always cause the first version of the software to come out as unsatisfactory. It is much faster to clarify the details over a telco, than to code-test-integrate for weeks and to find out that the requirement spec wasn’t top notch.
  • Coding a non-communicated requirement creates useless technical debt.
  • The best practice is to have a clear and shared plan for the next few Sprints

No estimates

  • Prioritization forces the team to have important discussions regarding the content and their importance. What user group to serve first? Non-functional or functional first? New features or regulations? The common symptom of ”no estimates” is that the Sprints produces nothing functional.
  • It’s the team that estimates the stories being planned for the next sprint, and it’s the team that commits to do their best meeting the sprint goals.
  • When the Use Cases have estimates, it is easier to prioritize and plan their development. It is also easier to identify the cases, which need to be divided into more fine-grained Use Cases. Estimates are created semi-automatically when the requirements are communicated to the team. When the Product Owner clarifies the Use Case and the team divides it into technical tasks, estimates will emerge. Estimates will also inform the team velocity. If you divide all stories to roughly similar sizes then you can skip estimation and just count the number of stories.
  • The best practice is to have a clear and shared plan for the next few Sprints

No prioritization

  • No prioritization usually leads to starting too many Use Cases. This leads to Sprints that produces nothing.
  • Incorrect prioritisation also delays feedback on critical decisions, while the team develops something irrelevant.
  • The best practice is to have the product backlog prioritized for the next couple of Sprints. It should be fairly easy for the Product Owner, Scrum Master or the Architect to explain the Use Cases of the next few Sprints.
  • The best practice is to start nothing new before something finishes AND then start the highest priority task.
  • Less is faster

No feedback

  • Each Sprint should provide the team with feedback. The customer gets the demo. The team gets the retrospect. Each Sprint is a step towards better practices. One aspect is the project management tools with their analyses and reports.
  • The best practice is to produce a functional demo and have a Sprint Retrospect. Repeat, the best practice is to have a retrospect after every Sprint.
  • Reflect regularly

Inefficient individual

  • The best way forward is to support or coach the inefficient team member. Usually, people are not lazy but too busy. Mentoring and coaching are good ways forward.
  • The best practice is for everyone to keep developing and improving.
  • Each team member must allocate time for self-development

Inefficient team

  • The team must be able to self-organize. Team members must be able to work individually, but more importantly they must be able to work as a team. Shared ways and common rules. Cherry picking when choosing tasks, coding too low or high quality, forgetting the common rules etc. are signs of a hot-shot not able for teamwork.
  • The team must allocate time for team development

Doing the right things at the right time

Agility means making the right decisions at the right moment. Traditional management models are more interested in doing things right. This leads to an inside-out way of thinking. ”We have a CMMi5 level quality standards”. And still, the customer gets no additional value. Such management creates tons of additional bureaucracy without creating anything useful. Agile development advances with the best possible speed towards the best possible direction. Speed and direction are revised constantly when new information and feedback emerges. In sports, one improves agility by doing neuromuscular exercises in a well-rested condition. The same goes for knowledge work. Stress, fatigue and haste kill agility; Work becomes stiff and laborious. W. E. Deming stated that 95% of performance issues are caused by the system itself and only 5% is caused by the people. Even talented people will fail if the system does not give them room and freedom to prosper. Organize outside-in. Customer first.
Reference
Exploring ScrumBut—An empirical study of Scrum anti-patterns

A fixed project always fails
https://gofore.com/en/fixed-price-failure/
Fail transparently
https://gofore.com/en/let-failures-be-part-of-your-success-story-2/

Why to scale Agile 
https://gofore.com/whats-point-scaling-agile/
How to scale Agile
https://gofore.com/agile-transformation-action-part-1/
https://gofore.com/en/agile-transformation-action-part-2/

Reflect the ways of working in your organization 
https://gofore.com/en/scrum-is-dead/

Advisory Services

Agile Transformation & Lean

Deutsch

Jari Hietaniemi

Jari Hietaniemi is a digitalization messenger who develops Gofore's subsidiary Sleek Oy. He is also a published author and one of the most annoying characters on Finnish Linkedin.

Takaisin ylös