SCRUM framework

From apppm
(Difference between revisions)
Jump to: navigation, search
(Created page with "''Developed by Sana Ilyas'' Scrum is an Agile framework that helps organizations, teams and people to generate value through adaptive solutions for complex problems <ref nam...")
 
Line 4: Line 4:
 
Scrum is an Agile framework that helps organizations, teams and people to generate value through adaptive solutions for complex problems <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - 2020 edition".'' (2020) </ref>. The word Scrum originates from rugby to describe a formation of players in a complex game and were first introduced in the context of product development by Hirotaka Takeuchi and Ikujiro Nonaka in 1986 to increase speed and flexibility by implementing a cross functional team working in overlapping phases <ref name=Moving>Takeuchi, Hirotaka; Nonaka, Ikujiro, ''"The New New Product Development Game".'' Harvard Business Review January-February (1986) </ref>.
 
Scrum is an Agile framework that helps organizations, teams and people to generate value through adaptive solutions for complex problems <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - 2020 edition".'' (2020) </ref>. The word Scrum originates from rugby to describe a formation of players in a complex game and were first introduced in the context of product development by Hirotaka Takeuchi and Ikujiro Nonaka in 1986 to increase speed and flexibility by implementing a cross functional team working in overlapping phases <ref name=Moving>Takeuchi, Hirotaka; Nonaka, Ikujiro, ''"The New New Product Development Game".'' Harvard Business Review January-February (1986) </ref>.
  
Taking inspiration from this formation, Scrum framework is founded on empiricism, proclaiming that knowledge is derived from experience and decision making based on the observed, and lean thinking which is designed to reduce waste and focus on the essential <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - 2020 edition".'' (2020) </ref>. Together with the Agile manifesto <ref
+
Taking inspiration from this formation, Scrum framework is founded on empiricism, proclaiming that knowledge is derived from experience and decision making based on the observed, and lean thinking which is designed to reduce waste and focus on the essential <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - 2020 edition".'' (2020) </ref>. Together with the Agile manifesto for software development <refname=Manifesto> http://agilemanifesto.org/ </ref> , Scrum framework encourages iterative and incremental practices to deliver working software in dynamic environments. Unlike traditional Waterfall mythology, Scrum encourages not to have a defined scope but iteratively decide scope as the project progresses and to actively work in cross functional teams while regularly integrating end-users in order to constantly validate and prioritize outputs of the processes. Comparing the two methodologies using the Iron triangle, Waterfall have a fixed Scope and quality to be delivered while Scrum have a fixed time for when the project should finish along with fixed cost in terms of resources allocated<ref name=Castillo> F. Castillo, ''"Agile-Scrum Project Management".'' Managing Information Technology, Springer (2016) </ref> <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - November 2020 ".'' (2020) </ref>       
name=Manifesto> http://agilemanifesto.org/ </ref> , Scrum framework encourages iterative and incremental practices to deliver working software in dynamic environments. Unlike traditional Waterfall mythology, Scrum encourages not to have a defined scope but iteratively decide scope as the project progresses and to actively work in cross functional teams while regularly integrating end-users in order to constantly validate and prioritize outputs of the processes. Comparing the two methodologies using the Iron triangle, Waterfall have a fixed Scope and quality to be delivered while Scrum have a fixed time for when the project should finish along with fixed cost in terms of resources allocated<ref name=Castillo> F. Castillo, ''"Agile-Scrum Project Management".'' Managing Information Technology, Springer (2016) </ref> <ref name=Guide>Ken Schwaber & Jeff Sutherland, ''"The Scrum Guide - The Definitive Guide to Scrum: The Rules of the Game - November 2020 ".'' (2020) </ref>       
+
 
+
  
 +
In order to understand and implement Scrum, the team must understand the 3 pillars and 5 values that serves as a roadmap for of Scrum:
 +
3 pillars of Scrum<ref name=Rossberg> Rossberg J., ''"Introduction to Scrum and Agile Concepts".'' Agile Project Management with Azure DevOps, Berkeley (2019) </ref>:
 +
* Transparency is an important pillar of the Scrum setup where the outcome and process are visible and clear to stakeholders involved in the project in order for them deliver what is agreed and to give feedback and approve the outcome.
 +
* Inspection is done frequently to avoid undesirable variances in the process and deliverable thus meeting the fixed release date.
 +
