Focus on what matters. One task at a time. ๐พ Local only
Manage Categories
๐ Story Points Guide
Story points are an agile estimation tool used to measure the relative complexity of a task โ not the time it takes or the number of steps involved.
๐ก Think of it this way: a task that's "twice as complex" gets roughly twice the points, even if it takes different amounts of time for different people.
The Fibonacci Scale
We use Fibonacci numbers because they reflect how uncertainty grows with complexity:
Points
Meaning
1
Trivial โ well-understood, almost no thinking needed
2
Simple โ straightforward, minimal unknowns
3
Moderate โ some moving parts, but solvable
5
Complex โ multiple considerations, some unknowns
8
Very complex โ significant unknowns, consider splitting
13
Huge โ too complex to estimate confidently, break it down
Key Principles
โ Relative, not absolute โ compare tasks to each other. "Is this harder than that 3-point task?"
โ Complexity, not time โ a task that takes 2 hours of easy typing might be a 1. A 30-minute research question with unknowns might be a 5.
โ When in doubt, go higher โ it's better to overestimate than to be caught off guard by hidden complexity.
โ ๏ธ 8+ points? That's a signal to decompose the task into smaller, more manageable pieces.