Theory
8 min read

Fibonacci Sequence in Planning Poker: Why These Numbers?

Discover why planning poker uses Fibonacci numbers instead of linear scales. Learn the mathematical and psychological reasons behind this estimation technique.

Published on October 16, 2025
fibonacci
estimation
planning poker
agile
story points
cognitive psychology

Fibonacci Sequence in Planning Poker: Why These Numbers?

If you've ever participated in a planning poker session, you've noticed something odd about the numbers: 1, 2, 3, 5, 8, 13, 21. They skip 4, 6, 7, 9, 10, 11, and 12. Why?

These aren't random values—they follow the Fibonacci sequence, an ancient mathematical pattern. But why would agile teams use centuries-old math for modern software estimation?

The answer: our brains can't estimate complex work with precision. The Fibonacci sequence turns that limitation into an advantage.

What is the Fibonacci Sequence?

The Fibonacci sequence is a series where each number equals the sum of the two before it:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144...

The pattern:

  • Start with 0 and 1
  • Add them: 0 + 1 = 1
  • Add the last two: 1 + 1 = 2
  • Continue: 1 + 2 = 3, then 2 + 3 = 5, then 3 + 5 = 8

Italian mathematician Leonardo Fibonacci introduced this sequence to Western mathematics in 1202. It appears throughout nature—spiral shells, flower petals, pine cones, even galaxy formations. But its power goes beyond the natural world.

The Modified Fibonacci Sequence in Planning Poker

Most planning poker implementations use a modified version:

0, 1, 2, 3, 5, 8, 13, 20, 40, 100

Notice the shift? After 13, it jumps to 20 instead of 21, then 40 and 100.

Mike Cohn, creator of Planning Poker, tells a story about why. A product owner looked at a 21-point estimate and said, "Oh, a 21. You must be very confident to give such a precise estimate."

That comment nails why Fibonacci works: it prevents false precision.

Why Fibonacci Beats Linear Scales

The Problem with Linear Estimation

A linear scale seems logical: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.

But here's the issue: claiming something is "exactly 7 units instead of 6" implies precision you don't have. As tasks grow larger and more complex, estimation accuracy plummets. Linear scales ignore this reality—they suggest you can estimate a massive task with the same precision as a small one.

How Fibonacci Reflects Uncertainty

The Fibonacci sequence handles this beautifully. As numbers grow, gaps widen proportionally:

  • 1 to 2: 1 point gap (100% increase)
  • 3 to 5: 2 point gap (67% increase)
  • 8 to 13: 5 point gap (62.5% increase)
  • 13 to 20: 7 point gap (54% increase)

These expanding gaps mirror expanding uncertainty. When you choose between 5 and 8, you're acknowledging you can't be more precise—and that's fine.

The Psychology Behind Fibonacci Estimation

Weber's Law and Just-Noticeable Difference

Fibonacci's power isn't just mathematical—it's psychological. The sequence aligns with Weber's Law, a principle of human perception.

Weber's Law states: the bigger something is, the larger the difference must be before we notice. You can tell the difference between a 1-pound and 2-pound weight easily. But distinguishing between 50 and 51 pounds? Much harder.

After 2, each Fibonacci number is roughly 60% larger than the previous one. Research shows this 60% threshold matches where humans can reliably distinguish relative complexity:

  • 3-point vs. 5-point story: 67% difference (noticeable)
  • 8-point vs. 13-point story: 62.5% difference (noticeable)
  • 7-point vs. 8-point story: 14% difference (barely noticeable)

Fibonacci spacing matches human perception.

Reducing Cognitive Load

More options make decisions harder—that's Hick's Law. Linear scales offer ten tightly-packed options (1-10). Teams waste time debating: "Is this a 6 or a 7?"

That debate is meaningless. The team can't make that distinction accurately.

Fibonacci simplifies the choice: "Is this closer to 5 or 8?" That binary decision requires less mental energy and produces faster, more confident estimates.

Preventing Analysis Paralysis

Wider gaps prevent overthinking. When your only options are 13 or 20, you can't debate whether something's a 15, 16, or 17. Either it's substantial but manageable (13), or it needs breakdown.

This forces better work decomposition and stops analysis paralysis.

Fibonacci vs. Other Estimation Scales

Powers of 2

Some teams use doubling: 1, 2, 4, 8, 16, 32, 64. This shares Fibonacci's exponential growth and works well. Research shows no clear winner—both beat linear scales.

The difference? Powers of 2 grow faster, creating wider gaps. Great for discouraging large stories, but you lose mid-range granularity.

T-Shirt Sizes

T-shirt sizing uses XS, S, M, L, XL, XXL. This drops numerical precision entirely, focusing on relative size. Perfect for roadmap planning, but too broad for sprint planning.

Many teams use t-shirt sizes early, then switch to Fibonacci for sprint work. At Planning Poker App, we support Fibonacci, Modified Fibonacci, Powers of 2, and T-shirt sizes.

