Scrum is often described as a very prescriptive framework despite this is not the case. Take for example the various type of backlog items that we are used to deal with in our favourite backlog visualisation tool. Some work with Epics and User Stories only, others use a mix of Stories and Tasks, others add bugs, improvements or other type of issues.

I found very useful to introduce and use Spikes with some of my teams. Yet, the scrum guide never explicit, favour or advocate any particular type. In Scrum a unit of increment is called Backlog Item. Yet is up to the team to find the best practices to implement. Scrum is open and incomplete on purpose, to let teams and organisations welcome or borrow concepts from other frameworks, methodologies, techniques.
Today I would like to introduce Spikes.

What are Spikes?

Spikes are a type of exploration Enabler Story in Scaled Agile Framework (SAFe). Defined initially in Extreme Programming (XP), they are used to gain the knowledge necessary to reduce the risk of a technical approach, better understand a requirement, or increase the reliability of a story estimate. A spike has a maximum time-box size as the sprint the contains it.

Why to use Spike?

Agile and Lean value facts over speculation. When faced with a question, risk, or uncertainty, Agile Teams conduct small experiments before moving to implementation, rather than speculate about the outcome or jump to a Solution.
It is also important that teams plan for and allocate time for getting smarter. Agile teams use the term spike to refer to a time-boxed research activity.

When to use a Spike?

Sometimes the team is unsure if they can complete the story due to some potential blockers and probably can’t even estimate the story. The Product Owner allocates a little bit of the team’s capacity now, ahead of when the story needs to be delivered, so that when the story comes into the sprint, the team knows what to do.

Here some good use case for when Spikes may be used:

Conduct basic research to familiarise them with a new technology or domain
Some knowledge is needed to decide between different architectures.
Gain confidence in a technical or functional approach, reducing risk and uncertainty.
The team may not have knowledge of a new technology, and spikes may be used for basic research to ensure the feasibility of the new technology (domain or new approach).
Other examples of activities are: research, design, investigation, exploration, prototype, storyboard or some other partial solution to help drive the final results
A story requires to be implemented using a 3rd party library with API that is poorly written and documented.
The story may contain significant technical risk, and the team may have to do some experiments or prototypes to gain confidence in a technological approach that may allow them to commit the user story to some future time-box.
A Proof of Concept (POC) is requested to demonstrate a capability.
A decision needs to be done and documented to rule out some risks.
Estimate new Features and Capabilities to analyse the implied behaviour, providing insight about the approach for splitting them into smaller, quantifiable pieces.
Perform feasibility analysis and other activities that help determine the viability of epics.

Shall Spikes have ACs?

Just like any other ordinary user story, Spikes need fulfil some Acceptance Criteria to obtain the status of done by making sure that the “Spike Story” estimable, demonstrable, and acceptable.

Estimable

Like other stories, spikes are put in the backlog. A Spike does not usually receive a Story Point Estimate, but is given a fixed number of hours to be worked on. In any case, the spike should develop just the information sufficient to resolve the uncertainty in being able to identify and size the stories hidden beneath the spike.

Demonstrable

The output of a spike is demonstrated to the team in the Sprint Review. This brings visibility to the research and architectural efforts and also helps build collective ownership and shared responsibility for the key decisions that are being taken. Based on the new information, the original question is reframed as a new User Story in a future Sprint.

Acceptable

Like any other story, spikes are accepted by the product owner when the acceptance criteria for the spike have been fulfilled.

Takeaways

  • Scrum doesn’t prescribe any particular type for Backlog Items.
  • It is up to the team to decide wether they find any value in using Spikes.
  • Spikes are investigation activities (such as research, design, investigation, exploration, prototyping) to gain the knowledge to solve a problem. They produce information, rather than working code.
  • Spikes are time-boxed; shall have ACs; must be estimable, demonstrable, and acceptable.

In my next article I will deep dive on some aspects around Spikes.