Shape Up, developed at Basecamp by Ryan Singer, offers a radical alternative to Scrum and Kanban for managing software projects. Built around six-week cycles, shaped pitches, and small autonomous teams, Shape Up gives engineering teams meaningful time to build complete features while maintaining a sustainable pace. This guide helps engineering managers understand and implement Shape Up's distinctive approach.
What Is Shape Up and How It Differs
Shape Up organises work into six-week build cycles followed by two-week cooldown periods. During the build cycle, small teams (one designer and one to two developers) work on shaped projects with fixed time and variable scope. During cooldown, teams address bugs, explore ideas, and work on personal projects. This rhythm provides the focus of a long sprint without the burnout of continuous delivery pressure.
The most distinctive aspect of Shape Up is its approach to scope management. Rather than estimating how long a project will take and then building to that estimate, Shape Up fixes the time (six weeks) and adjusts the scope to fit. This eliminates the estimation arms race and ensures projects are time-boxed by design. If a project cannot be meaningfully completed in six weeks, it needs to be reshaped - broken down or simplified - before it is accepted.
Shape Up explicitly rejects backlogs. There is no prioritised list of future work. Instead, ideas are pitched, shaped, and bet upon each cycle. If an idea is not chosen, it does not carry forward automatically - it must be re-pitched in a future cycle. This prevents backlog grooming from consuming time and ensures that every cycle's work reflects current priorities rather than historical commitments.
- Six-week cycles provide meaningful time for complete features, followed by two-week cooldowns
- Fixed time, variable scope eliminates the estimation problem entirely
- Shaping defines the boundaries of a project before the build team starts
- No backlogs - ideas must be re-pitched each cycle to remain relevant
- Small teams (one designer, one to two developers) work autonomously during the build cycle
The Shaping Process: Defining the Right Level of Abstraction
Shaping is the pre-work that happens before a project enters the build cycle. A shaped project is defined at the right level of abstraction - concrete enough that the team understands the boundaries but abstract enough that they have room to make implementation decisions. Shapes are rougher than wireframes but more specific than user stories. They define the problem, the approach, and the boundaries without prescribing the implementation.
Shaping is typically done by a senior person who understands both the product domain and the technical landscape - often a product manager, senior engineer, or engineering manager. The shaper identifies the problem, explores potential solutions, decides on an approach, and documents the shape as a pitch. The pitch includes the problem statement, the proposed solution at a conceptual level, rabbit holes to avoid, and no-gos that explicitly exclude certain scope.
The concept of appetite is central to shaping. Rather than asking 'how long will this take?', Shape Up asks 'how much time is this problem worth?' If the team decides a problem is worth two weeks but not six, the shaper must find a two-week solution. This inverts the traditional relationship between scope and time, putting the business decision (how much to invest) before the technical decision (how to implement).
The Betting Table: Committing to Work
The betting table is a meeting held during the cooldown period where senior stakeholders decide which shaped projects to build in the next cycle. Unlike traditional prioritisation, the betting table is a commitment: the selected projects receive uninterrupted time for the full six weeks, and the teams are shielded from scope changes, feature requests, and distractions during the cycle.
The betting table includes a small group - typically the CEO, CTO, and senior product people at Basecamp. The group reviews pitches, debates their merit, and selects the projects that will be built. Not all pitches are accepted - some are deferred, some are sent back for reshaping, and some are rejected entirely. This selectivity is a feature, not a bug: it ensures that only well-shaped, strategically important work enters the build cycle.
For engineering managers, the betting table model has profound implications. It means that your team's six-week cycle is protected from interruptions - no urgent requests, no scope additions, no pivoting mid-cycle. In return, you commit to delivering a meaningful outcome within the six weeks. This trade-off - protection in exchange for accountability - creates a healthy dynamic between engineering and business stakeholders.
Building Within Six-Week Cycles
During the build cycle, the small team works autonomously to deliver the shaped project. They make all implementation decisions, design the user interface, write the code, and test the result. The team reports progress through hill charts - a visual tool that shows whether work is in the uphill phase (figuring things out) or the downhill phase (executing on known solutions).
Hill charts are more informative than traditional progress tracking because they distinguish between uncertainty and execution. A task that is ninety percent complete in terms of code might still be on the uphill side if the team has not resolved a key technical question. Conversely, a task with no code written might be on the downhill side if the team has fully mapped out the approach. Engineering managers can use hill charts to identify stalled projects early without micromanaging.
Circuit breakers are built into the process: if a project is not making sufficient progress by the end of the six weeks, it is cancelled rather than extended. This prevents projects from dragging on indefinitely and forces shaping to be thorough. If a cancelled project is still important, it returns to the shaping process where the scope is reduced or the approach is changed before being re-bet.
Adapting Shape Up for Your Organisation
Not every organisation can adopt Shape Up wholesale. The framework was designed for a product company with a small team and a single product. Larger organisations may need to adapt the cycle length, team size, or betting process. Some organisations use four-week cycles instead of six. Others run multiple concurrent bets across different teams within the same cycle.
The hardest cultural shift is eliminating the backlog. Engineers and product managers are accustomed to a prioritised list of future work, and abandoning it creates anxiety about losing good ideas. Address this by encouraging people to write pitches for ideas they care about and bringing them to the betting table. Ideas that are genuinely important will resurface; ideas that do not recur were probably not important enough to build.
Shape Up's emphasis on small, autonomous teams may not work for large, complex projects that require coordination across many engineers. In these cases, consider shaping a sequence of six-week projects that build toward a larger goal, with each cycle producing a complete, valuable increment. This preserves the time-boxing benefit while allowing for larger initiatives.
Key Takeaways
- Shape Up's six-week cycles with two-week cooldowns provide focus without burnout
- Fixed time, variable scope eliminates estimation debates and ensures time-boxing by design
- Shaping defines the right level of abstraction - concrete boundaries with implementation flexibility
- The betting table model protects engineering time in exchange for accountable delivery
- Hill charts track uncertainty resolution rather than task completion for more honest progress reporting
Frequently Asked Questions
- Can Shape Up work with larger engineering teams?
- Shape Up was designed for small teams at Basecamp, but its principles can be adapted for larger organisations. The key is to run multiple small teams in parallel, each working on their own shaped project within the same cycle. The betting table scales by having domain-level bets within a broader organisational strategy. However, if your projects require heavy cross-team coordination, Shape Up's emphasis on autonomous small teams may not be the best fit.
- How do you handle bugs and maintenance work in Shape Up?
- The two-week cooldown period is designed for this. Teams use cooldown to fix bugs, address technical debt, and handle maintenance tasks. If a bug is critical, it is addressed immediately regardless of the cycle. For larger maintenance projects, they can be shaped and bet upon like any other project. The absence of a backlog means bugs are either fixed during cooldown or shaped into a cycle project - they do not accumulate in a growing list.
- How does Shape Up handle estimation?
- Shape Up deliberately avoids estimation. Instead of asking 'how long will this take?', it asks 'how much time is this worth?' - the concept of appetite. The shaper determines the appetite (two weeks or six weeks), and the project is shaped to fit within that time. This eliminates the estimation arms race and ensures scope is adjusted to fit available time rather than time being stretched to fit desired scope.
Get the Engineering Manager Field Guide
Our field guide includes Shape Up pitch templates, hill chart trackers, and betting table facilitation guides to help you implement Shape Up in your engineering organisation.
Learn More