Skip to content

Shape Up

by Ryan Singer
Mar 10, 2025

A framework for deciding, planning, and shipping work—without the ceremony.

This might be the most practical book on product development I’ve ever read. No fluff, no abstract principles you have to “adapt to your context.” Just a clear, concrete system for deciding what to build, shaping it to the right level of detail, and shipping it in a fixed timeframe.

Shape Up comes from Basecamp (now 37signals), where Ryan Singer spent years refining how small teams build software. The result is a framework that feels like someone finally wrote down the thing every frustrated engineer and PM has been thinking: there has to be a better way to plan work.

Appetite before scope

Most teams start with a feature idea and ask “how long will this take?” Shape Up flips it: start with how much time you’re willing to spend, then figure out what you can build within that.

This is the concept of appetite. Instead of estimating a feature at 3 weeks and watching it balloon to 6, you say upfront: “We have appetite for a 6-week version of this, not more.” That constraint forces you to make hard scoping decisions early—before anyone writes a line of code.

Singer frames this as the difference between an estimate and a budget. Estimates are predictions that can be wrong. Appetite is a decision about how much the problem is worth solving. You’re not asking “how long will this take?” but “how much are we willing to invest?”

It sounds simple, but the downstream effects are significant. You stop gold-plating. You stop debating edge cases that don’t matter yet. You build the version of the feature that fits the time you’re willing to invest.

Shaping: the right level of abstraction

Before work reaches a team, it goes through shaping—and this is where the framework really shines.

Shaped work is neither a vague user story (“as a user, I want to…”) nor a pixel-perfect spec with every detail locked down. It’s somewhere in between: concrete enough that teams know what to build, abstract enough that they have room to figure out the best approach.

Singer uses the metaphor of “fat marker sketches”—if you can only draw with a thick marker, you can’t get lost in pixel-level details. You’re forced to stay at the right altitude. The book also introduces “breadboarding,” borrowed from electronics: sketching the components and connections of an interface without any visual design.

A shaped pitch includes:

  1. The problem — what’s broken or missing, and why it matters now
  2. The appetite — how much time this deserves (2 weeks or 6 weeks)
  3. The solution sketched at the right altitude — fat-marker sketches, not wireframes. Breadboards, not mockups.
  4. Rabbit holes flagged — known risks and complexities called out upfront so teams don’t get stuck
  5. No-gos — things explicitly out of scope to prevent the work from expanding

This is the part that impressed me most. The level of clarity in how shaping is defined makes it feel immediately actionable. You read it and think “I could try this on Monday.”

The betting table: no backlogs, no grooming

Here’s where Shape Up breaks from everything you’ve seen in Scrum or SAFe.

There is no backlog. No prioritized list of 200 items that grows faster than you can ship. No grooming sessions where you re-estimate the same stories every two weeks.

Instead, there’s a betting table. Before each 6-week cycle, a small group of senior people look at the shaped pitches and decide: what are we betting on this cycle?

The framing as a “bet” is deliberate. Singer argues that every project is a gamble—you’re betting that the problem is worth solving, that the shaped solution will work, and that the team can ship it in the allotted time. Making this explicit changes how you think about commitment.

If a pitch doesn’t get picked, it doesn’t go into a backlog—it goes away. If the idea is still important next cycle, someone will bring it back. If nobody does, it probably wasn’t that important.

This is liberating in principle. I’ve watched backlogs grow into graveyards of half-baked ideas that nobody will ever build but nobody has the courage to delete. Shape Up just… doesn’t have that problem. Every cycle starts fresh. I’m still working on getting comfortable with letting ideas disappear, but the logic is sound.

Hill charts and scopes: tracking progress without micromanagement

Traditional project tracking asks “what percentage done are you?” which is almost always a guess. Shape Up replaces this with hill charts.

The metaphor: every piece of work is like climbing a hill. The uphill phase is where you’re figuring things out—exploring unknowns, making decisions, solving the hard problems. The downhill phase is execution—you know what to do, you just need to do it.

Singer points out that most project delays happen uphill. A task that looks 90% done might actually be stuck because there’s an unsolved problem hiding in the remaining 10%. Hill charts make this visible.

Teams break their work into scopes (meaningful slices of functionality, not arbitrary tasks) and plot each scope on the hill. A scope that’s stuck on the uphill side is a red flag. A scope cruising downhill is on track.

What I appreciate about this: it surfaces the right information. You don’t need daily standups to know where things stand. You look at the hill chart and immediately see which scopes have unknowns and which are just grinding through execution.

Cool-down: the space to breathe

Between every 6-week cycle, there’s a 2-week cool-down. No scheduled work. Teams use this time to fix bugs, explore ideas, try small experiments, or just decompress.

This isn’t a luxury—it’s structural. Singer argues that without cool-down, teams accumulate fatigue and small annoyances pile up. The cool-down period is what makes the intensity of a 6-week cycle sustainable. It’s also where some of the best ideas emerge, because people finally have space to think without a deadline.

Why this framework resonates with me

I’m not a product manager. I’m not a developer. I’m an infrastructure engineer—and this book still speaks to the problems I see in how work gets planned and executed.

The ideas in Shape Up aren’t limited to product teams deciding which features to build next. The core principles—set an appetite before defining scope, shape the work to the right level of abstraction, bet deliberately instead of maintaining an endless backlog—seem applicable to anyone who plans and accomplishes goals.

Think about it from an infra perspective. You have a migration to plan. A platform to build. Reliability improvements that could expand forever if you let them. Shape Up offers the language and the structure to say: “We have 6-week appetite for this. Here’s the shaped version of what we’ll accomplish. Here are the rabbit holes we’re deliberately avoiding.” That’s not product management—that’s just clear thinking about work.

I’ve been in kanban reviews that felt like theatre—going through the motions of prioritization without any of it meaningfully changing how work gets done. I’ve watched backlogs become graveyards of half-finished ideas that nobody will ever touch but nobody has the courage to delete. Shape Up offers a different model. Every cycle starts fresh. Every bet is deliberate.

I’m not claiming I’ve fully adopted this framework—my context is different from Basecamp’s, and there are pieces I’m still figuring out how to apply. But what impressed me most is how concrete the whole thing is. It doesn’t ask you to “be more agile” or “embrace change”—it gives you a specific process with specific artifacts that you can experiment with immediately.

The book is free to read online at basecamp.com/shapeup. That alone says something about how confident they are in the ideas.

If you’ve ever felt that your planning process creates more overhead than clarity—whether you’re shipping features, building platforms, or running infrastructure—this book is worth your time. I’m still working toward fully internalizing the approach, but the ideas have already changed how I think about planning work.


Previous Book
Hands-On Large Language Models
Next Book
Site Reliability Engineering