Skip to main content
What is Scrum?
  1. Glossary/

What is Scrum?

3 mins·
Ben Schmidt
Author
I am going to help you build the impossible.

Scrum is a framework used to manage complex work. It is most commonly associated with software development but applies to various aspects of building a business.

At its core, Scrum is a subset of Agile methodology. It rejects the idea that you can map out a perfect plan from start to finish before you begin working. Instead, it relies on an iterative process. You build a little bit, learn from it, and then build a little bit more.

For a founder, this distinction is vital. You are likely operating in an environment of high uncertainty. You do not know if customers will like the feature you are building. You do not know if the technology will scale. Scrum provides the structure to navigate that uncertainty without stalling.

The Mechanics of the Framework

#

Scrum operates in time-boxed periods called Sprints. A Sprint typically lasts two weeks.

The process follows a specific rhythm:

  • Sprint Planning: The team looks at the Product Backlog, which is a prioritized list of everything that needs to be done. They select a chunk of work they believe they can finish in the upcoming Sprint.
  • Daily Scrum: A fifteen-minute meeting held every day. Team members say what they did yesterday, what they will do today, and if they are blocked.
  • Sprint Review: At the end of the Sprint, the team demonstrates what they built to stakeholders. This is where feedback happens.
  • Sprint Retrospective: The team discusses their internal process. They ask what went well and what needs to change to make the next Sprint better.

This cycle repeats indefinitely.

There are also specific roles defined in the framework. The Product Owner defines the vision and manages the backlog. The Scrum Master removes obstacles for the team. The Developers do the actual work.

Scrum vs. Waterfall

#

To understand the value of Scrum, you must compare it to Waterfall project management.

Waterfall is linear. You gather requirements, design the solution, build the solution, test it, and then deploy it. One stage must finish before the next begins. This works well for construction projects where changes are expensive and physics is predictable.

Startups are rarely predictable.

If you use Waterfall to build a software product, you might spend six months building something only to realize in the final week that the market has shifted. You cannot easily go back.

Scrum accepts that requirements will change. Because you review work every two weeks, the most time you can waste is two weeks. If the market shifts, you simply re-prioritize the backlog for the next Sprint.

Application in a Startup Environment

#

While the textbook definition of Scrum is rigid, early-stage startups often need to adapt it. You might not have the budget for a full-time Scrum Master. In many small teams, the founder acts as the Product Owner.

The danger lies in two extremes.

The first is ignoring structure entirely. This leads to feature creep and a lack of focus. The team works hard but never ships a complete unit of value.

The second is becoming a slave to the process. This is sometimes called Zombie Scrum. Teams go through the motions of the meetings but forget the goal is to ship a product. They focus on the velocity of points on a chart rather than the value delivered to the customer.

As you implement this, ask yourself if the process serves the product or if the product serves the process. The goal is to create a rhythm of delivery that allows you to inspect and adapt your business strategy in real time.