Reading:
What Are Spikes in Agile and Why Do We Need Them?

Image

What Are Spikes in Agile and Why Do We Need Them?

Sometimes the most optimal solution to a problem remains unclear, and there could be multiple reasons for it: perhaps a problem is particularly unique, with no known solution, or there could be a lack of clarity pertaining to which technology would efficiently handle it. This is a time for experimentation — to validate your initial hypotheses and choose the right foundation for your long-term solution. And that’s exactly what spikes in Agile are all about.

Illustration for What Are Spikes in Agile and Why Do We Need Them

So in a nutshell, spike solutions or “spikes” may be thought of as small technical investigations or experiments that aim to clarify the most appropriate answer to solving critical development problems. These will often take the form of core code trial runs or simple prototypes, and could be needed for a wide variety of reasons. With this in mind, when it comes to spikes, below are the most important things to remember:

  1. They should consist of the simplest possible implementation
  2. They should take as little time as possible to complete
  3. They should not be expected to produce a working feature
  4. They should be estimable, demonstrable and acceptable

Right Way to Spike

There are three main types of spike in Agile: research spikes, architectural spikes and refactoring spikes, and depending on the problem being addressed, these may be further subdivided into technical and functional varieties. 

Technical spikes in Agile

 Technical spikes are used to evaluate the potential impact of different technologies  — and thus tend to focus mainly on research and code. Though somewhat similar to the architecture decision process, when working with technical spikes, the team goes beyond simple research to build the minimum solutions that are needed to address the evaluation criteria. In this way, they seek to experiment with a new technology and gain more confidence in a desired approach before committing new functionality to a timebox. Technical spikes may be employed in any one of the following situations:

  • Understanding if a new technology will solve the problem
  • Evaluating the impact of a new technology
  • Making the build vs buy decision
  • Determining the load impact of a feature
  • Establishing current usage patterns
  • Understanding the potential performance of a brand new feature

Functional spikes in Agile

When working with functional spikes, on the other hand, the team is primarily concerned with the user’s interaction with the system. As a result, they rely above all on mockups, page flows, prototypes and wireframes when attempting to:

  • Determine the interaction with a new feature
  • Break down a user story into manageable components
  • Organise work
  • Identify risk factors and other uncertainties

Spike user story example and timeline

With all of this in mind, a spike story in Agile will usually follow the traditional user story format:

As a <type of user or system>, I need/want <some goal/action> so that <some reason, benefit>

Consequently, a good example of a spike user story would be the following:

As a site manager, I want to see forecasted data for my sales vs expenses so that I could make some predictions for forward planning. 

This could lead to both a functional and technical spike:

  1. Technical spike: The team should research if machine learning is a quick and reasonable option to use for the forecasting module
  2. Functional spike: The team should prototype a UI for visualising forecasted data and obtain user feedback to decide on the best approach

But how long do these spike solutions take to create, and are they included in our regular iterations? Well, interestingly enough, the second answer follows directly from the first one!

Because when working with spikes in Agile development, we are unavoidably dealing with a vast amount of uncertain factors, spike creation times can vary greatly and it is impossible to accurately predict how long this process will take.

Kent Beck Illustration for Spikes in Agile article

Still, not having spikes is certainly not a feasible option, as you risk shrouding the project in a misty sea of uncertainty that could prevent you from spotting the technical iceberg ahead! Consequently, as a precautionary measure, many encourage the creation of timeboxed spikes. In this way, at any point throughout the timebox, the team can decide if they have done enough to tackle the problem — and if by contrast the timebox is fully utilised, they can revisit the original purpose and from there decide how to proceed. In our own case here at SPG, instead of including spikes in our timeboxed Sprints, we tend to work on them before Sprint planning, or between iterations, if that makes more sense.

As Kent Beck, the creator of Extreme Programming, once famously said, “spikes are good for when you are knowledge limited, not time limited!”

When to Use Spikes

A true legacy of Extreme Programming (XP), spikes in Agile are still very much relevant today, as they may also be seen as calculated investments by the Product Owner to thoroughly analyse a problem before attempting to build a solution. After all, the Product Owner intentionally allocates a little bit of the team’s capacity ahead of when the story needs to be delivered so that when the story enters the Sprint, developers know what needs to be done. In this way, spikes are first and foremost used to try to mitigate technical risks.

The technique is often said to be needed when researching product requirements or when user stories are too large or complex, but for those who are less acquainted with spike in Agile terminology, here are a few simple examples of when spike solutions may be necessary:

  1. When developers are dealing with new hardware or software technology 
  2. When working on complex legacy systems
  3. When confronted with poorly documented third-party libraries
  4. When it is important to identify the most optimal form of implementation (be it an algorithm or underlying technology) from a variety of different options

Pros of Spike Solutions

Despite anything to the contrary, taking the time for Scrum Spike tests is undeniably a great investment in the planning process, as they enable developers to gain a much better understanding of the problem in order to make the right decisions that will benefit both the project and product. The following benefits are also apparent, as spike solutions:

  1. Provide clarity on the project’s direction of travel
  2. Build shared responsibility and collective ownership when making decisions
  3. Greatly minimise project risks and uncertainties
  4. Ensure the right solution to every problem
  5. Avoid story overestimations
  6. Can save money, time and other resources

Cons of Spikes in Agile and Scrum

It is important to remember, however, that especially when spikes are misunderstood or incorrectly employed, they can also lead to development issues. For one, because unlike user stories, spike results produce maximum information with minimal code, they should only generate the required data to resolve the issues in the stories that drive them. Next, developers must remember that any spikes sitting in their backlog represent actual development risk, so they should aim to resolve them as quickly as possible to keep development on track to success.

Conclusion

In spite of the chosen nomenclature, spike solutions should not be taken to mean a final product or its functional parts. Instead, they are simply investigative experiments which enable developers to do away with technical risks — and thus properly estimate the time and costs that are associated with every feature.

Need a Quote?

Get In Touch With Our Agile Developers!

Get In Touch

Related Stories

How to Recover from Business Failure. Fail Fast, Learn Faster
March 2, 2020

Recovering from Business Failure: Fail Fast, Learn Faster

Discover how to recover from business failure by adopting the 'fail fast, learn faster' mentality. Learn effective strategies for bouncing back and succeeding

What_to_Expect_from_Our_Product_Teams?
March 1, 2019

What to Expect from Our Product Teams

Making the Most of Code Review
November 1, 2018

Making the Most of Code Review

Whether you are a customer or a programmer, this article will help you understand the benefits of code review and how to implement it in your software projects