Posts Meetings through the eyes of a programmer
Post
Cancel

Meetings through the eyes of a programmer

My colleague and I had an assignment - to set up processes for our small team (10 members). At first look, it can be strange that developers set up processes. Why not a scrum master or a project manager? Let’s go back in history and remember a little about the Agile Manifesto and its 17 authors, among whom are world-renowned software developers such as Robert Martin, Jeff Sutherland, Kent Beck, Martin Fowler, and others.

Inspired by this history, we set out to build our flexible project management framework 💪

One of the principles of Agile development states:

“The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.”

This article is about communication, specifically the meetings we decided to hold with our team. We will discuss the necessary meetings, and reasons why we need them and consider participants and optimal meeting durations. Buckle up, we’re heading into the world of meetings, where time should fly by, to the moon 🚀

📋 Planning

Planning is the meeting that initiates the Sprint. At this meeting, we plan the work for the next Sprint.

Purposes:

  • The Product Owner and the team propose ways to increase the value of the product.
  • Based on the proposals, the Sprint goal is formed.
  • The team estimates the tasks that will help achieve the Sprint goal.
  • The estimated tasks are moved from the backlog to the Sprint.

Participants:

The Scrum team and the Product Owner.

Timebox:

Up to 1 hour.

🧐 Refinement

Refinement is an activity that is carried out during the Sprint to prepare the backlog for the next Sprint planning and clarify details for current tasks. Refinement should be done regularly and, if necessary, throughout the entire Sprint, allocating time for this activity during planning.

Participants:

The Scrum team and anyone who would like to know all details about the task.

Timebox:

Up to 1 hour.

🧠 Retrospective

Retrospective - one more meeting in the calendar with an unclear agenda Retrospective - is a time at the end of a sprint that the team has for self-analysis.

Participants

The Scrum team and product owner.

Timebox

Each team determines the time needed for the retrospective. *Recommendation: 1 hour for a two-week sprint and 6 members team.

Purposes:

  • Brainstorming to generate new practices, ideas, and experiments that will help improve work;
  • Discussing the results of experiments, confirming or rejecting new practices;
  • Write down in a table what we have done well, what we have done poorly, and how we can fix it.Sharing observations about the past sprint, identifying “weak points”. Each point should push the team towards actions that could improve their effectiveness.

Example observation: “In the last sprint, we added a task that was not related to the sprint goal. To avoid delaying the release, we had to rush the testing. Let’s discuss this case and create new rules to avoid situations like that one. We will test our new practice in the next sprint.”

♻️ Sync-up

Sync-up is a regular meeting where a team discusses the current status and what needs to be done to move toward the sprint goal.

⚠️ If any questions require detailed consideration or answers during the meeting, an additional meeting is scheduled only for the interested parties.

Participants

The Scrum team.

Timebox

Up to 15 minutes.

The frequency of sync-up meetings is determined by the Scrum team themselves. For example, it could be a daily or weekly sync.

💡 Pitch

A pitch is a meeting where the organizer presents their idea for product improvement to interested parties.

Participants

To be determined by the organizer.

Timebox

Up to 30 minutes.

Where to go next? 🛣

In my opinion, each team should have its own rules of the game, but it is always helpful to see how processes are organized in other teams. I hope you have learned something new for yourself, and on the next retrospective, you will share our experience with your team 🙌

This post is licensed under CC BY 4.0 by the author.