Scrum Meetings and it's importance
A large part of the SCRUM process revolves around the SCRUM
Meetings and also User stories. User Stories are short description in
non-technical language of how a system is expected to behave.
There are 4 meetings or ceremonies defined in the SCRUM
framework. Each meetings happens at a specific time in each sprint and each has
a set purpose and defines what participants are required and what artifacts are
produced.
1. Sprint Planning
This meeting happens before the sprint begins
to define what will be delivered in the Sprint. Product owner, SCRUM Master and
Scrum team, all are required in the sprint planning meeting.
In this meeting the top priority items are
added to the product backlog and the priority of these items will be decided be
Product Owner. Team breaks each backlog items into smaller tasks and estimates
the work for each task. Once the team is filled with capacity for the sprint
they stop taking new items and commit to completing the items in the backlog in
next sprint.
2. Daily Scrum Meetings
Also known as Scrum Standup meetings, is a
short meeting for 15 minutes are less time duration among Scrum master and the
Scrum team to share the status of the tasks they are working on.
Daily Scrum meeting is basically based on the
3 important question.
- What you did yesterday?
- What are you going to do today?
- What is blocking your progress?
3. Sprint Review
Sprint review meeting is held at the
completion of the sprint to demonstrate the product increment to customers and
stakeholders. Product increment is a working software in a potentially shippable
form. Product owner, SCRUM Master and Scrum team, all are required in the
sprint review meetings. It should involve as many customers and stakeholders as
possible to provide feedback on the working increment.
4. Sprint Retrospective
Sprint Retrospective is held after the Sprint
for the team to reflect and review, what went wrong in the last sprint and initiate
process improvements.
5. Backlog Grooming
Though not an official Scrum meeting, backlog
grooming is often held during the sprint
to allow the team to assign a relative story point value to the top priority
items in the product backlog. Scrum teams and product owners work together to
clearly define the acceptance criteria for the work item.
Comments
Post a Comment