<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scrum Master Archives - World Of Agile</title>
	<atom:link href="https://effectivepmc.net/blog/tag/scrum-master/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Wed, 23 Apr 2025 10:58:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://effectivepmc.net/wp-content/uploads/2020/06/cropped-woa_logo-1-150x150.png</url>
	<title>Scrum Master Archives - World Of Agile</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Definition of Done</title>
		<link>https://effectivepmc.net/blog/definition-of-done-2/</link>
		
		<dc:creator><![CDATA[Amit Kulkarni]]></dc:creator>
		<pubDate>Mon, 21 Apr 2025 18:28:35 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[definition of done]]></category>
		<category><![CDATA[potentially shippable product increment]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=12617</guid>

					<description><![CDATA[<p>Visit Blog Home Definition of Done This article discusses the Definition of Done in Scrum In Agile development, where adaptability and continuous delivery are key, the Definition of Done (DoD) acts as a cornerstone. It’s more than a checklist — it’s a shared understanding of what “complete” means. This ensures transparency, quality, and consistent value [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/definition-of-done-2/">Definition of Done</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a style="background-color: #00102e; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-size: 16px; display: inline-block;" href="https://effectivepmc.net/blog/" target="_blank" rel="noopener"> Visit Blog Home</a></p>

<h1>Definition of Done</h1>
<p class="wp-block-paragraph">This article discusses the Definition of Done in Scrum</p>



<p class="wp-block-paragraph">In Agile development, where adaptability and continuous delivery are key, the Definition of Done (DoD) acts as a cornerstone. It’s more than a checklist — it’s a shared understanding of what “complete” means. This ensures transparency, quality, and consistent value delivery.</p>



<h2 id="h-what-is-the-definition-of-done" class="wp-block-heading"><strong>What is the Definition of Done?</strong></h2>



<p class="wp-block-paragraph">The Scrum Guide defines the DoD as a formal description of the state of the Increment when it meets the quality measures required for the product. In simple terms, it’s a set of agreed-upon criteria that must be satisfied for a Product Backlog Item (PBI) to be considered “done.”</p>



<h3><strong>Sample Definition of Done for an E-commerce Website</strong></h3>



<p class="wp-block-paragraph">Here’s a sample DoD for an e-commerce website. Each point can include specific details — for example, “Performance and Security Standards Met” might list page load time limits, vulnerability checks, and encryption criteria.</p>



<ul class="wp-block-list">
<li>Acceptance criteria met</li>



<li>Performance and security standards met</li>



<li>User experience (UX) and accessibility verified</li>



<li>Documentation and code quality maintained</li>



<li>Deployment readiness confirmed</li>
</ul>



<h3 id="h-why-is-the-definition-of-done-important" class="wp-block-heading"><strong>Why is the Definition of Done Important?</strong></h3>



<p class="wp-block-paragraph">The DoD drives success by:</p>



<ul class="wp-block-list">
<li><strong>Ensuring Transparency:</strong> It provides a clear, shared understanding of what “done” means, eliminating ambiguity and fostering trust.</li>



<li><strong>Maintaining Quality:</strong> It sets high standards, reducing defects and rework.</li>



<li><strong>Boosting Predictability:</strong> A consistent DoD supports more accurate sprint planning and forecasting.</li>



<li><strong>Enabling Continuous Improvement:</strong> The DoD becomes a baseline for identifying improvements.</li>



<li><strong>Delivering Value:</strong> Each Increment is potentially releasable, ensuring value delivery.</li>
</ul>



<h3 id="h-organizational-definition-of-done-minimum-not-maximum" class="wp-block-heading"><strong>Organizational Definition of Done: Minimum, Not Maximum</strong></h3>



<p class="wp-block-paragraph">Many organizations create a company-wide DoD to promote consistency. However, this should define minimum standards — not maximum limits.</p>



<p class="wp-block-paragraph">Rigid, overly detailed organizational DoDs can restrict teams and reduce flexibility. Instead, teams should build on the organizational baseline, adapting their DoD to fit their product’s unique needs. This balance preserves quality while empowering teams to respond to evolving requirements.</p>



<p class="wp-block-paragraph">The organizational DoD should focus on essentials that apply to all products, like security scans and basic documentation guidelines.</p>



<h2 id="h-who-drafts-the-definition-of-done" class="wp-block-heading"><strong>Who drafts the Definition of Done?</strong></h2>



<p class="wp-block-paragraph">The Scrum Team — including Developers, Product Owner, and Scrum Master — is responsible for the Increment and its quality. Together, they define and maintain the DoD.</p>



<ul class="wp-block-list">
<li><strong>Product Owner:</strong> Ensures the DoD aligns with stakeholder expectations.</li>



<li><strong>Developers:</strong> Define the technical criteria needed to meet “done.”</li>



<li><strong>Scrum Master:</strong> Facilitates the process, ensuring the DoD is clear, realistic, and understood by everyone.</li>
</ul>



<p class="wp-block-paragraph">This collective responsibility ensures the DoD reflects the team’s combined expertise and remains achievable.</p>



<h2 id="h-why-the-definition-of-done-must-be-clear" class="wp-block-heading"><strong>Why the Definition of Done Must Be Clear</strong></h2>



<p class="wp-block-paragraph">Ambiguity causes misunderstandings, inconsistencies, and rework. A clear, precise DoD prevents this. We call such a clear and crisp DoD as a “Strong” DoD.</p>



<p class="wp-block-paragraph">A Strong DoD:</p>



<ul class="wp-block-list">
<li>Uses <strong>SMART</strong> criteria (Specific, Measurable, Achievable, Relevant, Time-bound)</li>



<li>Avoids jargon and unclear technical terms</li>



<li>Is easily accessible to all team members</li>



<li>Is reviewed and updated regularly</li>
</ul>



<p class="wp-block-paragraph">Clarity ensures everyone stays aligned, promoting consistency and minimizing errors.</p>



<h2 id="h-how-the-definition-of-done-evolves" class="wp-block-heading"><strong>How the Definition of Done Evolves</strong></h2>



<p class="wp-block-paragraph">The DoD isn’t static — it evolves with changing technology, requirements, and team capabilities. As the team learns and grows, new criteria may emerge to enhance quality and efficiency.</p>



<p class="wp-block-paragraph">Ways the DoD can evolve:</p>



<ul class="wp-block-list">
<li><strong>Retrospectives:</strong> Regular reviews help identify areas for improvement.</li>



<li><strong>Stakeholder Feedback:</strong> External input reveals gaps or necessary adjustments.</li>



<li><strong>Technological Advancements:</strong> New tools may require updated criteria.</li>



<li><strong>Learning and Experimentation:</strong> Successful new practices should be integrated.</li>



<li><strong>Scaling:</strong> Organizational DoDs may need adjustments to support multiple teams.</li>
</ul>



<p class="wp-block-paragraph">By embracing continuous improvement, the Scrum Team keeps the DoD relevant and effective, supporting high-quality product delivery.</p>



<p class="wp-block-paragraph">The Definition of Done is a foundation of Scrum. It ensures a shared understanding of quality and completeness. By creating a clear, evolving DoD, Scrum Teams enhance transparency, improve predictability, and deliver greater value to their stakeholders.</p>



<p class="wp-block-paragraph">By WOA Author</p>
<p>The post <a href="https://effectivepmc.net/blog/definition-of-done-2/">Definition of Done</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Agile Metrics and The Scrum Master</title>
		<link>https://effectivepmc.net/blog/agile-metrics-and-the-scrum-master/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Mon, 12 Dec 2022 18:48:14 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[Scrum Team]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=10137</guid>

					<description><![CDATA[<p>Agile Metrics and The Scrum Master In the article before, we have discussed many metrics that can be used by the Product Owners or the Developers in order to help them generate value at a regular frequency and in a efficient as well as effective manner. However, one accountability that we have not yet discussed [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/agile-metrics-and-the-scrum-master/">Agile Metrics and The Scrum Master</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Agile Metrics and The Scrum Master</h1>
<p class="wp-block-paragraph">In the article before, we have discussed many metrics that can be used by the <a href="https://effectivepmc.net/blog/product-owner/">Product Owners</a> or the Developers in order to help them generate value at a regular frequency and in a efficient as well as effective manner. However, one accountability that we have not yet discussed is the master of the scrum, our Scrum Master. Does this mean that Scrum Master does not have any metrics ? Or that the Scrum Masters performance can not be quanitified at all?</p>



<p class="wp-block-paragraph">If that has to be true, then how will the Scrum Masters improve their own way of working and ensure more effective as well as efficient outcomes for the whole Scrum Team? </p>



<p class="wp-block-paragraph">In order to decide what metrics, the Scrum Master can track and use we need to consider the key accountabilities of <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> as explained in the Scrum Guide. The Scrum Guide says, master is accountable to ensure that </p>



<ul class="wp-block-list">
<li>The team continuously improves its effectiveness</li>
<li>Developers are able to create high value increment that meet definition of done</li>
<li>And the Scrum Team implements scrum the way it is defined.</li>
</ul>



<p class="wp-block-paragraph">Considering the about 3 asks from the Scrum Master, Scrum Master needs to track the trends in other metrics so that the Scrum Master can help <a href="https://effectivepmc.net/blog/developers/">Developers</a> or the Product Owners to help improve their own ways of working.</p>



<p class="wp-block-paragraph">Also, the Scrum Master is a coach for the Scrum Team and at such needs to ensure that the team is self-managed where the team is empowered, enabled and capable of taking decisions independently without excessive support from the Scrum Master. Scrum Master also ensures that the Scrum Team is implementing scrum the way defined in the guide and to do that scram master may track how the various Scrum Events and are the rules stated in the guide are being followed by the team not only in the words but also in the spirit that they are meant.</p>



<p class="wp-block-paragraph">When considered in this perspective, it is the Scrum Master who is helping the <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a> and the rest of the organisation to create a metric framework that can act as a backbone which supports the Scrum Team to continually improve its way of working leading to better value delivered more frequently.</p>



<p class="wp-block-paragraph"><strong>Below I have given some sample Metrics that can help the Scrum Master.</strong></p>



<ol class="wp-block-list">
<li>Number of times Scrum Master has to be the interface for the developers – with PO /With Organization</li>
<li>Team Independence</li>
<li>Over All team effectiveness – trends in other metrics</li>
<li>Metrics which are found useful by Scrum Team / Metrics which are found cumbersome</li>
</ol>
<p>The post <a href="https://effectivepmc.net/blog/agile-metrics-and-the-scrum-master/">Agile Metrics and The Scrum Master</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Some Sample Agile Metrics</title>
		<link>https://effectivepmc.net/blog/some-sample-agile-metrics/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 11:10:00 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[Scrum Team]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9884</guid>

					<description><![CDATA[<p>Some Sample Agile Metrics Within the Scrum Team the Product Owner and the Developers often have different focus and different perceptions on what do they mean by value or how to improve the effectiveness of their own work and that of the entire Scrum Team. This means Developers and product on us need different set [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/some-sample-agile-metrics/">Some Sample Agile Metrics</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Some Sample Agile Metrics</h1>
<p class="wp-block-paragraph">Within the Scrum Team the Product Owner and the Developers often have different focus and different perceptions on what do they mean by value or how to improve the effectiveness of their own work and that of the entire <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a>.</p>



<p class="wp-block-paragraph">This means Developers and product on us need different set of metrics in order to be really effective and efficient.  A common anti pattern often seen in <a href="https://effectivepmc.net/blog/scrum/">Scrum</a> is to have a metrics framework that is generic and not tailored for the individual accountabilities. In my experience it is worthwhile to spend time and energy into deciding specific metrics for both these accountabilities.</p>



<p class="wp-block-paragraph">Each team needs to define Metrics that help them inspect and adapt. Below I have given some metrics <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> as well as Developers can use</p>



<h2 class="wp-block-heading" id="h-measuring-value"><strong>Measuring Value &#8211;</strong></h2>



<p class="wp-block-paragraph">A Product Owner is tasked with maximizing value of the product and the most important metric from a Product Owners’ perspective will be those which has centred around the net value or the end value delivered to the final customer. Developers. on the other hand will see value of their work reflected into the quality of outcomes that they have achieved.</p>



<p class="wp-block-paragraph">The table below shows some sample Metrics that can help the Product Owner and <a href="https://effectivepmc.net/blog/developers/">Developers</a> measure “value”</p>



<p class="wp-block-paragraph"><em>Table 1 Scrum Metrics Around Value</em></p>



<figure class="wp-block-table">
<table>
<tbody>
<tr>
<td><strong>Perspective</strong></td>
<td><strong>Some Metrics</strong></td>
</tr>
<tr>
<td>Product Owner</td>
<td>RevenueFeature UsageReduction in ComplaintsIncrease in CSI…..NPS</td>
</tr>
<tr>
<td>Developers</td>
<td>Defects Leaked Prod/UATFirst Time Pass Rate Tech debt</td>
</tr>
</tbody>
</table>
</figure>



<h2 class="wp-block-heading" id="h-measuring-frequency"><strong>Measuring Frequency &#8211;</strong></h2>



<p class="wp-block-paragraph">Agile manifesto states the importance of delivering value early and in a continuous or frequent manner. </p>



<p class="wp-block-paragraph">To measure the frequency, a Product Owner will like to measure the frequency at which the Scrum Team is able to put the features or the work into hands of end user. However, Developers will want to measure the frequency at which they are able to turn out usable and useful increments. </p>



<p class="wp-block-paragraph">The table below shows some sample Metrics that can help the <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> and Developers measure “Frequency”</p>



<p class="wp-block-paragraph"><em>Table 2 Scrum Metrics Around Frequency</em></p>



<figure class="wp-block-table">
<table>
<tbody>
<tr>
<td><strong>Perspective</strong></td>
<td><strong>Some Metrics</strong></td>
</tr>
<tr>
<td>Product Owner</td>
<td>Lead TimeRelease Frequency</td>
</tr>
<tr>
<td>Developers</td>
<td>VelocitySprint Duration</td>
</tr>
</tbody>
</table>
</figure>



<h2 class="wp-block-heading" id="h-measuring-day-to-day-work"><strong>Measuring Day to Day Work</strong></h2>



<p class="wp-block-paragraph">The Product Owner plays a critical role in order for the Scrum Team to be efficient and effective. Product Owner has to support the Developers and work as an integral part of the <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a> so that the increment created is of best possible value. Developers will want to ensure how they work together collaboratively and support each other while creating the increment. </p>



<p class="wp-block-paragraph">The table below shows some sample Metrics that can help the Product Owner and Developers measure “Day to Day effectiveness”</p>



<p class="wp-block-paragraph"><em>Table 3 Scrum Metrics Around Working Effeicently</em></p>



<figure class="wp-block-table">
<table>
<tbody>
<tr>
<td><strong>Perspective</strong></td>
<td><strong>Some Metrics</strong></td>
</tr>
<tr>
<td>Product Owner</td>
<td># Of Times PBI (Story)need to be re-negotiated or acceptance criterion updated How many times Product Owner has seen a feature before Review</td>
</tr>
<tr>
<td>Developers</td>
<td><strong>Work prediction</strong>– burnup, burn down, WIP, CFD<strong>Planning Quality </strong>– Estimations, sprint planning value (# of tasks identified Vs Time spent)<strong>Operational Excellence – </strong>Broken Builds, automation %, test coverage, code quality<strong>Self-Management Index </strong>– how many tasks they needed outside help <strong>Cross Functionality </strong>– “T Index”</td>
</tr>
</tbody>
</table>
</figure>



<h4 class="wp-block-heading">Following are some of the articles on Agile Metrics</h4>



<ul class="wp-block-list">
<li><a href="https://effectivepmc.net/blog/agile-metrics-friend-or-foe/" target="_blank" rel="noreferrer noopener">Agile Metrics &#8211; Friend or foe</a></li>
<li><a href="https://effectivepmc.net/blog/metrics-in-agile-projects-what-should-we-focus-on/" target="_blank" rel="noreferrer noopener">What metrics should we focus on in Agile projects?</a></li>
<li><a href="https://effectivepmc.net/blog/some-sample-agile-metrics/" target="_blank" rel="noreferrer noopener">Some sample Agile metrics</a></li>
<li><a href="https://effectivepmc.net/blog/agile-metrics-and-the-scrum-master/" target="_blank" rel="noreferrer noopener">Agile Metrics and Scrum Master</a></li>
<li><a href="https://effectivepmc.net/blog/defining-your-metrics-framework/" target="_blank" rel="noreferrer noopener">Defining your own agile metrics framework</a></li>
<li><a href="https://effectivepmc.net/blog/early-warning-signs-that-your-agile-metrics-are-not-set-right/" target="_blank" rel="noreferrer noopener">Early warning signals of incorrect choice of metrics for your agile projects</a></li>
<li><a href="https://effectivepmc.net/blog/velocity/" target="_blank" rel="noreferrer noopener">Velocity</a></li>
</ul>
<p>The post <a href="https://effectivepmc.net/blog/some-sample-agile-metrics/">Some Sample Agile Metrics</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Metrics in Agile Projects – What Should We Focus On?</title>
		<link>https://effectivepmc.net/blog/metrics-in-agile-projects-what-should-we-focus-on/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 10:45:00 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Manifesto]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[Scrum Team]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9788</guid>

					<description><![CDATA[<p>Metrics in Agile Projects – What Should We Focus On? Can we use Traditional metrics as-is in Agile? Figure 2 Traditional Metrics do not fit in Scrum Traditional Metrics usually focus on measuring various aspects of planned versus actual. The idea is to track any variances against the detailed plan. They also measure quantum or [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/metrics-in-agile-projects-what-should-we-focus-on/">Metrics in Agile Projects – What Should We Focus On?</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading">Metrics in Agile Projects – What Should We Focus On?</h1>
<h2 id="h-can-we-use-traditional-metrics-as-is-in-agile"><strong>Can we use Traditional metrics as-is in Agile?</strong></h2>



<figure class="wp-block-image"><img decoding="async" src="https://lh6.googleusercontent.com/5-i-lpMjEBZdsQsPmUIbx1ztCziQI52JTvWklNmznSPD5Imf4UHZNdjkT0RTaGdX6QyquAdGX2Ebnc7RdmmUa3QG1avi5XmIxTB7DVeotvggg2yTWi8Rs5qczJharD1YZ5f4YLBuQTVhUsbDyVJaHOgTWfE9YlajcLR20pFsw1fhj2Wb4cK3FUXqdXiu8IoDWEUo5TSKHQ" alt="" /></figure>



<p class="wp-block-paragraph"><em>Figure 2 Traditional Metrics do not fit in Scrum</em></p>



<p class="wp-block-paragraph">Traditional Metrics usually focus on measuring various aspects of planned versus actual. The idea is to track any variances against the detailed plan. They also measure quantum or size  of scope delivery. </p>



<p class="wp-block-paragraph">Intention of these metrics is to measure and showcase the efficiency of the delivery be it the schedule or cost adherence, Scope delivered or quality of the delivery.</p>



<p class="wp-block-paragraph"><strong>Some of the usual metrics companies track are</strong></p>



<ol class="wp-block-list">
<li>Schedule Variance or Cost Variance</li>
<li>Size of work packets (KLOC / No of use cases / No of test cases etc)</li>
<li>Scope adherence – how we track Scope variance or rework and how we reduce the rework</li>
<li>Productivity  </li>
</ol>



<p class="wp-block-paragraph">The above metrics are set to track if we are delivering as per agreed plan. – But in <a href="https://effectivepmc.net/blog/scrum/">Scrum</a> and <a href="https://effectivepmc.net/blog/what-is-agile/">Agile</a> the plans are changing often as we believe that while planning is indeed valuable – plans need to be updated often. Then these metrics to track against a plan do not seem relevant when plans are being updated very often.</p>



<p class="wp-block-paragraph">Another key point missing in the above metrics is the focus on value – <a href="https://effectivepmc.net/blog/agile-manifesto/">Agile Manifesto</a> says that as agilists our highest priority is to deliver Valuable Software. The metrics listed above measure only “what work the team did” they do not measure “what Value was generated” &#8211; For a <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a> to ensure their effectiveness and efficiency we need metrics that can quantify the Value.</p>



<h2 class="wp-block-heading" id="h-do-we-need-metrics-in-agile-projects"><strong>Do we need Metrics in Agile Projects?</strong></h2>



<p class="wp-block-paragraph">We saw in earlier section that traditional metrics do not help when working in an Agile manner. The question then comes to mind is, do you really need metrics while working in Agile?</p>



<p class="wp-block-paragraph">The answer is a definite yes – When done well, Metrics provide us with transparency by giving quantified information that does not depend upon individual perception. This quantified information helps us to inspect the work we are doing and the value we are delivering. The inspection then allows us to adapt our way of working to improve the value we deliver.</p>



<p class="wp-block-paragraph">In other words, metrics help us to work in an empirical manner.</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh6.googleusercontent.com/-EEe-PkyUOOy83Km2XHPcoSFULIb-us7vxHQByqHuVcrUAYg37bCuMmfgQQDC_hkvjj85iTqS3xYwtl6ZgdCwM1y10r5cNaW5nGrq8kwoiAXZSunOwU27dcFX4TDIdQHidL7D-tkuYRrHvNI4FZjM4nmjXQPxMqNpGK4sxbjuXgDXYvboFnQZFFa9VYiYlNyr-ajBsGlUg" alt="" /></figure>



<p class="wp-block-paragraph"><em>Figure 3 Why do we need Metrics in Agile?</em></p>



<h2 class="wp-block-heading" id="h-what-should-we-measure-while-working-in-scrum"><strong>What should we measure while working in Scrum?</strong></h2>



<p class="wp-block-paragraph"><strong>In my experience there are 3 major dimensions where metrics provide us basis or the transparency to inspect and adapt</strong></p>



<ol class="wp-block-list">
<li><strong>Value –</strong> Are we delivering Value? Scrum focuses on Value and our <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> is tasked in maximizing value of product. We need to have metrics that quantify and capture the value we have created. </li>
<li><strong>Frequency –</strong> Are we delivering value frequently enough so that we help our customers have competitive advantage? – Agile Manifesto tells us that we believe in continuous delivery of valuable products. </li>
<li><strong>Day to Day Metrics –</strong> These are the metrics which helps the Scrum Team to inspect and then adapt their way of working so that they become more effective and efficient.</li>
</ol>
<p>The post <a href="https://effectivepmc.net/blog/metrics-in-agile-projects-what-should-we-focus-on/">Metrics in Agile Projects – What Should We Focus On?</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Agile Metrics – Friend or Foe?</title>
		<link>https://effectivepmc.net/blog/agile-metrics-friend-or-foe/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Tue, 01 Nov 2022 10:30:00 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Metrics]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9720</guid>

					<description><![CDATA[<p>Agile Metrics – Friend or Foe? How to create a Metric framework for your Program – How to choose Agile metrics, How to derive value from your Agile metrics? &#160;   &#160; Metrics are hot topic of discussion with Agile Enthusiasts. Both sides are equally passionate in their belief. Some people Believe that everything that [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/agile-metrics-friend-or-foe/">Agile Metrics – Friend or Foe?</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Agile Metrics – Friend or Foe?</h1>
<p class="wp-block-paragraph">How to create a Metric framework for your Program – How to choose Agile metrics, How to derive value from your Agile metrics?</p>



<p class="wp-block-paragraph">&nbsp;</p>



<div class="wp-block-media-text alignwide is-stacked-on-mobile" style="grid-template-columns: 55% auto;">
<figure class="wp-block-media-text__media"><img decoding="async" width="456" height="221" class="wp-image-9721 size-full" src="https://effectivepmc.net/wp-content/uploads/2022/10/image.png" alt="" srcset="https://effectivepmc.net/wp-content/uploads/2022/10/image.png 456w, https://effectivepmc.net/wp-content/uploads/2022/10/image-300x145.png 300w" sizes="(max-width: 456px) 100vw, 456px" /></figure>
<div class="wp-block-media-text__content">
<p class="has-large-font-size wp-block-paragraph"> </p>
</div>
</div>



<p class="wp-block-paragraph">&nbsp;</p>



<p class="wp-block-paragraph">Metrics are hot topic of discussion with <a href="https://effectivepmc.net/blog/what-is-agile/" target="_blank" rel="noreferrer noopener">Agile</a> Enthusiasts. Both sides are equally passionate in their belief. Some people Believe that everything that can be measured should be measured. These people believe in the adage, “only what gets measured, gets improved”.  They insist that measuring the work progress, helps people to keep on track, to ensure that we are working up to our potential. They also argue that Metrics help baseline and these baseline data helps stake holders know what to expect</p>



<p class="wp-block-paragraph">Other side of the coin are those people who object to this very “base lining” as they believe the comparison leads to people focusing on Metrics rather than value …They argue that metrics add overheads and often can be manipulated to paint whatever picture you want to depict. Often metric frameworks become bloated and defy the principle of simplicity. These are the people who believe that traditional metrics have no place in <a href="https://effectivepmc.net/blog/scrum/" target="_blank" rel="noreferrer noopener">scrum </a>way of working</p>



<p class="wp-block-paragraph">&nbsp;</p>



<p class="wp-block-paragraph">The debt will go on. However, we all know that Metrics will always be part of work management for us. We need to find out ways to set up metrics which are not very cumbersome but still help us to take decisions based on quantified data. In this section I am planning to discuss all about Agile Metrics – Some topics I have in mind are</p>



<ol class="wp-block-list" type="1">
<li><a href="https://effectivepmc.net/blog/metrics-in-agile-projects-what-should-we-focus-on/" target="_blank" rel="noreferrer noopener">Do Agile Projects really Need Metrics? If yes, why we can’t use the same old metrics that we have been using for ages?</a></li>
<li><a href="https://effectivepmc.net/blog/some-sample-agile-metrics/" target="_blank" rel="noreferrer noopener">Some metrics that are useful in Agile or Scrum way of working</a></li>
<li><a href="https://effectivepmc.net/blog/agile-metrics-and-the-scrum-master/">Metrics and the Scrum Master</a></li>
<li><a href="https://effectivepmc.net/blog/defining-your-metrics-framework/" target="_blank" rel="noreferrer noopener">How to set up a lean but efficient Metrics Framework</a></li>
<li> <a href="https://effectivepmc.net/blog/early-warning-signs-that-your-agile-metrics-are-not-set-right/" target="_blank" rel="noreferrer noopener">What are some potential pitfalls you are likely to encounter?</a></li>
</ol>



<p class="wp-block-paragraph">Of Course, Metrics can never be defined in isolation – they need to be thought in context with your Agile contracts as well as your own scrum implementation. I hope this section helps you set up metrics that are useful for your own projects and products</p>
<p>The post <a href="https://effectivepmc.net/blog/agile-metrics-friend-or-foe/">Agile Metrics – Friend or Foe?</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Day in the life of a Scrum Master</title>
		<link>https://effectivepmc.net/blog/day-in-the-life-of-a-scrum-master/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 11:12:14 +0000</pubDate>
				<category><![CDATA[Agile Scrum]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9707</guid>

					<description><![CDATA[<p>Day in the life of a Scrum Master This article describes a routine Day in the life of a Scrum Master. A Scrum Master&#8217;s role is often misunderstood. People think that its a co-ordination role or worse still, Scrum Master is often considered a renamed &#8220;project manager&#8221;. The Scrum Guide says that Scrum Master is [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/day-in-the-life-of-a-scrum-master/">Day in the life of a Scrum Master</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Day in the life of a Scrum Master</h1>
<p class="wp-block-paragraph">This article describes a routine Day in the life of a Scrum Master. A Scrum Master&#8217;s role is often misunderstood. People think that its a co-ordination role or worse still, Scrum Master is often considered a renamed &#8220;project manager&#8221;. The <a href="https://scrumguides.org/docs/scrumguide/v2020/2020-Scrum-Guide-US.pdf">Scrum Guide </a>says that Scrum Master is a true leader who serves. In this article I have shared some possible activities that I found useful as a scrum master in order to help the Scrum Team to implement Scrum &#8211; as defined in the guide and improve their effectiveness.</p>



<h2 class="wp-block-heading">Day in the life of a Scrum Master &#8211; Supporting the Scrum Team(s)</h2>



<p class="wp-block-paragraph"><strong>Checking on the team space</strong></p>



<p class="wp-block-paragraph">Checking if everything is going fine could be a good start. Scrum master observes the team space to check if there are any infrastructure issues, anyone not able to work because of IDs locked out or zoom ID suspended etc. Scrum Master not necessarily checks with everyone however observation technique should be enough. If people are working remotely just a message on a messaging tool such as WhatsApp could be enough.</p>



<p class="wp-block-paragraph">Sometimes human being related issues could affect. Resignations, unplanned leaves, sickness, demotivated team members could be some examples. It might be worthwhile for the Scrum Master to think about some suggestions that he/she might make to the developers or product owner during the day. </p>



<p class="wp-block-paragraph"><strong>Observation of Burn downs, Scrum Boards, impediment boards, happiness inde</strong>x</p>



<p class="wp-block-paragraph">Observation of day to day boards, missing updates on scrum boards, deviations etc might be some good points for the Developers to talk to each other in the daily Scrum. If the developers don&#8217;t bring it up then politely coach them to discuss the deviations and what help they may need to bring things back on track.</p>



<p class="wp-block-paragraph"><strong>Facilitation of Sprint Planning, Daily scrum, Sprint Review, Sprint Retrospective</strong></p>



<p class="wp-block-paragraph">Scrum Master does not run the daily scrum. However, <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> must ensure that the daily scrum happens and developers know the intent. </p>



<p class="wp-block-paragraph">Many of the times daily scrums become a &#8220;show-off&#8221; forum for many people. Scrum Master must get the daily scrum back on track while ensuring people don&#8217;t get upset for stopping them. Saying things like </p>



<p class="wp-block-paragraph">&#8220;Hey Vinay, looks like you have done really substantial work on this aspect. Why don&#8217;t we have a coffee to discuss the same after the daily scrum. Anyone who wants to join is welcome&#8221;.</p>



<p class="wp-block-paragraph">&#8220;Hey Dilip and Madhavi, it looks like you both are having a great conversation. Why don&#8217;t you do this after daily Scrum and I would also like to join the conversation if you both are ok? Anyone else wants to join the discussion, you are welcome as long as Dilip and Madhavi are ok&#8221;</p>



<p class="wp-block-paragraph">Using facilitation techniques such as round-robin or tossing the ball after 30 seconds, those who have impediments first should speak etc could be good techniques.</p>



<p class="wp-block-paragraph" id="h-facilitation-of-sprint-planning-sprint-review"><strong>Facilitation of Sprint Planning, Sprint Review</strong></p>



<p class="wp-block-paragraph">First, Scrum Master has to ensure that the Scrum Events happen and people know the essence of them. Other than the <a href="https://effectivepmc.net/blog/daily-scrum/">Daily Scrum</a> (which is a daily event), <a href="https://effectivepmc.net/blog/sprint-planning/">Sprint Planning</a>, <a href="https://effectivepmc.net/blog/sprint-review/">Sprint Review</a> and <a href="https://effectivepmc.net/blog/sprint-retrospective/">Sprint Retrospective</a> are events which must happen in every Sprint.</p>



<p class="wp-block-paragraph">Second, The participants of the meetings often do not come to conclusions and the meetings extend. Scrum Master should get the meetings focused and results achieved. For example, in a Sprint Planning, the Sprint Goal and PB Item selection should be done before the meeting ends. Sprint Review is about feedback process. Many a times the Sprint Review turns into a bashing forum for the stakeholders to bash the developers. Scrum Master should get the meeting focused back on the feedback rather than being a bashing forum or just a gate check forum.</p>



<p class="wp-block-paragraph"><strong>Causing Impediment removal</strong></p>



<p class="wp-block-paragraph">There may be some impediments identified which the team may not be able to solve themselves. It might be worth contacting the right persons in the organization who may help with impediment removal.</p>



<p class="wp-block-paragraph"><strong>Facilitating Product Backlog Refinements</strong></p>



<p class="wp-block-paragraph">Many times <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> and <a href="https://effectivepmc.net/blog/developers/">Developers</a> come unprepared for Sprint Planning Events. This ends up being an understanding-of-requirements forum. The work should be <a href="https://effectivepmc.net/blog/splitting-user-stories-in-scrum/" target="_blank" rel="noreferrer noopener">split into smaller items</a> much before and not during the sprint planning. Sprint Planning should be quick and should focus on any remaining clarifications. Understanding of what needs to be done over the next or next-to-next sprint should happen in a structured way in the form of product backlog refinement activity. While Scrum does not suggest any specific formats or timelines, it is worthwhile for Scrum Master to discuss it out with Product Owner and Developers on a frequency and format to understand the future. It is then worthwhile for Scrum Master to keep reminding the Product Owner and Developers on having the activity at a decided frequency to ensure that the <a href="https://effectivepmc.net/blog/product-backlog/">Product Backlog</a> is ready enough for the next couple of sprints.</p>



<p class="wp-block-paragraph"><strong>Coaching, Mentoring, Teaching the Scrum Team in a Sprint Retrospective or elsewhere</strong></p>



<p class="wp-block-paragraph">Scrum Team members need help on various things on a day-to-day basis. They might get stuck on a problem (technical or non-technical). Scrum Master may wear a teacher hat if he/she knows the direct solution. Scrum Master may wear a mentor hat if direct solution is not known but if Scrum Master has faced similar problems in the past and help the team solve the problem using the experience. Sometimes if the solution is neither known to <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> or to the Scrum Team, then one can wear the coaching hat and ask probing questions to lead the Scrum team to answers. This is usually done in a Sprint Retrospective but not limited to the forum.</p>



<p class="wp-block-paragraph"><strong>Creating a safe environment and remove fear for failure</strong></p>



<p class="wp-block-paragraph">Many organizations look at failures negatively and there is a culture of punishing failures. On a day-to-day basis, removal of fear is an important activity. If there is a fear for failure then encouraging and motivating is an ongoing activity. Ensuring that team members don&#8217;t get exposed even if the failure happens is important. If the culture of punishing failures is not removed, people don&#8217;t try things and always take a safe route. This inhibits innovation and risk taking abilities.</p>



<p class="wp-block-paragraph"><strong>Creating a culture of Self Management</strong></p>



<p class="wp-block-paragraph">Team members often wait for directions from seniors. Discussing and talking it out with people on self management is extremely important. On a day-to-day basis it has to be discussed with the Scrum Team on the importance of managing their own taks, allocating their own tasks, alignment of team members to goals etc. Scrum Master&#8217;s job is to get the team self managed and in fact not increase dependency on self.</p>



<p class="wp-block-paragraph"><strong>Facilitating Release Planning</strong></p>



<p class="wp-block-paragraph">Workshop may have to be facilitated between stakeholders, Product Owner and Developers to plan releases. Scrum Master&#8217;s job is to make sure this happens and things don&#8217;t progress in an ad-hoc fashion.</p>



<p class="wp-block-paragraph"><strong>Facilitating communication with managers</strong></p>



<p class="wp-block-paragraph">Managers many times indulge in ad hoc requests which may cause flow problems for the teams. Evaluating, discussing, negotiating with managers might be required many of the times. <a href="https://effectivepmc.net/blog/developers/">Developers</a> might not be equipped to speak up due to various issues such as cultures, customer-vendor relationships, unrealistic service levels etc. </p>



<p class="wp-block-paragraph"><strong>Relationship Management</strong></p>



<p class="wp-block-paragraph">Causing Impediment removal for your team might be easier said than done. People help you because you help others. Scrum Master is a lot about relationship management. Other Scrum Masters might need help from you. Checking if you can extend help to others may be a good idea. One must ensure that you don&#8217;t go overboard on providing help. However , if you don&#8217;t do it then why would anyone extend help when you need it for your team.</p>



<p class="wp-block-paragraph"><strong>Tools and techniques demonstrations</strong></p>



<p class="wp-block-paragraph">Looking at the day to day should instigate the scrum master to find out possible ways to improve productivity and reduce routine repetitive work. Finding out from other teams, other organization&#8217;s or researching may give some ideas for the Scrum Master to suggest to the <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a>. These tools and techniques demonstrations or presentations can be arranged for the Scrum Team.</p>



<p class="wp-block-paragraph"><strong>Awareness about what is going on around</strong></p>



<p class="wp-block-paragraph">Catering to organization invites for what is happening in the organization is necessary. If you are not aware about what is going on then how would you know what to offer to your team?</p>



<p class="wp-block-paragraph"><strong>Team Building activities</strong></p>



<p class="wp-block-paragraph">Scrum cadence introduces a lot of stress for people. Relieving stress via some team building activities may be a good idea to arrange for the team.</p>



<p class="wp-block-paragraph"><strong>Floor meets</strong></p>



<p class="wp-block-paragraph">Creating the euphoria and excitement of a change is an important job of a Scrum Master. When organizational design changes happen, it is important to hold floor meetings, communicate the desire to change. While Scrum Master may not himself/herself do all this, facilitating the floor meeting with the help of HR and leadership is an important activity.</p>



<h2 class="wp-block-heading">Day in the life of a Scrum Master &#8211; Supporting the Scrum Team(s) &#8211; Working in a Multi-Team Environment for a large product setup</h2>



<p class="wp-block-paragraph"><strong>Facilitating Scrum of Scrums</strong></p>



<p class="wp-block-paragraph">Multi-team products require dependency resolution on a regular basis. Scrum of Scrum forum is a good way for representatives of teams to talk to each other and resolve dependencies. Scrum Master should help create a cadence for these meetings and help the teams resolve technical and inter-team dependencies.</p>



<p class="wp-block-paragraph"><strong>Facilitating Meta Scrums</strong></p>



<p class="wp-block-paragraph">Multiple Products in the organization may need Meta Scrum to discuss business dependencies, release planning process, process to organize release trains etc. Scrum Masters across multiple products should organize the structure by suggesting a cadence for the multi-product releases.</p>



<p class="wp-block-paragraph"><strong>Facilitation of DoD creation</strong></p>



<p class="wp-block-paragraph">Multiple teams may go out of sync on the quality criteria and may end up with a product which does not meet customer expectations. Scrum Master must facilitate discussions between various teams to discuss the <a href="https://effectivepmc.net/blog/definition-of-done/">DoD</a> among themselves and agree upon the quality criteria. This should happen regularly so that the quality improves consistently.</p>



<h2 class="wp-block-heading">Day in the life of a Scrum Master &#8211; Working with rest Of the organization</h2>



<p class="wp-block-paragraph">Organizational impediments often impact the delivery of products. This may involve the different departments causing impediments or there may be organizational support required by the teams on the ground to get success</p>



<p class="wp-block-paragraph"><strong>Preparing for attritions or career moves</strong></p>



<p class="wp-block-paragraph">Attrition, job-moves, role-changes are part and parcel of real life. As a <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> one must facilitate knowledge sharing sessions, prevent formation of silo cultures, prevent the hero cultures in organizations. Honing and getting the new generation ready as team members move from one role to another has to be a well planned process. This requires facilitating with managers and Product Owner for budgets to onboard new trainees, training budgets, time for cross-skilling etc.</p>



<p class="wp-block-paragraph"><strong>Creating and Nurturing communities</strong></p>



<p class="wp-block-paragraph">Impediment solving is easier said than done. Impediments are solved by a community of people and not by individuals. Nurturing communities and connecting people is the easiest way of solving problems. Scrum Masters of different teams should connect with each other and create communities for collaboration. This could be based on skills or cultures or regions. Many organizations call these guilds.</p>



<p class="wp-block-paragraph"><strong>Coaching, Mentoring, Teaching the organizational players</strong></p>



<p class="wp-block-paragraph">Organizational players such as customers, management, HR, Administration may not be aware about Scrum, <a href="https://effectivepmc.net/blog/what-is-agile/">Agile</a> or its benefits. They end up causing various impediments for teams. For example, some management&#8217;s take adhoc decision of using some framework such as Scrum. They may not know why they are doing it. HR might take decisions on individual rewards model not knowing what the implications of individual rewards in a collaborative environment are.</p>



<h2 id="h-facilitating-organizational-design-changes" class="wp-block-heading"><strong>Facilitating Organizational Design Changes</strong></h2>



<p class="wp-block-paragraph">As a change agent for the organization, the Scrum Master helps change the thought processes of the entire organization which may include Management, HR, Admin and other departments. Following could be some of the examples of organizational design changes brought about by the Scrum Master</p>



<p class="wp-block-paragraph"><strong>Command and control leadership style to servant leadership style</strong></p>



<p class="wp-block-paragraph">Leadership is used to a particular leadership style. Many leaders resort to &#8220;Do it because I say so&#8221; kind of style. Servant Leadership style involves enabling the team to take decisions instead of forcing things on the team. This requires time and substantial convincing effort for the Scrum Master.</p>



<p class="wp-block-paragraph"><strong>Establish Fear-free culture and creating a safe environment</strong></p>



<p class="wp-block-paragraph">One of the major issues with organizations is that the management is always judgmental of the people. Therefore, the team members rarely like to take risks. Being defensive may not always be the right behavior in the team. Scrum Master has to ensure that a safe environment is created for people to fail. This requires a lot of mentoring of Senior management and cultural change in the organizations. This requires a design change in the organizations in the way people think and the way people are appraised.</p>



<p class="wp-block-paragraph"><strong>Feature teams vs Component teams</strong></p>



<p class="wp-block-paragraph">A Feature team takes end to end responsibilities of the product and creates viable products each sprint. To take end to end responsibility, the team restructuring and reskilling may be required. More importantly the culture within the organization may have to be relooked at. For example, the team needs to be cross functional to make a good feature team. That means, Scrum team needs to have all skills necessary within the teams to make products. This involves teaching and mentoring of the team members to find ways to build cross functional skills. The team members have to be made ready to not think in silos. Silo culture removal requires design changes such as convincing the team members, management and also making sure that the team members are ready for some cross training.</p>



<p class="wp-block-paragraph"><strong>Collaborative mindset with vendors</strong></p>



<p class="wp-block-paragraph">Many a times the culture in the organizations is to look at the vendor as an outside entity. This creates divides between the customer and the vendor. Usually the PO accountability is taken up by someone from the customer side and the delivery is done by team members usually provided by vendors (usually in India in the IT world). If there is divide between the customer and the vendor, the collaboration gets affected and delivery may not happen properly. Scrum Master needs to make efforts so that the complaining mindset of many from customer has to go down and the vendor team members have to be made to feel a part of the product team. This needs Scrum Master&#8217;s effort in making thought process level changes in the organizations so that the collaboration happens. This may involve relationship building, confidence building and weeding out the bad behaviors &#8211; usually a long term design change.</p>



<p class="wp-block-paragraph">&nbsp;</p>
<p>The post <a href="https://effectivepmc.net/blog/day-in-the-life-of-a-scrum-master/">Day in the life of a Scrum Master</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Scaling Context &#8211; Some Basics Concepts</title>
		<link>https://effectivepmc.net/blog/scaling-agile/</link>
		
		<dc:creator><![CDATA[Archana Shinde]]></dc:creator>
		<pubDate>Mon, 13 Jun 2022 19:22:22 +0000</pubDate>
				<category><![CDATA[Scaled Agile]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[kanban]]></category>
		<category><![CDATA[Product Backlog]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scaling Agile]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[Scrum Team]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9609</guid>

					<description><![CDATA[<p>Scaling Context &#8211; Some Basics Concepts As part of the Introduction to Scaled Agile Framework series, this article with cover the Scaling Conetx and Some Basic Concepts like where scaling fits and how it works. Let’s first understand what Scaling is? As a word, Scaling means there are multiple teams working on a Product (Value [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/scaling-agile/">Scaling Context &#8211; Some Basics Concepts</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Scaling Context &#8211; Some Basics Concepts</h1>
<p class="wp-block-paragraph">As part of th<a href="https://effectivepmc.net/blog/introduction-to-scaled-agile-framework/" target="_blank" rel="noreferrer noopener">e Introduction to Scaled Agile Framework serie</a>s, this article with cover the Scaling Conetx and Some Basic Concepts like where scaling fits and how it works.</p>



<p class="wp-block-paragraph">Let’s first understand what Scaling is?</p>



<p class="wp-block-paragraph">As a word, Scaling means there are multiple teams working on a Product (Value Stream). </p>



<p class="wp-block-paragraph">Scaling Agile refers to the process where the established <a href="https://effectivepmc.net/blog/what-is-agile/">Agile</a> methods (<a href="https://effectivepmc.net/blog/scrum/">Scrum</a>/<a href="https://effectivepmc.net/blog/what-is-kanban/">Kanban</a>) are applied to other layers of organization.</p>



<p class="wp-block-paragraph">Look at the Matrix below to understand the layers of the organization. </p>



<p class="wp-block-paragraph">In any Project organization the ratio of Product and Teams is:</p>



<ul class="wp-block-list">
<li>1 Team working on 1 Product</li>
<li>1 Team working on Many Products</li>
<li>Many Teams working on 1 Product</li>
<li>Many Teams working on Many Products </li>
</ul>



<figure class="wp-block-image"><img decoding="async" src="https://lh5.googleusercontent.com/gvmtP_hrVXzpqdwhEFSsX8XyXS-ws3D7odtkGp3q4qe2E6aCybKqbz8RFxeyjn4RzD9k0QTfpBx6sROMdlhSHMi51xGwHoUyfPIrEWOv1TwbnNiaKPXvYsOhS1qfePxUe6ZpSv_wsnfDe1LFIg" alt="" /></figure>



<p class="wp-block-paragraph">The Matrix above shows the context of Product v/s Teams.</p>



<ul class="wp-block-list">
<li>When we define a Product – here we define an Independent Value Stream which makes sense from a market perspective.</li>
<li>When we talk about teams, here we are talking about Development Team of Scrum which is 3-9 team members. This team excludes the <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> and <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a>.</li>
<li>Scrum Only defines “One Team – One Product” Context. <a href="https://effectivepmc.net/blog/scrum/">Scrum</a> does not define the other contexts. Scaling is out of scope of Scrum.</li>
<li>“Many Products – Many Team” context is defined by portfolio management, which is out of scope for most of existing scrum frameworks &#8211;<a href="https://www.scaledagileframework.com/" target="_blank" rel="noreferrer noopener"> SAFe </a>is one of the most prevalent scaling framework that helps with</li>
<li>“One Team – Many Product” quadrant is for Staff Pools who do heterogeneous type of work. Generally involved with ticketing systems in organizations. <a href="https://effectivepmc.net/blog/what-is-kanban/">Kanban</a> may work in this quadrant and the focus is here on resolving bottlenecks and getting heterogeneous work done without bottlenecks.</li>
</ul>



<p class="wp-block-paragraph"><strong>Context of Scaling and De-Scaling</strong></p>



<p class="wp-block-paragraph">When we think of larger products, we can think about descaling &#8211; that is, dividing the larger products first into smaller units of independent value streams (Products).</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh3.googleusercontent.com/TJ460gPC-JmfDpMLGbpjmin8HF38C5gJa3V3MlgMGKkDIbx2_s_aeVj1vXUvyWTz0yRH-EJrQVmGgNdTizWGlmDQLvifhRsHlEKggTDY4rhMDpI5MuB5BznpPkCVnG93oSdoxHXoqVCJ6ZkRhQ" alt="" /></figure>



<p class="wp-block-paragraph">For the above product, the Scrum Context is that for each product (an independent value stream) there has to be a single product backlog, a single product owner and a single development team. Like the below diagram, each team works as an individual <a href="https://effectivepmc.net/blog/scrum-team/">Scrum Team</a> with their own “descaled” <a href="https://effectivepmc.net/blog/product-backlog/">Product Backlog</a>. There will have to be some considerations made to co-ordinate among the various dependent product backlogs. The diagram shows how the descaled products work.- Spotify is an example of framework which works on the principle of descaling</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh5.googleusercontent.com/bL9qrJOFWUCecUfncPZcVZzLnUbSFKuuJpmI6vHYB0Uk5wslPNsYFNccgkMfOqdL3xMFOPdxZXZ0w_nZsBsxmr-yyzuodCIfgqvQl4QJI0GxZom5rEYKG6G9xZVxC72VOsZMJskqnn_LS3Wl_g" alt="" /></figure>



<p class="wp-block-paragraph"><strong>Context of Product Backlog and Product Owner</strong></p>



<p class="wp-block-paragraph">There is always a one to one relationship between a Product and Product Backlog and <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a>. The context of the product backlog is shown below</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh5.googleusercontent.com/QVSqn7hAwH8YxT1VypIoLMYz5W9m17c5AryAoxhxGT_sVvbN99tUkX6USg949uLVd290Efqsc1Fbac_tDxLeNPa8NAjmGN7pVT7tbIwEUww4NW1MkbfS-IUFGkf63L9xBb0VvdE60tSYt36btA" alt="" /></figure>



<p class="wp-block-paragraph">The following structure where one is NOT OK. The accountability on the Product will go down if the following is implemented. It is better to descale the product instead of having a structure as shown below:</p>



<figure class="wp-block-image"><img decoding="async" src="https://lh3.googleusercontent.com/lTLMcEqzaDP0yxiFeDD-FGZcoPu9oLudluwTrf6ijEv7xSBWVkyRo-7a3IEpODNhs7YC8hryiatX7jwURUouz1ZSaUsyJzUtJ7jLMvyBblVvD-pQErydyF79LuskbFgZUjHcbepsvfyaK1gH1A" alt="" /></figure>



<p class="wp-block-paragraph"><strong>Context of a Product Owner and Development Team in Scaling</strong></p>



<p class="wp-block-paragraph">A Development team will always look up to Only one Product Owner.</p>



<p class="wp-block-paragraph">A Development Team looking up to multiple PO means, the accountability is not central and conflicting decisions may come to the Development Team.</p>
<p>The post <a href="https://effectivepmc.net/blog/scaling-agile/">Scaling Context &#8211; Some Basics Concepts</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Myth – Scrum Master being the Mandatory participant of Daily Scrum</title>
		<link>https://effectivepmc.net/blog/myth-scrum-master-being-the-mandatory-participant-of-daily-scrum/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Tue, 22 Mar 2022 13:12:00 +0000</pubDate>
				<category><![CDATA[Scrum Myths and Antipatterns]]></category>
		<category><![CDATA[Daily scrum]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[sprint backlog]]></category>
		<category><![CDATA[Sprint Goal]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=9508</guid>

					<description><![CDATA[<p>Myth – Scrum Master being the Mandatory participant of Daily Scrum Common Misconceptions Most people consider Daily Scrum is presumed to be a Status Meeting where Scrum Master takes status from the teams. One of the most common reasons for this is because people have used Project Manager as an entity for years and assume [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/myth-scrum-master-being-the-mandatory-participant-of-daily-scrum/">Myth – Scrum Master being the Mandatory participant of Daily Scrum</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading">Myth – Scrum Master being the Mandatory participant of Daily Scrum</h1>
<h2 id="h-common-misconceptions"><strong>Common Misconceptions</strong></h2>



<p class="wp-block-paragraph">Most people consider <a href="https://effectivepmc.net/blog/daily-scrum/">Daily Scrum</a> is presumed to be a Status Meeting where <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> takes status from the teams. One of the most common reasons for this is because people have used Project Manager as an entity for years and assume that Scrum Master is a renaming of Project Manager role and Daily Scrum to be a new name for “Status Meeting”.</p>



<h2 class="wp-block-heading" id="h-what-is-daily-scrum-really"><strong>What is Daily Scrum Really?</strong></h2>



<ul class="wp-block-list">
<li>Daily Scrum is not a Status Meeting. Daily Scrum is a inspect-adapt forum for the <a href="https://effectivepmc.net/blog/developers/">Developers</a> to make a plan for next 24-48 hours by checking if the <a href="https://effectivepmc.net/blog/sprint-goal/">Sprint Goal</a> is being met or not</li>
<li>Developers sync up daily so that the plan for next 24-48 hours is effectively done</li>
<li>Updating the <a href="https://effectivepmc.net/blog/sprint-backlog/">Sprint Backlog</a> should be the main goal of the Daily Scrum. This optimizes the probability of meeting the Sprint Goal</li>
<li>Daily Scrum is a effective forum for improving communication and collaborations between Developers</li>
</ul>



<h2 class="wp-block-heading" id="h-recommendation-about-scrum-master-s-role-in-daily-scrum"><strong>Recommendation about Scrum Master’s Role in Daily Scrum</strong></h2>



<ul class="wp-block-list">
<li><a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> may facilitate the Daily Scrum to ensure it gets over in 15 minutes and people do not make it a detailed discussion forum. However, Scrum Master is not considered the compulsory participant of Daily Scrum.</li>
<li>Scrum Master’s role is to make the team independent and help them becoming self-managed team. Therefore, Scrum Master should teach the <a href="https://effectivepmc.net/blog/developers/">Developers</a> to run the Daily Scrum effectively by doing a quick sync up and updating the Sprint Backlog</li>
<li>Once the team becomes self-managed and know how to get the Daily Scrum completed within 15 minutes, Scrum Master should change his/her stance to an observer stance. That means the team has to talk to each other without Scrum Master’s intervention</li>
<li>Scrum Master should teach the Developers to keep the status transparent through various tools and techniques such as <a href="https://effectivepmc.net/blog/burn-up-chart/">Burn Up Charts</a>, Burn Down Charts, Scrum Boards. This avoids a lot of wasteful status discussions in the Daily Scrum</li>
<li>Once the Scrum Master feels that the Developers are managing on their own, the <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> should purposely skip a couple of Daily Scrum and find out if the Developers still keeps doing the Daily Scrum on their own. If the Developers also skip the Daily Scrum, just because the Scrum Master was not there, then Scrum Master should treat this as an opportunity to coach the team again</li>
<li>If Scrum Master notices that <a href="https://effectivepmc.net/blog/product-owner/">Product Owner</a> is conducting reviews of Product during the Daily Scrum, then, Scrum Master should coach the PO not to do it and create another forum where the review of the product could be done</li>
<li>Similarly, if Scrum Master notices that the line managers are wasting the time of Developers by taking status, then Scrum Master must intervene and prevent the line managers from doing this</li>
<li>Sometimes, one of the <a href="https://effectivepmc.net/blog/developers/">Developers</a> wastes a lot of time of others during the Daily Scrum trying to dominate the forum by showing off on his/her skills. Scrum Master’s job to facilitate and ensure that everyone gets equal chance during Daily Scrum. There are many facilitation techniques which could be used. For example, tossing the ball every 60 seconds to the next person to speak, introducing friendly penalties (buying a drink for everyone, doing 10 push-ups) for exceeding the time allocated to speak etc.</li>
</ul>



<h2 class="wp-block-heading" id="h-conclusion"><strong>Conclusion</strong></h2>



<p class="wp-block-paragraph">Thus, Scrum Master is not a mandatory participant of Daily Scrum. “Not Mandatory” does not mean that Scrum Master is always Absent in Daily Scrum. Scrum Master’s role is to make the team independent so that they can manage the Daily Scrum to inspect and adapt and optimize the probability of meeting the <a href="https://effectivepmc.net/blog/sprint-goal/">Sprint Goal</a>. Once the team becomes independent, it is better for the Scrum Master to take a step back and take observer position.</p>
<p>The post <a href="https://effectivepmc.net/blog/myth-scrum-master-being-the-mandatory-participant-of-daily-scrum/">Myth – Scrum Master being the Mandatory participant of Daily Scrum</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Antipattern &#8211; Scrum Master the (over) protector of the Team</title>
		<link>https://effectivepmc.net/blog/anti-pattern-scrum-master-the-over-protector-of-the-team/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Fri, 02 Apr 2021 09:32:00 +0000</pubDate>
				<category><![CDATA[Scrum Myths and Antipatterns]]></category>
		<category><![CDATA[Anti Pattern]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<category><![CDATA[Scrum Team]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=8919</guid>

					<description><![CDATA[<p>Antipattern &#8211; Scrum Master the (over) protector of the Team What is an antipattern? &#8211; An idea which seems good but has more negatives than positives. Click here to read the definition of Anti-Pattern. Why do the Scrum Masters feel that they have to always protect the team? The earlier version of the Scrum Guide [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/anti-pattern-scrum-master-the-over-protector-of-the-team/">Antipattern &#8211; Scrum Master the (over) protector of the Team</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Antipattern &#8211; Scrum Master the (over) protector of the Team</h1>
<p class="wp-block-paragraph">What is an antipattern? &#8211; An idea which seems good but has more negatives than positives. <a href="https://effectivepmc.net/blog/what-is-an-antipattern/" target="_blank" rel="noreferrer noopener">Click here to read the definition of Anti-Pattern.</a></p>



<h2 class="wp-block-heading" id="h-why-do-the-scrum-masters-feel-that-they-have-to-always-protect-the-team">Why do the Scrum Masters feel that they have to always protect the team?</h2>



<ul class="wp-block-list">
<li>The earlier version of the Scrum Guide mentioned the following statement </li>
</ul>



<p class="wp-block-paragraph"><em>“The Scrum Master helps those outside the Scrum Team understand which of their interactions with the Scrum Team are helpful and which aren’t. The Scrum Master helps everyone change these interactions to maximize the value created by the Scrum Team”</em>. </p>



<p class="wp-block-paragraph">This was interpreted by most Scrum Masters that they always shield the team from the outside world.</p>



<ul class="wp-block-list">
<li>What ended up happening was that the <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> became a liaison between the organization and the team. This way the Scrum Master became over-protective of the team and literally assumed the role of a “Dad” or a “Mom” for the team.</li>
</ul>



<h2 class="wp-block-heading" id="h-some-common-observations-when-scrum-master-becomes-overprotective">Some common observations when Scrum Master becomes overprotective</h2>



<ul class="wp-block-list">
<li>Scrum Master deals with all impediments personally, even when the team members may be able to solve themselves</li>
<li>Scrum Master filters feedback from stakeholders. Negative feedback is often not shared with the team. Only the goody-goody ones is shared with the team</li>
<li><a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> pampers the team by taking care of all administrative stuff (more like a PMO or a secretary)</li>
<li>Scrum Master always becomes a bad-cop when it comes to harsh discussions with any stakeholder</li>
<li>Scrum Master prevents the team from failing</li>
<li>Scrum mom is not really challenging the team</li>
<li>Scrum Master does not enforce boundaries and often remains too flexible with the boundaries</li>
<li>“Right or wrong &#8211; its my team” behaviour starts getting seen</li>
</ul>



<h2 class="wp-block-heading" id="h-negative-consequences-and-what-could-be-done">Negative consequences and what could be done</h2>



<ul class="wp-block-list">
<li>Failure is not the opposite of success. Failure is in-fact a necessary stepping stone towards success. Like parents train their kids by letting go sometimes. Parents prepare the child for the real world by helping the child take up challenges. Scrum Master should allow the team to make mistakes and let go. There is no need to be over-protective. Let the team learn by failing. Scrum Master’s job is to keep showing the mirrors when failures happen.</li>
<li>A Scrum Master’s good intentions can become an impediment for the Scrum team’s progress. This is particularly true in the case of an over-protective <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a>, when her shielding of the team prevents its members from learning by failing.</li>
<li>Scrum Master’s job is to make the team independent and ready to face the world and not make them crippled by handling everything</li>
<li>The greatest success of the Scrum Master is to see his/her team becoming <a href="https://effectivepmc.net/blog/building-self-managed-teams/" target="_blank" rel="noreferrer noopener">Self Managed</a> not needing a lot of bandwidth from the Scrum Master.</li>
</ul>



<p class="wp-block-paragraph">&nbsp;</p>
<p>The post <a href="https://effectivepmc.net/blog/anti-pattern-scrum-master-the-over-protector-of-the-team/">Antipattern &#8211; Scrum Master the (over) protector of the Team</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Anti Pattern &#8211; Scrum Master the solver of all impediments</title>
		<link>https://effectivepmc.net/blog/anti-pattern-scrum-master-solver-of-all-impediments/</link>
		
		<dc:creator><![CDATA[Snehamayee]]></dc:creator>
		<pubDate>Tue, 02 Mar 2021 09:29:48 +0000</pubDate>
				<category><![CDATA[Scrum Myths and Antipatterns]]></category>
		<category><![CDATA[Anti Pattern]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Scrum Master]]></category>
		<guid isPermaLink="false">https://effectivepmc.net/?p=8917</guid>

					<description><![CDATA[<p>Anti Pattern &#8211; Scrum Master the solver of all impediments What is an antipattern? &#8211; An idea which seems good but has more negatives than positives. Click here to read the definition of Anti-Pattern. Why do people feel that Scrum Master should solve all impediments In the 2017 version of Scrum Guide the accountability of [&#8230;]</p>
<p>The post <a href="https://effectivepmc.net/blog/anti-pattern-scrum-master-solver-of-all-impediments/">Anti Pattern &#8211; Scrum Master the solver of all impediments</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1>Anti Pattern &#8211; Scrum Master the solver of all impediments</h1>
<p class="wp-block-paragraph">What is an antipattern? &#8211; An idea which seems good but has more negatives than positives. <a href="https://effectivepmc.net/blog/what-is-an-antipattern/" target="_blank" rel="noreferrer noopener">Click here to read the definition of Anti-Pattern.</a></p>



<h2 class="wp-block-heading" id="h-why-do-people-feel-that-scrum-master-should-solve-all-impediments">Why do people feel that Scrum Master should solve all impediments</h2>



<ul class="wp-block-list">
<li>In the 2017 version of Scrum Guide the accountability of the <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> was mentioned as “Removing impediments to the Development Team’s progress;”. This sentence was often misunderstood and it was assumed that Scrum Master is the one who runs around and solves impediments.</li>
<li>The term “Facilitator” is commonly misunderstood as a “coordinator”. Most teams come from a waterfall background and are used to having a Project Manager. In most organizations, the Project Manager is nothing more than a PMO who coordinates and does administrative activities. The essence of facilitation is to make it easy for the team to get to conclusions and decisions. Impediment solving is only one aspect of the Facilitation.</li>
<li>Most organizations implement Scrum Master as a replacement for the PMO responsibilities and expect Scrum Master to run around and solve impediments.</li>
<li>From the outside, this looks to be a great idea to have developers do the work and Scrum Master run around and get the administrative stuff done.</li>
</ul>



<h2 class="wp-block-heading" id="h-negative-consequences-of-having-a-scrum-master-solve-all-impediments">Negative Consequences of having a Scrum Master solve all impediments</h2>



<ul class="wp-block-list">
<li>One of the fundamental elements of <a href="https://effectivepmc.net/blog/scrum/">Scrum</a> is “Self Management” where the team manages itself. The Scrum Master’s job is to teach the team to be <a href="https://effectivepmc.net/blog/building-self-managed-teams/" target="_blank" rel="noreferrer noopener">self managed</a> and cross functional so that they can get the work done.</li>
<li>Team members other than the Scrum Master might be better qualified to solve an impediment</li>
<li>People often then shrug off their accountability and expect scrum Master to be the PMO and even solve problems which they could solve internally</li>
<li>Problems are often too complex to be solved by one person and therefore Scrum Master may not be the correct person to solve the problem</li>
<li>Viewing an impediment from different angles helps to find effective solutions</li>
<li>Many problems have to do with the way how people work together, solving such a problem cannot be done by one person</li>
</ul>



<h2 class="wp-block-heading" id="h-what-could-be-done-to-avoid-this-anti-pattern">What could be done to avoid this anti-pattern</h2>



<ul class="wp-block-list">
<li>The first line of defence for the team should be the team members themselves. The <a href="https://effectivepmc.net/blog/scrum-master/">Scrum Master</a> must teach the team to do this and not push everything into Scrum Master’s plate</li>
<li>The Scrum Master should not get overloaded with solving impediments. The Scrum Master should be an observer, a coach and making sure that facilitation is done.</li>
<li>For impediments which actually need Scrum Master’s help, only those Scrum Master should focus his/her attention on.</li>
<li>Scrum Master should use his anticipation skills to anticipate issues so that the team can start looking for solutions a little bit in advance.</li>
<li>In short, Scrum Master should become a coach and facilitator rather than just being a PMO.</li>
<li>To clarify the actual accountability of Scrum Master with regards to impediment solving, the sentence has been reworded in the 2020 version of <a href="https://effectivepmc.net/blog/scrum-guide-2020/">Scrum Guide</a> to “Causing the removal of impediments to the Scrum Team’s progress” &#8211; which essentially means that it is not necessary that everyone just dumps all impediment solving on the shoulders of the Scrum Master.</li>
</ul>
<p>The post <a href="https://effectivepmc.net/blog/anti-pattern-scrum-master-solver-of-all-impediments/">Anti Pattern &#8211; Scrum Master the solver of all impediments</a> appeared first on <a href="https://effectivepmc.net">World Of Agile</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
