<?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>Introduction Archive - Slow Leadership</title>
	<atom:link href="https://slowleadership.de/category/scrum-achieving-agile-excellence-in-the-modern-workplace/introduction/feed/" rel="self" type="application/rss+xml" />
	<link>https://slowleadership.de/category/scrum-achieving-agile-excellence-in-the-modern-workplace/introduction/</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2023 12:49:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>Scrum vs Kanban: A Practical Guide to Choosing the Right Approach</title>
		<link>https://slowleadership.de/blog-post/scrum-vs-kanban-a-practical-guide-to-choosing-the-right-approach/</link>
		
		<dc:creator><![CDATA[Thomas Ripp]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 12:49:40 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Introduction]]></category>
		<guid isPermaLink="false">https://slowleadership.de/?p=319</guid>

					<description><![CDATA[<p>Scrum and Kanban are both powerful Agile methodologies that can be used to manage and complete projects. While they share the Agile principles of flexibility and collaboration, they have distinct differences in approach, processes, and ideal use cases. When choosing between Scrum and Kanban, it is important to consider the specific needs and characteristics of&#8230;&#160;<a href="https://slowleadership.de/blog-post/scrum-vs-kanban-a-practical-guide-to-choosing-the-right-approach/" rel="bookmark">Read More &#187;<span class="screen-reader-text">Scrum vs Kanban: A Practical Guide to Choosing the Right Approach</span></a></p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/scrum-vs-kanban-a-practical-guide-to-choosing-the-right-approach/">Scrum vs Kanban: A Practical Guide to Choosing the Right Approach</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-pullquote"><blockquote><p>Scrum and Kanban are both powerful Agile methodologies that can be used to manage and complete projects. While they share the Agile principles of flexibility and collaboration, they have distinct differences in approach, processes, and ideal use cases. When choosing between Scrum and Kanban, it is important to consider the specific needs and characteristics of your project, as well as the team&#8217;s experience and preferences. By following this practical guide, you can choose the right approach for your project and deliver value to your customer.</p><cite>In a nutshell</cite></blockquote></figure>



<p><a href="https://slowleadership.de/blog-post/what-is-scrum/">Scrum</a> and Kanban are two of the most widely used Agile methodologies for managing and completing projects. While both frameworks share the Agile principles of flexibility and collaboration, they have distinct differences in approach, processes, and ideal use cases. In this article, we will explore the differences between Scrum and Kanban, and provide a practical guide for choosing the right approach for your project.</p>



<h2>Introduction to Scrum</h2>



<p>Scrum is a structured Agile framework for managing and completing complex projects. It is based on the principles of transparency, inspection, and adaptation, and emphasizes teamwork and communication. The Scrum process involves several <a href="https://slowleadership.de/blog-post/scrum-ceremonies-sprint-planning-daily-scrum-sprint-review-sprint-retrospective/">key events, including Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective</a>, and several <a href="https://slowleadership.de/blog-post/scrum-roles-scrum-master-product-owner-development-team/">roles, including Scrum Master, Product Owner, and Development Team</a>.</p>



<p>The Scrum process follows a set of defined steps, with the following key elements:</p>



<ol>
<li>Sprint Planning: A meeting where the Development Team, Product Owner, and Scrum Master plan the work to be completed in the next sprint.</li>



<li>Daily Scrum: A daily meeting where the Development Team syncs up on progress and plans for the day.</li>



<li>Sprint Review: A meeting at the end of a sprint where the Development Team, Product Owner, and Scrum Master review the work completed and plan for the next sprint.</li>



<li>Sprint Retrospective: A meeting where the Development Team, Product Owner, and Scrum Master reflect on the sprint and identify areas for improvement.</li>
</ol>



<h2>Introduction to Kanban</h2>



<p>Kanban is a visual management system that was originally developed for lean manufacturing, but has since been adapted for software development and other industries. Unlike Scrum, Kanban does not prescribe a specific process, but instead focuses on visualizing work and limiting work-in-progress to improve flow and delivery. Yet it can make a lot of sense to additionally integrate specific scrum events in a kanban system to foster transparency and adaptibility.</p>



<p>The key elements of the Kanban approach include:</p>



<ol>
<li>Kanban Board: A visual representation of work, typically using cards and columns to indicate progress.</li>



<li>Work-in-Progress Limits: Limits on the number of tasks that can be in progress at any given time, to prevent overloading and improve flow.</li>



<li>Pull-based System: A system where tasks are only started when the previous task is completed, allowing for a more controlled and steady flow of work.</li>
</ol>



<h2>Differences between Scrum and Kanban</h2>



<p>Before choosing between Scrum and Kanban it is important to understand the main differences of the approaches.</p>



<ol>
<li><strong>Process</strong>: Scrum has a defined and prescriptive process, while Kanban allows for more flexibility and customization.</li>



<li><strong>Timebox</strong>: Scrum has timeboxed events and iterations (sprints), while Kanban is time-agnostic and focuses on flow.</li>



<li><strong>Change</strong>: Scrum allows for changes to the product backlog during sprints, while changes in Kanban are introduced gradually and controlled by flow.</li>



<li><strong>Roles</strong>: Scrum has specific roles (Scrum Master, Product Owner, Development Team), while Kanban does not have prescribed roles.</li>



<li><strong>Meetings</strong>: Scrum has regular meetings (Daily Scrum, Sprint Review, Sprint Retrospective), while Kanban focuses on visualizing work and limiting work-in-progress.</li>
</ol>



<h2>When to Use Scrum</h2>



<p>Scrum is best used for projects with a high degree of complexity and uncertainty. Scrum&#8217;s iterative and incremental approach, along with its defined roles, events, and artifacts, make it well-suited for projects where the requirements are not fully understood at the start and are likely to change during the project.</p>



<p>Scrum is also a good choice for projects where cross-functional collaboration and communication is key, as the daily stand-up meetings and regular sprint retrospectives help to ensure that everyone is aligned and working towards the same goals.</p>



<p>Scrum&#8217;s focus on delivering a potentially releasable product increment at the end of each sprint makes it well-suited for projects where there is a need to deliver value quickly and demonstrate progress to stakeholders.</p>



<p>Overall, Scrum is a good choice for projects that are complex, rapidly changing, and require frequent delivery of value.</p>



<h2>When to Use Kanban</h2>



<p>Kanban is best used for projects with a clear understanding of the requirements and a stable and predictable workflow. Kanban&#8217;s visual management system and pull-based approach make it well suited for projects where the focus is on delivering value continuously and improving flow. Kanban is also a good choice for projects where there is a need to balance the demand for work with the available capacity, as the work-in-progress limits help to prevent overloading and ensure a steady flow of work.</p>



<p>Kanban can also be a good choice for teams transitioning from a traditional or waterfall approach, as it provides a gradual and visual way of introducing Agile concepts and principles.</p>



<h2>Choosing the Right Approach</h2>



<p>When choosing between Scrum and Kanban, it is important to consider the specific needs and characteristics of your project. If your project is complex and rapidly changing, with a high degree of uncertainty, Scrum may be the better choice. If your project has a clear understanding of the requirements and a stable and predictable workflow, Kanban may be the better choice.</p>



<p>It is also important to consider the team&#8217;s experience and preferences. Teams with a background in Scrum may find it easier to transition to Scrum, while teams with a background in traditional or waterfall methods may find it easier to transition to Kanban.</p>



<p>Ultimately, the choice between Scrum and Kanban should be based on what will best support the team in delivering value to the customer.</p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/scrum-vs-kanban-a-practical-guide-to-choosing-the-right-approach/">Scrum vs Kanban: A Practical Guide to Choosing the Right Approach</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Agile Mindset and Scrum Principles</title>
		<link>https://slowleadership.de/blog-post/the-agile-mindset-and-scrum-principles/</link>
		
		<dc:creator><![CDATA[Thomas Ripp]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 19:08:27 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Introduction]]></category>
		<guid isPermaLink="false">http://slowleadership.de/?p=144</guid>

					<description><![CDATA[<p>The Agile mindset and Scrum principles are closely related, they both promote flexibility, collaboration, and continuous improvement. Scrum provides a specific framework for implementing the Agile mindset in practice, with roles, events, and artifacts that help teams to stay organized, communicate effectively, and deliver high-quality products quickly. In a nutshell The Agile Mindset is the&#8230;&#160;<a href="https://slowleadership.de/blog-post/the-agile-mindset-and-scrum-principles/" rel="bookmark">Read More &#187;<span class="screen-reader-text">The Agile Mindset and Scrum Principles</span></a></p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/the-agile-mindset-and-scrum-principles/">The Agile Mindset and Scrum Principles</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-pullquote"><blockquote><p>The Agile mindset and Scrum principles are closely related, they both promote flexibility, collaboration, and continuous improvement. Scrum provides a specific framework for implementing the Agile mindset in practice, with roles, events, and artifacts that help teams to stay organized, communicate effectively, and deliver high-quality products quickly.</p><cite>In a nutshell</cite></blockquote></figure>



<p>The Agile Mindset is the set of attitudes and beliefs that drive the Agile approach to product development. It is based on the values and principles outlined in the Agile Manifesto. The Agile Manifesto consists of four core values:</p>



<div id="wp-block-themeisle-blocks-icon-list-0f9bb1bb" class="wp-block-themeisle-blocks-icon-list">
<div id="wp-block-themeisle-blocks-icon-list-item-376e8381" class="wp-block-themeisle-blocks-icon-list-item"><i class="far fa-lightbulb wp-block-themeisle-blocks-icon-list-item-icon"></i><p class="wp-block-themeisle-blocks-icon-list-item-content"><strong>Individuals and interactions</strong> over processes and tools.</p></div>



<div id="wp-block-themeisle-blocks-icon-list-item-893fe556" class="wp-block-themeisle-blocks-icon-list-item"><i class="far fa-lightbulb wp-block-themeisle-blocks-icon-list-item-icon"></i><p class="wp-block-themeisle-blocks-icon-list-item-content"><strong>Working software</strong> over comprehensive documentation.</p></div>



<div id="wp-block-themeisle-blocks-icon-list-item-89d9a73b" class="wp-block-themeisle-blocks-icon-list-item"><i class="far fa-lightbulb wp-block-themeisle-blocks-icon-list-item-icon"></i><p class="wp-block-themeisle-blocks-icon-list-item-content"><strong>Customer collaboration</strong> over contract negotiation.</p></div>



<div id="wp-block-themeisle-blocks-icon-list-item-f02ca2d6" class="wp-block-themeisle-blocks-icon-list-item"><i class="far fa-lightbulb wp-block-themeisle-blocks-icon-list-item-icon"></i><p class="wp-block-themeisle-blocks-icon-list-item-content"><strong>Responding to change</strong> over following a plan.</p></div>
</div>



<p>While the Agile Manifesto was originally developed for software development, its principles can also be applied to <a href="https://slowleadership.de/blog-post/how-scaled-scrum-can-be-adapted-to-manage-hardware-development/">hardware development</a>. The Agile approach emphasizes flexibility and adaptability, which can be particularly beneficial in hardware development where changes in technology and customer needs are frequent.</p>



<p>One of the core principles of the Agile mindset is the belief that requirements and solutions evolve through the collaborative effort of self-organizing and cross-functional teams. Agile teams prioritize flexibility and adaptability over strict planning and rigid processes, and they value working products, prototypes or simulations as the primary measure of progress.</p>



<p>Another key principle of the Agile mindset is the emphasis on customer collaboration. Agile teams work closely with customers and stakeholders to understand their needs and to ensure that the final product meets their requirements. This approach promotes early and continuous feedback, which helps teams to stay on track and deliver a product that meets the customer&#8217;s needs.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="810" height="540" src="https://slowleadership.de/wp-content/uploads/2023/01/collaboration.png" alt="Customer collaboration" class="wp-image-296" srcset="https://slowleadership.de/wp-content/uploads/2023/01/collaboration.png 810w, https://slowleadership.de/wp-content/uploads/2023/01/collaboration-300x200.png 300w, https://slowleadership.de/wp-content/uploads/2023/01/collaboration-768x512.png 768w" sizes="(max-width: 810px) 100vw, 810px" /></figure>



<p>Scrum is an Agile framework that embodies these principles and provides a set of specific <a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-roles-scrum-master-product-owner-development-team/">roles</a>, <a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-ceremonies-sprint-planning-daily-scrum-sprint-review-sprint-retrospective/">events </a>and <a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-artifacts-product-backlog-sprint-backlog-increment/">artifacts </a>to help teams apply them in practice.</p>



<p>Scrum emphasizes on the importance of self-organizing teams, that are empowered to make decisions and take ownership of their work. It values transparency, inspection, and adaptation, which helps teams to continuously improve their processes and deliver better products.</p>



<p>The Scrum framework is designed to be flexible and adaptable, allowing teams to adjust their processes as needed to meet the unique challenges of their projects. It promotes regular communication and collaboration among team members, which helps to foster a culture of trust and mutual respect.</p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/the-agile-mindset-and-scrum-principles/">The Agile Mindset and Scrum Principles</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What is Scrum and Why Use It?</title>
		<link>https://slowleadership.de/blog-post/what-is-scrum/</link>
					<comments>https://slowleadership.de/blog-post/what-is-scrum/#comments</comments>
		
		<dc:creator><![CDATA[Thomas Ripp]]></dc:creator>
		<pubDate>Tue, 26 Nov 2019 14:58:48 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[Introduction]]></category>
		<guid isPermaLink="false">https://demosites.io/blogger-gb/?p=38</guid>

					<description><![CDATA[<p>Scrum is a powerful Agile framework that can help teams to manage complex projects and products, deliver high-quality results quickly, and continuously improve their processes. It&#8217;s a combination of specific roles, events, and artifacts that helps teams to stay focused, make progress and communicate effectively. In a nutshell Scrum is an Agile framework designed for&#8230;&#160;<a href="https://slowleadership.de/blog-post/what-is-scrum/" rel="bookmark">Read More &#187;<span class="screen-reader-text">What is Scrum and Why Use It?</span></a></p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/what-is-scrum/">What is Scrum and Why Use It?</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-pullquote"><blockquote><p>Scrum is a powerful Agile framework that can help teams to manage complex projects and products, deliver high-quality results quickly, and continuously improve their processes. It&#8217;s a combination of specific roles, events, and artifacts that helps teams to stay focused, make progress and communicate effectively.</p><cite>In a nutshell</cite></blockquote></figure>



<p>Scrum is an Agile framework designed for managing complex projects, created by Jeff Sutherland and Ken Schwaber and presented for the first time at the OOPSLA 1995 Conference. It has since become one of the most popular Agile methodologies in use today.</p>



<p>At its core, Scrum is based on the Agile principles of flexibility, collaboration, and rapid iteration. It is designed to help teams deliver high-quality products and services quickly, while also improving communication, collaboration, and overall team performance.</p>



<figure class="wp-block-image size-full"><img decoding="async" loading="lazy" width="809" height="540" src="https://slowleadership.de/wp-content/uploads/2023/01/team.png" alt="team performance" class="wp-image-293" srcset="https://slowleadership.de/wp-content/uploads/2023/01/team.png 809w, https://slowleadership.de/wp-content/uploads/2023/01/team-300x200.png 300w, https://slowleadership.de/wp-content/uploads/2023/01/team-768x513.png 768w" sizes="(max-width: 809px) 100vw, 809px" /></figure>



<p></p>



<h3>How does Scrum work?</h3>



<p>One of the key features of Scrum is its use of &#8220;Sprints&#8221;, which are short, time-boxed periods (usually 1-4 weeks) during which a specific set of work is completed. During each sprint, teams use <a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-ceremonies-sprint-planning-daily-scrum-sprint-review-sprint-retrospective/">Scrum Events, such as Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective</a>, to plan, execute, and review their work. This helps teams to stay focused, make progress, and continuously improve their processes.</p>



<p>Another key feature of Scrum is its use of<a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-artifacts-product-backlog-sprint-backlog-increment/"> &#8220;Product Backlogs&#8221; and &#8220;Sprint Backlogs.&#8221;</a> The Product Backlog is a prioritized list of all the work that needs to be done on a project or product, while the Sprint Backlog is a list of the specific work that will be completed during the next sprint. These backlogs help teams to stay organized and focused, and ensure that they are always working on the most important tasks.</p>



<p>Scrum encourages transparency and communication among team members by its events. As an example the Daily Scrum is a short meeting that takes place every day during the sprint, where the team members come together and share what they have done, what they are doing, and what they plan to do. This helps to identify and resolve any issues or roadblocks</p>



<p>Scrum also emphasizes on the roles of <a href="https://slowleadership.de/scrum-achieving-agile-excellence-in-the-modern-workplace/scrum-framework/scrum-roles-scrum-master-product-owner-development-team/">Scrum Master, Product Owner and Development Team</a>. The Scrum Master acts as a facilitator, ensuring that the team follows the Scrum framework and removing any impediments that may be blocking the team&#8217;s progress. The Product Owner is responsible for the product backlog, ensuring that it is well-maintained, prioritized, and reflects the needs of the stakeholders. The Development Team is responsible for completing the work and delivering the product.</p>



<p>Furthermore Scrum places a strong emphasis on continuous improvement. The Sprint Retrospective is a meeting that takes place at the end of each sprint, where the team reflects on what went well and what can be improved. This helps the team to continuously improve their processes and deliver better products.</p>



<p>Scrum is a flexible framework. It can be used in a variety of industries, including software development, manufacturing, healthcare, and more. It&#8217;s adaptability and flexibility makes it a popular choice among organizations of all sizes and in all industries.</p>
<p>Der Beitrag <a rel="nofollow" href="https://slowleadership.de/blog-post/what-is-scrum/">What is Scrum and Why Use It?</a> erschien zuerst auf <a rel="nofollow" href="https://slowleadership.de">Slow Leadership</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://slowleadership.de/blog-post/what-is-scrum/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
