- Planning Poker Card decks series -

Planning Poker Decks

Fibonacci Sequence

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

The Fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones, usually starting with 0 and 1. It's often used in Agile estimation for its ability to represent...
Read more

Fibonacci Flat Sequence

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

The Fibonacci Flat sequence is a variation of the Fibonacci sequence that includes additional fractional values for finer granularity, making it suitable for more precise task estimations in Agile pla...
Read more

"Hours" Sequence

2, 4, 8, 16, 24

The Hours sequence is used to estimate the number of hours required to complete a task. This sequence helps in planning and allocating time effectively across various tasks in a project. Each number i...
Read more

T-Shirt Sizes

XS, S, M, L, XL, XXL

The T-Shirt Sizes sequence uses clothing sizes to represent the relative size and effort required for tasks. It's a simple and intuitive way to categorize tasks into sizes like Extra Small (XS) to Ext...
Read more

Yes/No

Yes, No

The Yes/No sequence is used for binary decision making, allowing team members to quickly and clearly indicate whether a task should proceed or not. This can streamline decision-making processes in mee...
Read more

"Doubled" Sequence

1, 2, 4, 8, 16, 32, 64

The Doubled sequence represents task estimations using powers of 2, reflecting a doubling of effort and complexity with each step. This sequence is useful for highlighting exponential growth in task d...
Read more