DEV Community

Discussion on: Why we ditched story points to be more value-oriented

Collapse
 
javaguirre profile image
Javier Aguirre

Thank you for the comment!

My team uses story points as a gauge of effort of a story. Although Fibonacci-esque values are not supposed to represent time, for my team they do roughly correspond to:

We used to do this too! But my main goal ditching story points is product-oriented. What we want to achieve is to focus more on delivery metrics and quality, so our metrics go more in that direction (Codacy health, number of deploys, number of features deployed, etc.)

Stories are not assigned to people; stories are assigned to teams. (Or rather, each team has its own Product Backlog. Each team has its own Product Owner. Product Backlog Items do sometimes migrate from one team to another, usually due to horse-trading by the Product Owners.)

We want to go in this direction, having fully autonomous feature-driven teams. :-)

We do not use Story Points to calculate velocity. Velocity is something that can be utilized by the Product Owner to gauge how much can get done by when, so if the Product Owner was interested in that kind of forecast it could be done. But in my project's situation, the Story Points is more used by the Product Owner as a weighting factor to balance business value against effort to help in prioritization.

I think that makes total sense, we wanted to have less metrics so we can focus on the work and value, and for us estimating wasn't giving us much value, also because even you're experienced, calculating velocity is hard and not a value-driven metric.

We use Jira as our tool. I think it is an okay tool. I'm not aware of a better tool. My biggest gripe is that it commingles the Product Owner's Product Backlog with the Development Team's Sprint Backlog. The Dev Team shouldn't be futzing with the Product Owner's Product Backlog. Likewise, the Product Owner should be futzing with the Dev Team's Sprint Backlog. (The commingling may very well be our fault in how we are using Jira.)

We use Jira too and I have the same impression. :-)

Thank you!