|
|
|
|
|
by tetonraven
3836 days ago
|
|
First off, each person shouldn't have "their" stories. The stories in the sprint backlog should be owned by and worked by the entire team. Second, not everything needs to be a story or a task in the backlog; agile isn't about tracking every activity. Everybody will have things outside of planned stories (meetings, time off, whatever). If you feel the need to get detailed about it and plan at the hours level, assume a baseline "development hours per day" (6 is a common one) and adjust for planned time off. If your team is not able to get in the development hours you're expecting, there's something else wrong; such as a "manager" asking you to do TPS reports, outside the scope of the project your team is actually working on. Anyway, velocity at the point level is a better measure of a team's ability to take on a certain amount of work in an upcoming sprint, because it inherently accounts for distractions. However you do it, don't get too caught up on detailed accounting and planning of hours; that's not how agile works. And definitely don't create "stories" for things that aren't actual user stories. |
|