Implementing Scrum Flashcards
what are the 5 scrum events?
sprint, sprint planning, daily scrum, sprint review, sprint retrospective
what’s product backlog?
the single authoritative source for things a team works on. It contains all of the features, requirements, and activities associated with deliverables to achieve the goal of the project
the guide and roadmap of your product
what are the three key features of a product backlog?
- living artifact
- owned and adjusted by the product owner
- prioritized list of features (highest to lowest priority, specifice to vague details)
what are the pieces of data to capture when working with product backlogs?
- the description
- the value
- the order
- the estimate
what are user stories?
short, simple descriptions of a feature told from the perspective of the user
what are the three elements of a user story?
- user
- action
- benefit
what’s the common user story format?
As a <user> I want this <action> so that i can get this <value>.</value></action></user>
what are the six criteria each user story should meet?
I.N.V.E.S.T
I - independent
N - negotiable
V - valuable
E - estimable (DoD)
S - small
T - testable
what’s the purpose of a user story?
user stories help the team create a solution that is always centered around the user experience
what is an epic?
a group or collection of user stories
what’s the acceptance criteria ?
the checklist you will use to decide whether a user story is done
what’s backlog refinement?
the act of keeping the backlog described, estimated, and prioritized so that the scrum team can operate effectively
what’s absolute estimation?
time and effort estimation in traditional project management
units of hours, days, or weeks
what’s relative estimation?
instead of trying to determine exactly how long a task will take, we compare the effort of that task to another task, and that becomes the estimate
a relative value for size
what are two common methods of relative estimation?
t-shirt sizes and story points
what are the steps for t-shirt sizes method?
- Agrees on the chosen scale and metrics to be used.
- Identifies at least
Identifies at least one anchor backlog item. That item will be assigned a T-shirt size. Some teams will choose two anchor items—one at the top of the range and one at the bottom of the range. - Sorts through the remaining backlog items and agrees on T-shirt sizes for each of them.
what’s the process of assigning story points?
- Agrees on the permitted points values. Some teams cap the size at a certain number, like 21. Some teams decide to jump from 21 to 100 as the next larger value. This is a team decision.
- Identifies at least
Identifies at least one anchor backlog item and agrees to assign it a points value. Some teams will choose two anchor items, one at the top of the range and one at the bottom of the range. - Sorts through the remaining backlog items as a team, agrees on an estimate for each item, and captures it in the backlog management system.