Everything in software development has good and bad patterns. We have looked at why the agile approach is valuable. However, we need to review agile anti-patterns to avoid problems that can erase any benefits. There are many ways we can misuse this process. Here are some development team mistakes we can avoid
No WIP LimitThere is a pride people have around multi-tasking. However, it is not the most efficient way to get things done. Even worse, we can end up having too many tasks in flight when a sprint ends. This causes a broad range of challenges and can block a team from critical sprint tasks. We should take a task, complete it, and then move on to another. Nevertheless, we can sometimes have more than one item in progress to reduce dead-time in our day.
Cherry PickingWe all have things we prefer to do. This tendency can cause problems in the Agile environment. The team members need to focus on getting work done to help the sprint complete successfully. Cherry-picking is one of the agile anti-patterns that can arise from team members abusing the freedom this process gives them in tasks. Sometimes we have to pick the big, complex, or not-fun tasks to better the team.
Out Of Date Work BoardCommunication is key. An out of date board is one of the most dangerous agile anti-patterns. It can cause us to duplicate effort or sit in a holding pattern when we could be productive. This responsibility is not on the scrum master alone. The team members should report their progress by keeping the board synchronized with the latest progress.
Side GigsEverything in a sprint should be tracked in a ticket. That allows us to properly measure work, time, and, ultimately, our velocity. There are always temptations to help out a co-worker (or CEO) with a side task or project. Nevertheless, we need to track that effort. This requirement is essential in our overall success. Thus, do not feel bad about forcing side work requesters into the sprint backlog and process.
Challenge of The Week: Which of these do you see in your team? How will you fix it?