Linear Scales

Linear scales (1, 2, 3, 4, 5...) are the least effective because they:

  • Suggest false precision
  • Ignore increasing uncertainty
  • Fall outside noticeable difference thresholds
  • Trigger pointless debates

The Math Behind Fibonacci Estimation

The Golden Ratio Connection

As Fibonacci progresses, the ratio between consecutive numbers approaches the golden ratio (1.618)—a constant appearing throughout nature and art. While not the primary reason for using Fibonacci, it's fitting: software complexity grows organically, not in neat linear increments.

Exponential vs. Linear Growth

Software complexity doesn't grow linearly. A feature twice the scope isn't "twice the work." It often involves:

  • More integration points
  • Greater risk of complications
  • More stakeholders and communication overhead
  • Higher probability of scope creep
  • Increased testing requirements

Fibonacci's exponential growth models this reality. Linear scales don't.

Research and Evidence

Empirical Studies

An empirical study with computer science students split participants between Fibonacci and linear scales. While neither proved definitively superior, both groups struggled with precision on larger estimates—validating the uncertainty problem Fibonacci addresses.

Industry Adoption

Fibonacci's dominance in agile isn't tradition—it's collective experience across thousands of teams. Its status as the de facto standard reflects practical effectiveness, though alternatives like powers of 2 also work well.

The "60% Rule" Validation

Agile practitioners and researchers confirm the 60% increase between Fibonacci numbers aligns with Weber's Law and human perception thresholds. Not coincidence—a mathematical sequence matching cognitive reality.

Practical Benefits for Teams

Faster Estimation Sessions

Teams using Fibonacci report faster planning sessions than those using linear scales. Fewer options and clearer distinctions keep discussions productive.

Better Story Breakdown

When a story hits 13 or higher, Fibonacci's large gaps trigger the question: "Should we break this down?" You get better decomposition without added process.

More Productive Discussions

Instead of "Is this a 6 or 7?", Fibonacci teams ask "Is this a 5 or 8?" That shifts conversations from numerical semantics to actual complexity differences.

Alignment with Uncertainty

Expanding gaps remind teams: larger estimates carry more uncertainty. A 13-point story doesn't just mean "more work than 8"—it signals "significantly more uncertainty and risk."

Common Misconceptions About Fibonacci

"The Numbers Represent Hours or Days"

The biggest misconception: story points aren't time. A 5-point story isn't "5 hours" or "5 days." It's simply "more complex than 3, less complex than 8."

"We Need More Precision"

Teams resist Fibonacci because gaps feel "too large." This signals misunderstanding. The gaps aren't too large—your precision is too limited for the task.

"Fibonacci is Agile Dogma"

Skeptics dismiss Fibonacci as arbitrary methodology. But there are solid cognitive and mathematical reasons it works. That said, it's not doctrine—use what works for your team.

Making Fibonacci Work for Your Team

Start with Standard Fibonacci

When introducing planning poker, begin with pure or modified Fibonacci. Give your team time to internalize the pattern.

Establish Reference Stories

Create reference stories at different Fibonacci levels: "A 3 is like when we added the export button." "An 8 is like the third-party API integration." These anchors calibrate estimates.

Embrace the Gaps

Don't fill gaps or add intermediate numbers. The gaps are features, not bugs. They force meaningful discussion and prevent false precision.

Use the Right Tool

Good planning poker tools make Fibonacci easy. At Planning Poker App, we support Fibonacci and other scales with real-time sync for distributed teams and anonymous participation for unbiased estimation.

When to Deviate from Fibonacci

Fibonacci works well for most teams, but valid alternatives exist:

  • Portfolio-level planning: T-shirt sizes work better for very large initiatives
  • Repetitive work: Linear scales suffice for estimating similar tasks repeatedly
  • Team preference: If powers of 2 consistently work better, use them

Make informed choices based on your context, not blind methodology adherence.

Conclusion: The Numbers That Make Sense

The Fibonacci sequence in planning poker isn't arbitrary or cargo-cult agile. It's practical math and psychology helping teams estimate by:

  • Reflecting increasing uncertainty in larger estimates
  • Aligning with human perception thresholds (Weber's Law)
  • Preventing false precision and wasted debate
  • Encouraging story breakdown
  • Reducing cognitive load
  • Matching software complexity's non-linear nature

Understanding why these numbers work helps you use them effectively. Fibonacci isn't magic—it's a well-designed tool accounting for cognitive limitations and estimation uncertainty.

Next time you choose between 5 and 8, remember: you're not just picking numbers. You're applying centuries-old mathematics and modern psychology to make better decisions about complex work.

Ready to try Fibonacci-based planning poker? Visit Planning Poker App to start your first session with customizable scales, real-time collaboration, and support for remote and co-located teams.

Related Articles

Ready to Start Planning?

Put these planning poker techniques into practice with our free tool. Create a session in seconds and start improving your team's estimation process today.