Skip to main content

Daily Scrum Meeting Rules

Following are some of the rules which I could think ( & found from other sources) regarding the daily Scrum planning meeting

  • Scrum meeting should be for a small team of 4-8 members. Having a meeting for a bigger team is not beneficial. There is a high risk that it will become a status update.
  • This should be a timeboxed meeting of around 15 minutes. 
  • Hold the Daily Scrum in the same place at the same time every work day. The best time for the meeting is first thing in the day so that Team members think about what they did the day before and what they plan to do today.
  • Stand up – Ensure that team members are standing for this meeting. This will ensure that meeting will not exceed the normal duration as people will be eager to sit down. This will also help to focus on the discussion  otherwise people may get distracted with email or other “tasks”. 
  • Team members should address the Team. This is not a "Reporting to the Scrum Master" meeting. 
  •  If Product Owners are attending the call, they should refrain from asking status. Scrum has a separate meeting for this purpose – Sprint Demo/Review. Status can be obtained from taskboard also.
  •  All Team members are required to attend. If for some reason a Team member can't attend in person, the absent member must either attend by telephone or by having another Team member report on their status.
  •  Team members must be prompt. Team should start the meeting at the appointed time, regardless of who is present. Any members who are late pay a fine that is donated to a worthy charity! 
  • Decide some order for update like start with the person immediately to Scrum Master's  left and proceeding counter clockwise around the room until everyone has spoken. 
  •  Even Scrum Master is not required to attend this meeting. In Scrum Master’s absence or non-availability team should start the meeting.
  •  All team members should be present physically and mentally.
    o Avoid using cell phones, laptops, tablets etc.
    o Team members shouldn’t leave the room after giving the updates. They should remain till the end. 
    o Team members should actively listen and participate in updates from others. 
  •  Each Team member should respond to the following questions:
    o What have you done since the last Daily Scrum regarding this project?
    o What will you do between now and the next Daily Scrum meeting to achieve the sprint goals?
    o What impedes you from performing your work as effectively as possible? 
  • During the meeting only one person talks at a time. Everyone else listens without any side conversations. 
  •  When a Team member reports something that is of interest to other Team members or needs assistance from other Team members, any Team member can immediately arrange for all interested parties to get together after the Daily Scrum Meeting.
  • Non - Team members are welcome to attend the Daily Scrum Meetings but they are not allowed to talk, make faces or otherwise make their presence in the meeting obtrusive.
  • Bring experienced scrummasters or agile coaches to these meetings who can notice the problems and provide a constructive feedback.
These rules are more for new teams who are just beginning to use Scrum. If your team is following scrum for more than one year then you should definitely look into the next version of scrum meeting (scrum 2.0 :D ) 


Comments

Popular posts from this blog

PDCA & SCRUM (or Agile); Why is it important?

The PDCA (Plan DO Check Act) cycle was made popular by Dr. W. Edwards Deming. This is a scientific cyclic process which can be used to improve the process (or product). This is cyclic in nature and usually time boxed. Plan  This is the first stage of the process. During this step the team discusses the objectives, the process and the clear conditions of exit (conditions of acceptance). This stage sets the measurable and achievable goals for the team. DO Team works together to achieve the objective set in the planning phase. Team works with the set of agreed process. Check Once the implantation is done team regroups and verifies the output and compares it to the agreed conditions of acceptance decided during the planning phase. The deviation, if any, is noted down. ACT If any deviation in planned tasks is observed during the Check stage, a root cause analysis is conducted. Team brainstorms and identifies the changes required to prevent such deviations in future. Team also

Why is potentially shippable product quality important

Agile teams work in iterations. During this period, they are supposed to work on product increments which can be “delivered” at the end of iteration. But how you know that the correct product was delivered? Many teams have different kinds of acceptance criteria and Definition of Done (DoD). But in many cases, this “done” is not the real “done” there might be some testing pending, some integration or review pending or anything else which prevents the actual use of the product increment. Many of these teams will need additional iterations to finish hardening their products. Many teams will implement different types of “gates” or approval steps to move to next stage. The free flow of product will be interrupted. They might end up doing mini waterfall within their agile process. Many don’t even realize this. This results in poor quality and requires additional effort to “harden” the product. Potentially Shippable Product increment The acceptance criteria and DoD should be modified

Product Backlog: Should you write everything in user story format?

I like user stories a lot. They help everyone talk the same language and results in a better product. User story alone does not constitute product requirement. User story is supposed to be a place holder for discussion which should happen between the team, Product Owner and the customer. This discussion result in a common understanding which along with the user story content is the product requirement. This format captures the essence of requirement without confusing the readers User Story is only one of the many different ways in which requirements can be represented. This is not mandatory in any Agile “process”. But many have made this mandatory. I have seen many spending countless hours trying to write the requirements in user story format when they could have easily written that in simple one-line sentence in few minutes.   I have seen team members refusing to even discuss the requirement until product owner rewrote the requirement in user story format. Once I