* Adaption refers to the ability to adjust to change in processes, scope or any relevant change discovered during inspection. By adjusting to change as soon as possible, the team minimize further deviation going forward .
  
 +
5 Values of Scrum
 +
* Commitment
 +
* Focus
 +
* Openeness
 +
* Respect
 +
* Courage
  
 +
Before implementing the Scrum framework, hte team must consider the following pre-requisites to ensure an sucsessful implementation and application:
 +
* Scrum require and Agile mindset
 +
* The project team must be committet to the values of Scrum
 +
* The Team must be able to adjust/customze this framework to their needs as this framework only 
  
  
 +
==Overview==
  
 +
===What is Project Management?===
 
<ref name=PF> Kyunghwan Kim and Jesùs M. de la Garza, ''"Phantom Float".'' Journal of Construction Engineering and Management, Volume 129, No. 5 (October 1, 2003) </ref>
 
<ref name=PF> Kyunghwan Kim and Jesùs M. de la Garza, ''"Phantom Float".'' Journal of Construction Engineering and Management, Volume 129, No. 5 (October 1, 2003) </ref>
  
Line 18: Line 33:
 
<ref name=Moving>Takeuchi, Hirotaka; Nonaka, Ikujiro, ''"The New New Product Development Game".'' Harvard Business Review January-February (1986) </ref>
 
<ref name=Moving>Takeuchi, Hirotaka; Nonaka, Ikujiro, ''"The New New Product Development Game".'' Harvard Business Review January-February (1986) </ref>
 
<ref name=Castillo> F. Castillo, ''"Agile-Scrum Project Management".'' Managing Information Technology, Springer (2016) </ref>
 
<ref name=Castillo> F. Castillo, ''"Agile-Scrum Project Management".'' Managing Information Technology, Springer (2016) </ref>
 
+
<ref name=Rossberg> Rossberg J., ''"Introduction to Scrum and Agile Concepts".'' Agile Project Management with Azure DevOps, Berkeley (2019) </ref>
 
+
==Overview==
+
 
+
===What is Project Management?===
+

Revision as of 18:07, 19 February 2021

Developed by Sana Ilyas


Scrum is an Agile framework that helps organizations, teams and people to generate value through adaptive solutions for complex problems [1]. The word Scrum originates from rugby to describe a formation of players in a complex game and were first introduced in the context of product development by Hirotaka Takeuchi and Ikujiro Nonaka in 1986 to increase speed and flexibility by implementing a cross functional team working in overlapping phases [2].

Taking inspiration from this formation, Scrum framework is founded on empiricism, proclaiming that knowledge is derived from experience and decision making based on the observed, and lean thinking which is designed to reduce waste and focus on the essential [1]. Together with the Agile manifesto for software development <refname=Manifesto> http://agilemanifesto.org/ </ref> , Scrum framework encourages iterative and incremental practices to deliver working software in dynamic environments. Unlike traditional Waterfall mythology, Scrum encourages not to have a defined scope but iteratively decide scope as the project progresses and to actively work in cross functional teams while regularly integrating end-users in order to constantly validate and prioritize outputs of the processes. Comparing the two methodologies using the Iron triangle, Waterfall have a fixed Scope and quality to be delivered while Scrum have a fixed time for when the project should finish along with fixed cost in terms of resources allocated[3] [1]

In order to understand and implement Scrum, the team must understand the 3 pillars and 5 values that serves as a roadmap for of Scrum: 3 pillars of Scrum[4]:

  • Transparency is an important pillar of the Scrum setup where the outcome and process are visible and clear to stakeholders involved in the project in order for them deliver what is agreed and to give feedback and approve the outcome.
  • Inspection is done frequently to avoid undesirable variances in the process and deliverable thus meeting the fixed release date.
  • Adaption refers to the ability to adjust to change in processes, scope or any relevant change discovered during inspection. By adjusting to change as soon as possible, the team minimize further deviation going forward .

5 Values of Scrum

  • Commitment
  • Focus
  • Openeness
  • Respect
  • Courage

Before implementing the Scrum framework, hte team must consider the following pre-requisites to ensure an sucsessful implementation and application:

  • Scrum require and Agile mindset
  • The project team must be committet to the values of Scrum
  • The Team must be able to adjust/customze this framework to their needs as this framework only


Overview

What is Project Management?

[5]

[1] [2] [3] [4]


Cite error: <ref> tags exist, but no <references/> tag was found
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox