<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: John</title>
    <description>The latest articles on DEV Community by John (@ternarywat).</description>
    <link>https://dev.to/ternarywat</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F548673%2Fcd301814-c640-4105-9900-d134451c1734.jpeg</url>
      <title>DEV Community: John</title>
      <link>https://dev.to/ternarywat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ternarywat"/>
    <language>en</language>
    <item>
      <title>The Daily Standup is a Waste of Time</title>
      <dc:creator>John</dc:creator>
      <pubDate>Tue, 06 Apr 2021 01:00:25 +0000</pubDate>
      <link>https://dev.to/ternarywat/the-daily-standup-is-a-waste-of-time-270g</link>
      <guid>https://dev.to/ternarywat/the-daily-standup-is-a-waste-of-time-270g</guid>
      <description>&lt;p&gt;It’s the same daily standup you’ve been attending for years. You show up at the same time. Enjoy some small talk with your teammates. The facilitator eventually asks how yesterday went with someone’s work.&lt;/p&gt;

&lt;p&gt;Updates are given. Details about one’s schedule in the past 24 hours. They end by explaining their plan for the current day. Repeat with the next person on the team until the daily standup is complete.&lt;/p&gt;

&lt;p&gt;This format kinda…works.&lt;/p&gt;

&lt;p&gt;I mean, it’s fine for some teams and sucks for others. Why do people complain about the daily standup in team retrospectives? Why are some ok with it and others not? After thinking about this for years, I’ve come to the following conclusion:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;I don’t care what you did yesterday.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I don’t care that you had meetings about a side project. It doesn’t matter to me how many hours you spent coding. I don’t care if you had a dentist appointment and then made up the time later.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I care about how much progress the team made towards its goals.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this post, I’m going to explore the problems my teams have had with the “around the room” daily standup format. I’ll explain the format we use that better scales to a growing team. I’ll then explore a different option:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Do daily standups even matter?&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What is a Daily Standup?
&lt;/h2&gt;

&lt;p&gt;If you are not familiar with the &lt;a href="https://en.wikipedia.org/wiki/Stand-up_meeting"&gt;daily standup&lt;/a&gt;, it’s a daily meeting for a team to talk about the current project. It lasts for 15 minutes and involves each person in the room answering the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What did I complete yesterday that contributed to the team?&lt;/li&gt;
&lt;li&gt;What do I plan to complete today to contribute to the team?&lt;/li&gt;
&lt;li&gt;What impediments do I see that prevent me or the team from achieving its goals?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Detailed discussions should be avoided during the standup. Instead, these topics should be followed up the meeting is done. I emphasize “should” because these discussions are hard to avoid in practice.&lt;/p&gt;

&lt;p&gt;For the rest of this post, I will be referring to this format as the “traditional” format.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Daily Standup’s Format Problems
&lt;/h2&gt;

&lt;p&gt;The problems with the traditional daily standup is a lack of focus and off-topic discussions. When I attend this meeting, here’s what’s going through my head:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I start thinking about my update to prove I should keep my job&lt;/li&gt;
&lt;li&gt;People zone out when a teammate starts talking about how they worked on something that doesn’t affect me.&lt;/li&gt;
&lt;li&gt;It’s finally my turn to give an update. No one is listening except for the facilitator.&lt;/li&gt;
&lt;li&gt;We go over our time and end when the next team starts lurking outside the room.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I don’t remember most updates I’ve heard in a daily standup. This leads me to ask follow-up questions with my team. My colleagues then have to repeat the information they said in the daily standup. The only difference is that now I’m listening.&lt;/p&gt;

&lt;h3&gt;
  
  
  When does this daily standup format work?
&lt;/h3&gt;

&lt;p&gt;I do think the traditional daily standup format works fine for small teams. If updates are done within five minutes, then the extra ten can be used to dig into specific topics. What’s great with a small team is that these extra topics affect everyone.&lt;/p&gt;

&lt;p&gt;If everyone can summarize the team’s status, then the traditional format is fine!&lt;/p&gt;

&lt;p&gt;It goes awry when the team gets larger than seven or so people. Larger teams bring new problems:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More people brings more status updates.&lt;/li&gt;
&lt;li&gt;More updates mean more information that others won’t care about.&lt;/li&gt;
&lt;li&gt;The team may be working on multiple projects at once.&lt;/li&gt;
&lt;li&gt;If the team has customers, ad-hoc work will regularly come up.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Simply put, the traditional daily standup format doesn’t scale.&lt;/p&gt;

&lt;p&gt;As a leader, &lt;strong&gt;it’s your job to pay attention to when people start checking out.&lt;/strong&gt; When you start seeing this, it’s time to change the format of your daily standup.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Daily Standup Format that Scales: Walk the Board
&lt;/h2&gt;

&lt;p&gt;I’ve had a lot of success with using the “Walk the Board” format for larger Daily Standups. This format still answers the critical questions of the standup:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What was completed yesterday?&lt;/li&gt;
&lt;li&gt;What is planned for today?&lt;/li&gt;
&lt;li&gt;What blockers are preventing the team from making progress?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The main change is we stop giving individual updates. Instead, we get updates about every ticket on the board.&lt;/p&gt;

&lt;p&gt;This daily standup format works as follows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Bring up the board that shows the status of every item the team is working on.&lt;/li&gt;
&lt;li&gt;Starting in the right-most column, get an update for each ticket in the column.&lt;/li&gt;
&lt;li&gt;Be sure to ask: “What’s needed to move this ticket to the next stage of progress?”&lt;/li&gt;
&lt;li&gt;Highlight blockers that people bring up and define what’s needed to unblock work.&lt;/li&gt;
&lt;li&gt;Move to the next column to the left and get updates for each ticket in that column.&lt;/li&gt;
&lt;li&gt;Continue until you get to the left-most column.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This format has worked well for larger teams. Everyone is more focused since we’re talking about specific tickets in a clear order. We’re not bouncing around topics based on where everyone is standing. It’s easier for everyone to prepare their updates since they know what is coming next.&lt;/p&gt;

&lt;p&gt;Now, you may be thinking that this format takes a lot of time. It doesn’t!&lt;/p&gt;

&lt;p&gt;Since you’re talking about specific tickets, the updates are smaller and quicker. A more focused discussion also prevents side topics from coming up.&lt;/p&gt;

&lt;h3&gt;
  
  
  What if the “walk the board” daily standup is too long?
&lt;/h3&gt;

&lt;p&gt;If this format is taking too long for your team, it means you’ve exposed new problems.&lt;/p&gt;

&lt;p&gt;If there are too many tickets to work through in the daily standup, how can your team commit to less? &lt;em&gt;How&lt;/em&gt; you fix this is a topic for another day. In the meantime, I recommend reading the book &lt;a href="https://bookshop.org/a/22141/9780735698956"&gt;Agile Project Management with Kanban&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Maybe the problem is the meeting facilitator. They could be letting people talk too long about topics and losing track of time. If this is the case, check out my article on &lt;a href="https://buildthestage.com/five-methods-of-facilitation-i-use-for-collaborative-meetings/"&gt;how to facilitate collaborative meetings&lt;/a&gt; for guidance.&lt;/p&gt;

&lt;p&gt;The above problems may not apply to you; every team is unique. If this is the case, spend time researching the problems your team is facing. Getting a deep understanding of your team’s issues will make it easier to find the right solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Daily Standup Doesn’t Matter. The time after it does.
&lt;/h2&gt;

&lt;p&gt;After attending daily standups for years, I started to notice something special. Standups frequently produced the same experience, but after the meeting…&lt;/p&gt;

&lt;p&gt;Everyone on the team talking.&lt;/p&gt;

&lt;p&gt;These weren’t just conversations of small talk. Meaningful information was shared. People were deep into problem solving. Trust was being built.&lt;/p&gt;

&lt;p&gt;This behavior makes a ton of sense when I thought about it. People were talking with others that shared the same level of context. They weren’t burdened by time pressure or feeling bad for “wasting time” on a topic.&lt;/p&gt;

&lt;p&gt;This freedom allowed everyone to talk about the problems they actually cared about.&lt;/p&gt;

&lt;p&gt;This made me realize that the real value of a daily standup isn’t the meeting itself. &lt;strong&gt;It’s the time that comes after it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Considering this, let’s stop trying to optimize the daily standup itself. Instead, use it as a catalyst to get our teammates away from their desks. Use the standup to start a conversation, but trust the team to finish it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;After all this, I still think &lt;strong&gt;daily standups are a useful tool for teams.&lt;/strong&gt; The trick is that we need to focus on the actual purpose of the meeting.&lt;/p&gt;

&lt;p&gt;Yes, we need to coordinate as a team. Identify blockers, get questions answered, etc.&lt;/p&gt;

&lt;p&gt;But we need to figure out how to make the conversation effective for the team as a whole. What works for a team of five may not work for a team of fifteen.&lt;/p&gt;

&lt;p&gt;As your team grows, take the opportunity to re-evaluate the format of this meeting. Look to understand the real problems facing it and adjust. I find that walking the board scales well to a larger team, but different formats may better suit your team.&lt;/p&gt;

&lt;p&gt;At the end of the day though, the daily standup is not about status updates. It’s about getting smart people together to collaborate and solve hard problems.&lt;/p&gt;

&lt;h3&gt;
  
  
  What do you think about the Daily Standup?
&lt;/h3&gt;

&lt;p&gt;We’ve all encountered some form of the daily standup. What formats have worked well in your experience?&lt;/p&gt;

&lt;p&gt;If you’re on a remote team, how does your team use the daily standup?&lt;/p&gt;

&lt;p&gt;Let me know on &lt;a href="https://twitter.com/ternarywat/status/1379039928529588230"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/feed/update/urn:li:activity:6784648195243958273/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Further Reading
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://bookshop.org/a/22141/9780735698956"&gt;Agile Project Management with Kanban&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://buildthestage.com/five-methods-of-facilitation-i-use-for-collaborative-meetings/"&gt;Five Methods of Facilitation I use for Collaborative Meetings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agile</category>
      <category>productivity</category>
      <category>leadership</category>
      <category>scrum</category>
    </item>
    <item>
      <title>How to Manage Existing Engineering Teams</title>
      <dc:creator>John</dc:creator>
      <pubDate>Sun, 14 Feb 2021 02:59:43 +0000</pubDate>
      <link>https://dev.to/ternarywat/how-to-manage-existing-engineering-teams-27oi</link>
      <guid>https://dev.to/ternarywat/how-to-manage-existing-engineering-teams-27oi</guid>
      <description>&lt;p&gt;Here you are, sitting in your regular 1-1 with your boss. You expected it would be a routine check-in with her – “How have you been?”, “What’s the latest status on yesterday’s support bug?”. Then she gets to her update.&lt;/p&gt;

&lt;p&gt;Dale, a peer manager, has decided to leave the company.&lt;/p&gt;

&lt;p&gt;You will be leading their team of mobile engineers until further notice. You know nothing about building mobile apps – you’ve been a backend engineer your entire career. There are many unknowns. Kotlin, Swift, and their frameworks are foreign to you. You don’t know the team, and some of the engineers are older and more experienced than you.&lt;/p&gt;

&lt;p&gt;This is a daunting situation for new leaders and managers. An unfamiliar domain, you don’t have any answers to questions, and some of the team are ten years your senior. How do you manage an existing engineering team that works in a different domain?&lt;/p&gt;

&lt;h2&gt;
  
  
  Accept that the team knows more than you
&lt;/h2&gt;

&lt;p&gt;The first step is to accept that you don’t know anything about this existing team’s domain.&lt;/p&gt;

&lt;p&gt;Next, remember what your job is. Your job is to help guide people to make better decisions, learn fast, and achieve goals. Not contribute code.&lt;/p&gt;

&lt;p&gt;Pay attention to how the team communicates. What are the relationships within the team? Who influences decisions? Whose voice is not heard? Your first step is to understand how this team works and how the people on it collaborate.&lt;/p&gt;

&lt;p&gt;By focusing on how the team collaborates you can work on the problems with the environment. These are the issues that few are paying attention to or don’t know how to address. Solving these problems is where you can contribute most to the team’s success.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ask questions instead of giving answers
&lt;/h2&gt;

&lt;p&gt;Asking questions is a core skill of great leaders.&lt;/p&gt;

&lt;p&gt;When someone is talking, stop thinking about how you want to respond. Instead, listen. Look for details in what they are saying that give you a new question.&lt;/p&gt;

&lt;p&gt;By focusing on questions, you achieve two things. First, you get the other person to talk more and give you more information on the topic. Answering questions will also build trust – which is a critical resource for a to earn.&lt;/p&gt;

&lt;p&gt;After a while, some of these questions will become redundant. What do you do when you have a deep understanding of the situation?&lt;/p&gt;

&lt;p&gt;Ask more questions!&lt;/p&gt;

&lt;p&gt;I know – it’s redundant, but your questions change at this point. Focus more on asking questions that guide the group towards the goal of the conversation. For example, take a meeting that requires a decision is made. Your questions should look to identify the detail that’s preventing the decision.&lt;/p&gt;

&lt;p&gt;Example questions include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What are the trade-offs and risks of each choice?&lt;/li&gt;
&lt;li&gt;Who can we talk to to learn more? &lt;/li&gt;
&lt;li&gt;How does this solution affect our team’s goals? &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Partner with influential team members
&lt;/h2&gt;

&lt;p&gt;Building trust with the team is critical to your success. You will need to build this through relationships with everyone on the team. The most important people to focus on are the influential ones.&lt;/p&gt;

&lt;p&gt;These are the people everyone listens to. They mentor the rest of the team and help them grow. Decisions change once they raise their concerns. You won’t make any progress without them on your side.&lt;/p&gt;

&lt;p&gt;How do you go about doing this?&lt;/p&gt;

&lt;p&gt;You need to change your mindset of how you expect these relationships to be. Instead of being a coach, look to them as partners. This means you have to give them the space to own decisions in the domains where they are the experts. The partnership also requires transparency from you. Talk with these people about the problems you are observing on the team and see how they can help.&lt;/p&gt;

&lt;p&gt;By agreeing on the problems in the environment, you will have the support needed to solve them. &lt;/p&gt;

&lt;h2&gt;
  
  
  Learn the existing team’s domain to follow conversations
&lt;/h2&gt;

&lt;p&gt;At the start, you’re going to struggle to keep up with the team’s conversations. You must put in the time to learn the jargon and the systems that the team works in. You aren’t expected to become the foremost expert of the team’s codebases. Yet you must understand enough so you can empathize with the team. The goal is understanding since you will be an important advocate for these people.&lt;/p&gt;

&lt;p&gt;Again, asking questions will be your quickest path to success. When in one on ones, if a report begins to talk about what they’re working on, dig deeper than normal. Don’t assume too much. Embrace your naivety.&lt;/p&gt;

&lt;p&gt;Examples of questions to ask are: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why was the code implemented this way? &lt;/li&gt;
&lt;li&gt;What was the original purpose of it? &lt;/li&gt;
&lt;li&gt;What challenges exist when working with this code?&lt;/li&gt;
&lt;li&gt;How did the team decide to use that specific library?&lt;/li&gt;
&lt;li&gt;How does this code fit into the architecture of the application?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You’ll also need to do homework on your own to learn what the team works with. Beyond the languages, identify the application’s key frameworks, systems, and libraries. Ask the team for blog posts, design documents, and book recommendations. This information will provide you with the context you need to finally keep up with the team.&lt;/p&gt;

&lt;h2&gt;
  
  
  Embrace Your Diverse Experience
&lt;/h2&gt;

&lt;p&gt;You are going to learn a lot from the team – new technologies, jargon, systems, and more. This does not mean your experience is meaningless though.&lt;/p&gt;

&lt;p&gt;There will be times where the team struggles with a problem because they think an imaginary constraint exists. I’ve seen this before – a client-focused team has had a history of problems working with a backend team. Things like adding a new API is assumed to take a high amount of effort.&lt;/p&gt;

&lt;p&gt;This is where you can help with your backend experience. You can provide them insight into how the backend systems work.&lt;/p&gt;

&lt;p&gt;Remember that your experience here is not about imposing your will. Instead, continue to focus on questions to identify assumptions. Once you discover these, you can start to add real value.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Becoming the manager of a new team is daunting no matter the situation. Particularly when the team works in a domain you have zero experience with. To succeed in this environment, you need to enter it from a place of curiosity. Ask a lot of questions, learn how the team does its work, and partner with influential team members. By taking these steps, you will discover the problems that are holding the team back.&lt;/p&gt;

&lt;p&gt;With these problems in your mind, you can start to support the team in achieving their goals.&lt;/p&gt;

&lt;h3&gt;
  
  
  How do you gain the trust of an existing team?
&lt;/h3&gt;

&lt;p&gt;I’d love to learn any tips you have to gain the trust of an existing team. The challenge of leading a group with strong relationships is daunting. How have you done it?&lt;/p&gt;

&lt;p&gt;Let me know on &lt;a href="https://twitter.com/ternarywat/status/1360804780927574016"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/feed/update/urn:li:activity:6766571093806465024/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want to learn more techniques to improve your leadership skills, &lt;a href="https://buildthestage.com/about/?ref=dev.to"&gt;sign up for my newsletter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>leadership</category>
      <category>management</category>
      <category>teamwork</category>
    </item>
    <item>
      <title>Five Methods of Facilitation I use for Collaborative  Meetings</title>
      <dc:creator>John</dc:creator>
      <pubDate>Sat, 19 Dec 2020 12:53:08 +0000</pubDate>
      <link>https://dev.to/ternarywat/five-methods-of-facilitation-i-use-for-collaborative-meetings-3nkg</link>
      <guid>https://dev.to/ternarywat/five-methods-of-facilitation-i-use-for-collaborative-meetings-3nkg</guid>
      <description>&lt;p&gt;The ability facilitate collaborative meetings is a critical skill for leaders. When done well, the facilitator creates an engaging discussion that has high attendance and prevents boredom. Most importantly, it creates an advantage for the team by aligning the group on the meeting’s topics. &lt;/p&gt;

&lt;p&gt;Accomplishing these goals with consistency as a facilitator takes time. Each discussion will put your decision making, time management, and leadership skills to the test.&lt;/p&gt;

&lt;p&gt;You will mess up at times, but the experience will provide important skills. I’ve been doing this for years, and I still screw up. I recently forgot to introduce the leading questions for a large retrospective discussion! We lost a ton of time from this mistake.&lt;/p&gt;

&lt;p&gt;The purpose of  this post is to teach you six methods of facilitation I’ve learned over the years.  I’ll also throw in a story or two where I’ve completely screwed everything up so you can avoid my mistakes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 1: Prepare for the Meeting
&lt;/h2&gt;

&lt;p&gt;Meetings have the stereotype of being a boring waste of time. Your goal as the facilitator is to make the discussion worthwhile for people to attend. To achieve this, you need to prepare.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I Learned the Importance of Preparing for Collaborative Meetings
&lt;/h3&gt;

&lt;p&gt;At my first job, I gave a presentation to college students about my career path as a software engineer. I enjoy giving presentations, but I didn’t practice the story I would tell. It wasn’t a big deal – I knew the main details from telling friends. I didn’t even need to make a slide deck!&lt;/p&gt;

&lt;p&gt;Fast forward to the day of the presentation. I walk up to the podium and start talking. What do you think happened?&lt;/p&gt;

&lt;p&gt;I bombed the entire story.&lt;/p&gt;

&lt;p&gt;I still knew the main beats of it, but without practice, I didn’t know how to connect them. I froze to think of the right words. Whenever I looked into the crowd, I saw…&lt;/p&gt;

&lt;p&gt;Blank stares.&lt;/p&gt;

&lt;p&gt;Silence.&lt;/p&gt;

&lt;p&gt;After five agonizing minutes, I finished and went back to my seat. No questions, zero engagement. &lt;/p&gt;

&lt;p&gt;I walked away from that day with an important lesson around public speaking. Regardless of whether I’m giving a presentation or facilitating a meeting, the same lesson applies:&lt;/p&gt;

&lt;p&gt;Always prepare.&lt;/p&gt;

&lt;p&gt;Being prepared provides clarity on how to engage with the audience. It gives you confidence in how to guide the group. You will know your stuff and everyone will see that.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I Prepare for Collaborative Meetings
&lt;/h3&gt;

&lt;p&gt;The first step towards preparation is understanding the goal of the meeting. The common goals I’ve seen are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Making a decision&lt;/li&gt;
&lt;li&gt;Gathering feedback&lt;/li&gt;
&lt;li&gt;Sharing information&lt;/li&gt;
&lt;li&gt;Group collaboration and interaction&lt;/li&gt;
&lt;li&gt;Depending on the goal, the content will vary. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let’s look at a meeting where a group makes a decision. For this discussion, you will have to outline the questions to answer, acquire contextual information, and figure out who should attend. &lt;/p&gt;

&lt;p&gt;For a discussion focused on gathering feedback, the goal is different. Your goal is to get attendees to talk and share information. You can do this with an activity that gets people talking to one another. You could also provide a list of questions for the group to answer over the session.&lt;/p&gt;

&lt;p&gt;Once you understand the goal of the meeting, you can use the following checklist of questions to prepare:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What do I want the group to walk away thinking about?&lt;/li&gt;
&lt;li&gt;What will the agenda be?&lt;/li&gt;
&lt;li&gt;Which questions need to be answered by the end of the discussion?&lt;/li&gt;
&lt;li&gt;How much time should I give each topic?&lt;/li&gt;
&lt;li&gt;How will I get attendees engaged with the content?&lt;/li&gt;
&lt;li&gt;Who needs to attend the discussion?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With preparation, you will facilitate meetings with confidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 2: Find a Note-Taker for the Discussion
&lt;/h2&gt;

&lt;p&gt;Recording the notes of a meeting is important for our future selves. They provide important context. Sure, some people will miss the meeting and use the notes to catch up. In my experience, the real value comes when you need to refer to the notes a year from now.&lt;/p&gt;

&lt;p&gt;Meeting notes provide more than the details of the conversation. They capture why specific decisions are made.&lt;/p&gt;

&lt;p&gt;Considering the value of meeting notes, you may think that it’s your job as the facilitator to write them down.&lt;/p&gt;

&lt;p&gt;This is wrong.&lt;/p&gt;

&lt;p&gt;Facilitating a meeting demands your full attention. You need to focus on sticking to the agenda and guide the discussion. &lt;/p&gt;

&lt;p&gt;Having to record the meeting notes prevents you from doing all those tasks well. You’ll be too busy keeping up with what everyone is saying. &lt;/p&gt;

&lt;p&gt;You should be focusing on how to guide the discussion.&lt;/p&gt;

&lt;p&gt;In order to focus on creating collaborative meetings, an important method of facilitation is to find someone else to record the meeting notes. &lt;/p&gt;

&lt;h3&gt;
  
  
  Rotate Who Records Meeting Notes
&lt;/h3&gt;

&lt;p&gt;Don’t have the same person take your meetings’ notes. The job comes with the cost of not being fully present in the meeting. &lt;/p&gt;

&lt;p&gt;Also, this role often gets delegated to the women on the team. This is because we have been socialized to associate “supportive” work with women. &lt;/p&gt;

&lt;p&gt;To create an inclusive environment, rotate the role of the scribe to different people. This will allow everyone to equally contribute to your discussions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 3: Manage the Time to Prevent Boredom
&lt;/h2&gt;

&lt;h3&gt;
  
  
  How I Failed Managing Time as a Meeting Facilitator
&lt;/h3&gt;

&lt;p&gt;Earlier this year, I was facilitating an org-wide meeting of forty engineers. We had a bunch of topics to work through within an hour, so time management was critical. &lt;/p&gt;

&lt;p&gt;During the meeting, everything was going great! Good questions from the audience, we presenters sticking to the time, and I had a great note-taker.&lt;/p&gt;

&lt;p&gt;Then we got to the open discussion topic. &lt;/p&gt;

&lt;p&gt;I knew this topic was going to take a lot of time, and I reserved twenty minutes for it. The presenter was handling questions with ease, and nothing was surprising us. People were staying engaged, but we weren’t coming to a decision. &lt;/p&gt;

&lt;p&gt;At this point, I decided to have this conversation take over the rest of the meeting. This meant bumping the last topic off the agenda. &lt;/p&gt;

&lt;p&gt;I made the wrong choice.&lt;/p&gt;

&lt;p&gt;While the discussion worked out fine, the presenter of the topic I removed wasn’t happy. I could tell he spent a lot of time on his slides to make sure people understood the work his team was producing. &lt;/p&gt;

&lt;p&gt;This peer of mine deserved the space to celebrate the progress his team was making. I instead allowed the larger group to talk in circles.&lt;/p&gt;

&lt;p&gt;This wasn’t the first time I allowed a topic to go past its time. I’ve done it a bunch in retrospective meetings. It was the first time where I saw the negative impact of disrespecting the schedule of a meeting.&lt;/p&gt;

&lt;h3&gt;
  
  
  How You Can Effectively Manage Time in a Meeting
&lt;/h3&gt;

&lt;p&gt;Time management is one of the methods of facilitation to focus on. It’s also one of the most difficult tasks to oversee. &lt;/p&gt;

&lt;p&gt;To effectively manage time, you will need to cut people off. This feels so rude. It feels like you’re not creating a collaborative meeting whenever you do it.&lt;/p&gt;

&lt;p&gt;You must overcome this feeling.&lt;/p&gt;

&lt;p&gt;To get past this internal hurdle, remember two things: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The goal of the meeting&lt;/li&gt;
&lt;li&gt;Your job as the facilitator&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Understanding the meeting’s goal will provide the resolve needed to interrupt others. If you want the discussion to achieve the goal of the meeting, it’s up to you to ensure that happens. &lt;/p&gt;

&lt;p&gt;Regarding your job as the facilitator, your primary role in the meeting is to move the discussion forward. It is not to take part in the conversation. &lt;/p&gt;

&lt;p&gt;No one cares about the goal of the meeting as much as you do. No one else is paying attention to the clock as much as you. It’s your job to make the time productive for everyone.&lt;/p&gt;

&lt;p&gt;Getting over this feeling will be hard at first. I hope that remembering your goal and job will give you the resolve you need. People will respect you for respecting their time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 4: Create an Inclusive Space for ALL Voices in the Room
&lt;/h2&gt;

&lt;p&gt;Have you ever been in a meeting where someone said nothing for an hour, only to come to the group later with plenty to say?&lt;/p&gt;

&lt;p&gt;Every time this happens to me, I always wish they spoke up sooner. &lt;/p&gt;

&lt;p&gt;Then there are the people that talk to process their thoughts. They always mean well, but can often fail to listen to others.&lt;/p&gt;

&lt;p&gt;As a facilitator, you’re going to need to figure out how to engage with these communication styles. Understanding these styles will make it easier to create collaborative meetings. Every meeting will have a mixture of extroverted and introverted communicators.&lt;/p&gt;

&lt;h3&gt;
  
  
  Extroverted Communicators
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://en.wikipedia.org/wiki/Extraversion_and_introversion#Extraversion"&gt;Extroverted communicators&lt;/a&gt; often process information in the meeting on the fly. Their primary model of communication is “talking to think”. These people will often be the most active members of the meeting. &lt;/p&gt;

&lt;p&gt;Depending on the meeting type, they are great additions to the group. They will get others to talk and engage. For these situations, you won’t need to do anything to get these people to engage.&lt;/p&gt;

&lt;p&gt;In other meetings, this communication style may be a detriment. Frequent interruptions. No space is given to others to speak. A lack of listening. This is where you need to manage the situation as the facilitator.&lt;/p&gt;

&lt;p&gt;I recommend paying attention to how everyone else in the room is responding to how the person is talking. Look for people that are failing to get their word in on the conversation. When you see this, take the step to interrupt the current speaker and create that space. &lt;/p&gt;

&lt;p&gt;You’ll also need to pay attention to when people interrupt others. Introverted communicators put a lot of thought into their words. It sucks if they get interrupted after a couple of words. Pay the most attention to this group in a meeting. If they get interrupted, stop the interrupter, and give the space back to the original person.&lt;/p&gt;

&lt;h3&gt;
  
  
  Introverted Communicators
&lt;/h3&gt;

&lt;p&gt;The “quieter”, or &lt;a href="https://en.wikipedia.org/wiki/Extraversion_and_introversion#Introversion"&gt;introverted&lt;/a&gt;, communicators in the room need a different management style. I focus on making sure they come prepared for the meeting. &lt;/p&gt;

&lt;p&gt;Introverted communicators spend a lot of their mental energy in deep thought. They want to make sure they have a full understanding of a topic before responding. &lt;/p&gt;

&lt;p&gt;This is why they are often quiet in meetings – they are processing the information.  &lt;/p&gt;

&lt;p&gt;They want their words to be meaningful and clear when they speak.&lt;/p&gt;

&lt;p&gt;To support this communication type, share preparation materials before the meeting. This will provide others time to understand the topics of the meeting. When they come to the meeting, they will be more focused on contributing to decisions.&lt;/p&gt;

&lt;p&gt;The result will be a more engaging conversation from the most thoughtful members of the team.&lt;/p&gt;

&lt;h3&gt;
  
  
  Book Recommendation
&lt;/h3&gt;

&lt;p&gt;To learn more about navigating different communication styles, I highly recommend the book &lt;a href="https://www.amazon.com/Quiet-Power-Introverts-World-Talking/dp/0307352153/ref=sr_1_2"&gt;Quiet: The Power of Introverts in a World that Can’t Stop Talking&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;As an extroverted communicator, I often struggled to talk with introverted communicators. This book helped me in understanding how to engage with my teammates.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method 5: Define Action Items for the Discussion
&lt;/h2&gt;

&lt;p&gt;Depending on the meeting type, the method of facilitation you will need to use defining action items. While it’s easy to collect these items, the real challenge is following through.&lt;/p&gt;

&lt;p&gt;To process action items, use this checklist when preparing for the meeting:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work with your note-taker to record action items throughout the meeting.&lt;/li&gt;
&lt;li&gt;Reserve 3 to 5 minutes at the end of the meeting to review existing action items and ideate on others.&lt;/li&gt;
&lt;li&gt;Ensure there is an owner for each action item. &lt;em&gt;This step is critical&lt;/em&gt;. If no one owns an action item, they won’t do it.&lt;/li&gt;
&lt;li&gt;Decide how you wish to follow up on the action items. Will it be a week later at the team meeting, through email, or something else?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Depending on your relationship with the team, some action items will be assigned to you. If you are a leader of the team, this is normal. Your job is to support the team. &lt;/p&gt;

&lt;p&gt;These tasks will often be things focused on the people of the team. Configure Jira, get in touch with a stakeholder, make sure that Dale’s birthday cake is delivered, etc.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;How&lt;/em&gt; you tackle these action items on top of everything else is a post for another day. Remember that you can ask for help from the team. Maybe people didn’t feel like speaking up in the group to own an action item. They may be more amiable to own it after a one-on-one conversation.&lt;/p&gt;

&lt;p&gt;For tasks that are assigned to others, your best bet is to check in with the owner about a week later. Often, people forget they had to look into the work and you asking about it will remind them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;A fundamental skill you need on the journey to become a great leader is the ability to facilitate collaborative meetings. &lt;/p&gt;

&lt;p&gt;Putting the work into preparation will give you the confidence to hold the group accountable to an agenda. &lt;/p&gt;

&lt;p&gt;Finding a partner to record notes will provide you the space to pay attention to the dynamics of the conversation.&lt;/p&gt;

&lt;p&gt;In the meeting itself, it’s up to you to be focused on the goal of the meeting, the time left, and how the group interacts. Do the work to understand the communication styles of the group beforehand. Look to create space for different types of communicators. &lt;/p&gt;

&lt;p&gt;Collaborative meetings are worth the time if you make them engaging for the audience. Your teammates will feel productive if they walk away feeling aligned with the decisions made from the discussion.&lt;/p&gt;

&lt;h3&gt;
  
  
  What methods of facilitation do you use?
&lt;/h3&gt;

&lt;p&gt;I’m always interested in learning new ways to improve my facilitation skills. What other methods do you use that I didn’t cover here?&lt;/p&gt;

&lt;p&gt;Let me know on &lt;a href="https://twitter.com/ternarywat/status/1343689940903882752"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/posts/activity-6749349932609757184-QQsh"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want to learn more techniques to improve your leadership skills, &lt;a href="https://buildthestage.com/about/"&gt;sign up for my newsletter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>leadership</category>
      <category>meetings</category>
      <category>teamwork</category>
    </item>
  </channel>
</rss>
