Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Scrum, where does the detail sit? [closed]

Tags:

scrum

We've been using Scrum on a few projects now with varying success and I now have a query relating to documentation.

In Scrum, you obviously have the product backlog ("The application begins by bringing up the last document the user was working with.") and the sprint task backlog ("Implement forgot password screen"). However, in all the examples I have seen, these two items are fairly high level in terms of detail (being designed on fit on a post-it note).

So, where does the detail sit? Let's say the client has some very specific requirements for a stock management screen, or has a complex API that needs to be integrated with on the back end, where is this documented, how and who captures this information? Is it seperate to the backlog but populated on a just-in-time basis or some other way?

like image 957
Neil Middleton Avatar asked Sep 24 '08 10:09

Neil Middleton


People also ask

How do you avoid a spillover in scrum?

Scrum says to keep your product backlog ready for the sprint planning, and not having it will lead to an ambiguous plan. Better to have product backlog refinement sessions in advance to reduce ambiguity. I coach the team on the importance of having 1–2 sprint's work refined in advance to avoid this issue.

Who has the final say on the order of the product backlog?

However, there is usually only one person who has the final responsibility for ordering the items in the product backlog, namely the product owner.

How do you handle a hotfix in scrum?

Start working as a team and look out for improvement in the process leaving no place for Increment with critical bugs promoted to production. Any delay in such measure creates waste by continuously building and deploying bugfix releases throughout several Sprints. Share your views and feedback in the comments section.


1 Answers

Sprint backlog

The sprint backlog is a greatly detailed document containing information about how the team is going to implement the requirements for the upcoming sprint. Tasks are broken down into hours with no task being more than 16 hours. If a task is greater than 16 hours, it should be broken down further. Tasks on the sprint backlog are never assigned, rather tasks are signed-up for by the team members as they like.

like image 169
Eugene Yokota Avatar answered Sep 21 '22 00:09

Eugene Yokota