SlideShare a Scribd company logo
Agile	
  Methods	
  –	
  An	
  Overview	
  
Marc	
  Bless	
  
Sept	
  25th	
  2009	
  
Table	
  of	
  Contents	
  
•  Mo@va@on	
  
•  History	
  of	
  Agile	
  Methods	
  
•  The	
  Agile	
  Manifesto	
  
•  Overview:	
  SCRUM	
  and	
  FDD	
  
•  How	
  we	
  do	
  it	
  @	
  MCC	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  2	
  
Mo@va@on:	
  Why	
  Agile?	
  
•  65%	
  of	
  all	
  product	
  features	
  are	
  hardly	
  ever	
  used	
  
•  65%	
  of	
  projects	
  fail	
  due	
  to	
  requirement	
  issues	
  
•  waterfall	
  does	
  not	
  take	
  this	
  into	
  account	
  
Source:	
  Standish	
  Group,	
  Jeff	
  Sutherland	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  3	
  
Mo@va@on:	
  Why	
  Planning	
  Fails	
  
•  Planning	
  is	
  by	
  ac@vity	
  rather	
  than	
  feature	
  
–  Ac@vi@es	
  do	
  not	
  finish	
  early	
  
–  Lateness	
  is	
  passed	
  down	
  the	
  schedule	
  
–  Ac@vi@es	
  are	
  not	
  independant	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  4	
  
Do	
  this	
  
Do	
  that	
  
Do	
  something	
  
Plan:	
  
Do	
  this	
  
Do	
  that	
  
Do	
  something	
  
Lateness:	
  
Mo@va@on:	
  Why	
  Planning	
  Fails	
  
•  Mul@tasking	
  causes	
  further	
  delays	
  
•  Features	
  are	
  not	
  developed	
  by	
  priority	
  
•  We	
  ignore	
  uncertainty	
  
•  Es@mates	
  become	
  commitments	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  5	
  
Do	
  something	
  Plan:	
  
Do	
  something	
  
Mul@tasking:	
   Do	
  something	
  
Lateness:	
  
Mo@va@on:	
  Why	
  Planning	
  Fails	
  
•  Developing	
  soware	
  is	
  not	
  building	
  a	
  house:	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  6	
  
Developing	
  So,ware	
   Building	
  a	
  House	
  
Time	
  for	
  Architecture	
   All	
  during	
  development	
   Short	
  period	
  at	
  the	
  
beginning	
  
Resources	
  needed	
  for	
  
architecture	
  
Highly	
  skilled	
   Highly	
  skilled	
  
Time	
  to	
  Implement/
Build	
  
All	
  during	
  development	
   Long	
  period	
  
Resources	
  needed	
  to	
  
implement/build	
  
Highly	
  skilled	
   Low	
  skilled,	
  thus	
  
exchangable	
  
Type	
  of	
  work	
   Crea@ve	
  thinkers	
   Strong	
  workers	
  
Mo@va@on:	
  Why	
  Planning	
  Fails	
  
•  Resul@ng	
  Project	
  Reality:	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  7	
  
Plan:	
  
Test	
  
Design	
  
Implement	
  
Test	
  
Design	
  
Implement	
  
Real:	
  
Solu@on:	
  feature	
  by	
  priority	
  
Es@mated	
  and	
  
commiaed	
  date	
  
Done	
  and	
  
releasable	
  
Done	
  and	
  
releasable	
  
Final	
  
Release	
  
Agile	
  is	
  NOT	
  
•  No	
  documents	
  
•  No	
  planning	
  
•  No	
  control	
  
•  Anarchy	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  8	
  
History	
  of	
  Agile	
  Methods	
  
•  Ōno	
  Taiichi,	
  1947:	
  „Kanban“-­‐System	
  at	
  Toyota,	
  Japan	
  
•  Frederick	
  Brooks,	
  1960s:	
  „The	
  Mythical	
  Man-­‐Month“	
  
–  Gutless	
  es@ma@ng:	
  based	
  on	
  op@mism	
  and	
  is	
  wish-­‐
derived	
  
–  Surgical	
  team:	
  architect,	
  developer,	
  editor,	
  tester,	
  
toolsmith	
  are	
  ONE	
  team	
  
–  First	
  ideas	
  of	
  modern	
  pair	
  programming:	
  two	
  brains	
  
do	
  beaer	
  than	
  one	
  
–  Stop	
  sequen@al	
  phases:	
  crea@ve	
  effort	
  involves	
  
dis@nct	
  phases	
  which	
  can	
  start	
  in	
  parallel	
  (design,	
  
implementa@on,	
  tes@ng)	
  
•  1976,	
  Tom	
  Gilb:	
  „evolu@on“	
  and	
  „evolu@onary“	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  9	
  
History	
  of	
  Agile	
  Methods	
  
•  1996	
  
Kent	
  Beck:	
  
Extreme	
  Programming	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  10	
  
•  1995	
  
Ken	
  Schwaber,	
  
Jeff	
  Sutherland:	
  
Scrum	
  
•  1995	
  
Alistair	
  Cockburn:	
  
Crystal	
  Clear	
  
History	
  of	
  Agile	
  Methods	
  
•  2000,	
  Jim	
  Highsmith:	
  Adap@ve	
  Soware	
  Development	
  
•  1997,	
  Jeff	
  De	
  Luca:	
  Feature	
  Driven	
  Development	
  
•  1995:	
  DSDM	
  (Dynamic	
  Systems	
  Development	
  Method)	
  
•  2001:	
  The	
  Agile	
  Manifesto	
  
•  2005,	
  Scoa	
  Ambler:	
  AUP	
  (Agile	
  Unified	
  Process	
  =	
  „Agile	
  RUP“)	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  11	
  
The	
  Agile	
  Manifesto	
  
We	
  are	
  uncovering	
  beaer	
  ways	
  of	
  developing	
  soware	
  by	
  doing	
  it	
  and	
  helping	
  others	
  do	
  it.	
  Through	
  this	
  work	
  
we	
  have	
  come	
  to	
  value:	
  
	
  
	
  Individuals	
  and	
  interacCons	
  over	
  processes	
  and	
  tools	
  	
  
Working	
  so,ware	
  over	
  comprehensive	
  documenta2on	
  	
  
Customer	
  collaboraCon	
  over	
  contract	
  nego2a2on	
  	
  
Responding	
  to	
  change	
  over	
  following	
  a	
  plan	
  	
  
	
  
That	
  is,	
  while	
  there	
  is	
  value	
  in	
  the	
  items	
  on	
  the	
  right,	
  we	
  value	
  the	
  items	
  on	
  the	
  le	
  more.	
  	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  12	
  
	
  Kent	
  Beck 	
  Mike	
  Beedle 	
  Arie	
  van	
  Bennekum	
  
	
  Alistair	
  Cockburn 	
  Ward	
  Cunningham 	
  Mar@n	
  Fowler	
  
	
  James	
  Grenning 	
  Jim	
  Highsmith 	
  Andrew	
  Hunt	
  
	
  Ron	
  Jeffries 	
  Jon	
  Kern 	
  Brian	
  Marick	
  
	
  Robert	
  C.	
  Mar@n 	
  Steve	
  Mellor 	
  Ken	
  Schwaber	
  
	
  Jeff	
  Sutherland 	
  Dave	
  Thomas	
  	
  
©	
  2001,	
  the	
  above	
  authors	
  
this	
  declara@on	
  may	
  be	
  freely	
  copied	
  in	
  any	
  form,	
  but	
  only	
  in	
  its	
  en@rety	
  through	
  this	
  no@ce.	
  	
  
The	
  Seven	
  Core	
  Prac@ces	
  of	
  Agile	
  
Work	
  
•  Self-­‐Organizing	
  Team	
  à	
  Whole	
  Team	
  (XP),	
  Cross-­‐Func@onal	
  Team	
  
•  Deliver	
  Frequently	
  à	
  Sprint,	
  Itera@on,	
  Timeboxing	
  
•  Plan	
  to	
  Learn	
  à	
  Inspect	
  and	
  Adapt,	
  Adap@ve	
  Planning	
  
•  Communicate	
  Powerfully	
  à	
  Visibility,	
  Whole	
  Team	
  and	
  Team	
  Room,	
  War	
  
Room	
  
•  Test	
  Everything	
  à	
  Test-­‐Driven	
  Development	
  
•  Measure	
  Value	
  à	
  Measuring	
  Results,	
  ROI,	
  Running	
  Tested	
  Features	
  
•  Clear	
  the	
  Path	
  à	
  Removing	
  Obstacles	
  and	
  Impediments,	
  Stopping	
  the	
  Line	
  
•  hap://www.agileadvice.com/archives/2006/09/prac@ces_of_ag.html	
  
è	
  Deming-­‐Circle	
  PDCA:	
  Plan,	
  Do,	
  Check,	
  Act	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  13	
  
Agile	
  Principle:	
  Timeboxing	
  
•  Focus	
  on	
  doing	
  the	
  things	
  that	
  maaer	
  most	
  
•  Limit	
  the	
  @me	
  spent	
  on	
  open	
  ended	
  tasks	
  
•  Effec@ve	
  tool	
  against	
  procras@na@on	
  
è	
  higher	
  efficiency	
  (more	
  business	
  value	
  per	
  @me)	
  
•  Cri@cs:	
  how	
  to	
  deal	
  with	
  tasks	
  not	
  being	
  finished	
  in	
  a	
  @mebox?	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  14	
  
Agile	
  Principle:	
  Inspect	
  and	
  Adapt	
  
•  Con@nuos	
  improvement	
  of	
  knowledge	
  and	
  processes	
  
•  Based	
  on	
  „Lean“	
  
•  Con@nous	
  Deming-­‐Circle	
  PDCA:	
  Plan,	
  Do,	
  Check,	
  Act	
  
•  Most	
  important	
  goal:	
  remove	
  any	
  impediment	
  instantly	
  
è	
  Higher	
  efficiency	
  and	
  quality	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  15	
  
Agile	
  Principle:	
  Pair	
  Programming	
  
•  Knowledge	
  transfer	
  
•  Collec@ve	
  code	
  ownership	
  
•  Less	
  bugs	
  
•  Implicit	
  code	
  review	
  
è	
  higher	
  quality	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  16	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  17	
  
FDD	
  
(30++)	
  
• 	
  Develop	
  Overall	
  Model	
  
• 	
  Form	
  Modeling	
  Team	
  
• 	
  Conduct	
  Domain	
  Walk-­‐Through	
  
• 	
  Study	
  Documents	
  
• 	
  Develop	
  Small	
  Group	
  Models	
  
• 	
  Develop	
  Team	
  Model	
  
• 	
  Refine	
  Overall	
  Object	
  Model	
  
• 	
  Write	
  Model	
  Notes	
  
• 	
  Build	
  Feature	
  List	
  
• 	
  Form	
  Features	
  List	
  Team	
  
• 	
  Build	
  Features	
  List	
  
• 	
  Plan	
  by	
  Feature	
  
• 	
  Form	
  Planning	
  Team	
  
• 	
  Determine	
  Development	
  
Sequence	
  
• 	
  Assign	
  Business	
  Ac@vi@es	
  to	
  Chief	
  
Programmers	
  
• 	
  Assign	
  Classes	
  to	
  Developers	
  
• 	
  Build	
  by	
  Feature	
  
• 	
  Implement	
  Classes	
  and	
  Methods	
  
• 	
  Inspect	
  Code	
  
• 	
  Coduct	
  Unit	
  Tests	
  
• 	
  Promote	
  to	
  Build	
  
• 	
  Design	
  by	
  Feature	
  
• 	
  Form	
  Feature	
  Team	
  
• 	
  Conduct	
  Domain	
  Walk-­‐Through	
  
• 	
  Study	
  Referenced	
  Documents	
  
• 	
  Develop	
  Sequence	
  Diagrams	
  
• 	
  Refine	
  Object	
  Model	
  
• 	
  Write	
  Class	
  and	
  Method	
  Prologue	
  
• 	
  Design	
  Inspec@on	
  
Methods	
  Compared	
  
FDD:	
  Overview	
  
•  1997	
  by	
  Jeff	
  De	
  Luca	
  
•  Mixture	
  of	
  waterfall	
  and	
  itera@ve	
  method	
  
•  5	
  ac@vi@es	
  with	
  24	
  sub-­‐ac@vi@es,	
  lots	
  of	
  roles,	
  lots	
  of	
  ar@facts	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  18	
  
Develop	
  
Overall	
  
Model	
  
Build	
  
Feature	
  
List	
  
Plan	
  by	
  
Feature	
  
Design	
  by	
  
Feature	
  
Build	
  by	
  
Feature	
  
Design	
  by	
  
Feature	
  
Build	
  by	
  
Feature	
  
Design	
  by	
  
Feature	
  
Build	
  by	
  
Feature	
  
Scrum:	
  Overview	
  
•  1995,	
  Jeff	
  Sutherland	
  &	
  Ken	
  Schwaber:	
  Scrum	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  19	
  
Scrum:	
  Roles,	
  Ac@vi@es,	
  Ar@facts	
  
Scrum	
  
Roles	
  
Product	
  
Owner	
  
Scrum	
  Master	
  
Team	
  
AcCviCes	
  
Sprint	
  
Planning	
  
Daily	
  Stand-­‐
up	
  Mee@ng	
  
Sprint	
  Review	
  
Sprint	
  
Retrospec@ve	
  
ArCfacts	
  
Product	
  
Backlog	
  
Sprint	
  
Backlog	
  
Impediments	
  
Backlog	
  
Burndown	
  
Chart	
  
Working	
  
Soware	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  20	
  
The	
  Scrum	
  Board	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  21	
  
Source:	
  Henrik	
  Kniberg	
  
Scrum:	
  Hyperproduc@ve	
  Teams	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  22	
  
Scrum:	
  Hyperproduc@ve	
  Teams	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  23	
  
Slow	
  
Upset	
  
Late	
  
Pressure	
  
Fast	
  
Happy	
  
Early	
  
Improve	
  
Scrum:	
  Hyperproduc@ve	
  Teams	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  24	
  
Constraints	
  
Energy	
  
Slow	
  
Upset	
  
Late	
  
Pressure	
  
Fast	
  
Happy	
  
Early	
  
Improve	
  
Scrum:	
  Hyperproduc@ve	
  Teams	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  25	
  
Constraints	
  
Energy	
  
Hyperproduc@ve	
  teams	
  can	
  output	
  300%	
  more	
  results	
  in	
  the	
  same	
  @me	
  in	
  a	
  
much	
  higher	
  quality!	
  This	
  is	
  proven	
  by	
  many	
  case	
  studies	
  in	
  the	
  last	
  years.	
  
(Source:	
  Jeff	
  Sutherland)	
  
Slow	
  
Upset	
  
Late	
  
Pressure	
  
Fast	
  
Happy	
  
Early	
  
Improve	
  
The	
  V-­‐Model	
  Issue	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  26	
  
•  V-­‐Model:	
  waterfall	
  approaches	
  are	
  slow,	
  late,	
  
unpredictable,	
  and	
  have	
  low	
  ROI	
  
•  Standards	
  (e.g.	
  IEC	
  62304)	
  do	
  not	
  imply	
  the	
  V-­‐
Model:	
  any	
  incremental	
  and	
  evolu@onary	
  
development	
  process	
  may	
  be	
  used	
  
	
  
	
  
è	
  huge	
  organiza@onal	
  changes	
  are	
  mandatory!	
  
Bibliography	
  
Highly	
  recommended!	
  
•  Henrik	
  Kniberg	
  –	
  Scrum	
  and	
  XP…	
  
•  Mike	
  Cohn	
  –	
  Agile	
  Es@ma@ng	
  and	
  Planning	
  
•  agilemanifesto.org	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  27	
  
Bibliography	
  
•  Frederick	
  Brooks	
  –	
  The	
  Mythical	
  Man	
  Month	
  
•  Ken	
  Schwaber	
  –	
  Agile	
  Project	
  Management	
  With	
  
Scrum	
  
•  Kent	
  Beck	
  –	
  Test-­‐Driven	
  Development	
  by	
  Example	
  
•  Kent	
  Beck	
  –	
  Extreme	
  Programming	
  explained:	
  Embrace	
  
Change	
  
•  Mar@n	
  Fowler,	
  Kent	
  Beck	
  –	
  Refactoring:	
  Improving	
  the	
  
Design	
  of	
  Exis@ng	
  Code	
  
Agile	
  Methods	
  –	
  An	
  Overview	
   Marc	
  Bless,	
  Sept	
  25th	
  2009	
   Page	
  28	
  
marc.bless@agilecoach.de	
  
@marcbless	
  
Marc	
  Bless	
  
Sept	
  25th	
  2009	
  

More Related Content

What's hot

High Quality Software Development with Agile and Scrum
High Quality Software Development with Agile and ScrumHigh Quality Software Development with Agile and Scrum
High Quality Software Development with Agile and Scrum
Lemi Orhan Ergin
 
Agile Manifesto & XP
Agile Manifesto & XPAgile Manifesto & XP
Agile Manifesto & XP
Semen Arslan
 
PMI and Scrum - bridging the gap
PMI and Scrum - bridging the gapPMI and Scrum - bridging the gap
PMI and Scrum - bridging the gap
Silvana Wasitova, Scrum & Agile Coach
 
Scrum. Beginning Your Agile Transformation
Scrum. Beginning Your Agile TransformationScrum. Beginning Your Agile Transformation
Scrum. Beginning Your Agile Transformation
Andreea Visanoiu
 
Introducing Agile Scrum XP and Kanban
Introducing Agile Scrum XP and KanbanIntroducing Agile Scrum XP and Kanban
Introducing Agile Scrum XP and KanbanDimitri Ponomareff
 
Getting Started with Scrum
Getting Started with ScrumGetting Started with Scrum
Getting Started with Scrum
Silvana Wasitova, Scrum & Agile Coach
 
40 Agile Methods in 40 Minutes
40 Agile Methods in 40 Minutes40 Agile Methods in 40 Minutes
40 Agile Methods in 40 Minutes
Craig Smith
 
Scrum & Kanban Introduction
Scrum & Kanban IntroductionScrum & Kanban Introduction
Scrum & Kanban Introduction
Chihyang Li
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agileNaveen Gupta
 
Deloitte lean agile state of the nation
Deloitte lean   agile state of the nationDeloitte lean   agile state of the nation
Deloitte lean agile state of the nationAlexis Hui
 
Business Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI CheckBusiness Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI Check
Tathagat Varma
 
Succeeding with Agile
Succeeding with AgileSucceeding with Agile
Succeeding with AgileMike Cohn
 
Introduction to Agile Values & Principles
Introduction to Agile Values & PrinciplesIntroduction to Agile Values & Principles
Introduction to Agile Values & Principles
Andreea Visanoiu
 
9 steps to agile adoption – a proposal
9 steps to agile adoption – a proposal9 steps to agile adoption – a proposal
9 steps to agile adoption – a proposal
Naveen Indusekhar
 
Exec Leadership workshop
Exec Leadership workshopExec Leadership workshop
Exec Leadership workshop
Ravi Tadwalkar
 
Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Marvin Heery
 
Agile Software Development Methodologies
Agile Software Development MethodologiesAgile Software Development Methodologies
Agile Software Development Methodologies
guy_davis
 
Agile Roles & responsibilities
Agile Roles & responsibilitiesAgile Roles & responsibilities
Agile Roles & responsibilities
Ravi Tadwalkar
 
Agile & Scrum Training
Agile & Scrum TrainingAgile & Scrum Training
Agile & Scrum Training
Conscires Agile Practices
 

What's hot (20)

High Quality Software Development with Agile and Scrum
High Quality Software Development with Agile and ScrumHigh Quality Software Development with Agile and Scrum
High Quality Software Development with Agile and Scrum
 
Agile Manifesto & XP
Agile Manifesto & XPAgile Manifesto & XP
Agile Manifesto & XP
 
PMI and Scrum - bridging the gap
PMI and Scrum - bridging the gapPMI and Scrum - bridging the gap
PMI and Scrum - bridging the gap
 
Scrum. Beginning Your Agile Transformation
Scrum. Beginning Your Agile TransformationScrum. Beginning Your Agile Transformation
Scrum. Beginning Your Agile Transformation
 
Introducing Agile Scrum XP and Kanban
Introducing Agile Scrum XP and KanbanIntroducing Agile Scrum XP and Kanban
Introducing Agile Scrum XP and Kanban
 
Getting Started with Scrum
Getting Started with ScrumGetting Started with Scrum
Getting Started with Scrum
 
40 Agile Methods in 40 Minutes
40 Agile Methods in 40 Minutes40 Agile Methods in 40 Minutes
40 Agile Methods in 40 Minutes
 
Scrum & Kanban Introduction
Scrum & Kanban IntroductionScrum & Kanban Introduction
Scrum & Kanban Introduction
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agile
 
Deloitte lean agile state of the nation
Deloitte lean   agile state of the nationDeloitte lean   agile state of the nation
Deloitte lean agile state of the nation
 
Business Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI CheckBusiness Case for Agile - Time for ROI Check
Business Case for Agile - Time for ROI Check
 
Succeeding with Agile
Succeeding with AgileSucceeding with Agile
Succeeding with Agile
 
Introduction to Agile Values & Principles
Introduction to Agile Values & PrinciplesIntroduction to Agile Values & Principles
Introduction to Agile Values & Principles
 
9 steps to agile adoption – a proposal
9 steps to agile adoption – a proposal9 steps to agile adoption – a proposal
9 steps to agile adoption – a proposal
 
Exec Leadership workshop
Exec Leadership workshopExec Leadership workshop
Exec Leadership workshop
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
 
Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4
 
Agile Software Development Methodologies
Agile Software Development MethodologiesAgile Software Development Methodologies
Agile Software Development Methodologies
 
Agile Roles & responsibilities
Agile Roles & responsibilitiesAgile Roles & responsibilities
Agile Roles & responsibilities
 
Agile & Scrum Training
Agile & Scrum TrainingAgile & Scrum Training
Agile & Scrum Training
 

Similar to Agile Methods - An Overview - Marc Bless - 2009

Agile 101 for Resource Planners
Agile 101 for Resource PlannersAgile 101 for Resource Planners
Agile 101 for Resource Planners
Jerry Manas
 
Understanding-Agile &Scrum.pdf
Understanding-Agile &Scrum.pdfUnderstanding-Agile &Scrum.pdf
Understanding-Agile &Scrum.pdf
SwapnikaReddy6
 
Managing the Unknown v2
Managing the Unknown v2Managing the Unknown v2
Managing the Unknown v2
MikeGriffiths403
 
Scaling Agile: A Guide for the Perplexed
Scaling Agile: A Guide for the PerplexedScaling Agile: A Guide for the Perplexed
Scaling Agile: A Guide for the Perplexed
LitheSpeed
 
Fundamentals of Agile Methodologies - Part I
Fundamentals of Agile Methodologies - Part IFundamentals of Agile Methodologies - Part I
Fundamentals of Agile Methodologies - Part I
Gopinath Ramakrishnan, Ph.D, CSM
 
State of Agile 2017
State of Agile 2017State of Agile 2017
State of Agile 2017
Tze Chin Tang
 
From Project Manager to Scrum Master
From Project Manager to Scrum MasterFrom Project Manager to Scrum Master
From Project Manager to Scrum Master
LitheSpeed
 
Intro to Scrum - Heidi Araya
Intro to Scrum  - Heidi ArayaIntro to Scrum  - Heidi Araya
Intro to Scrum - Heidi Araya
agilemaine
 
The Dashlane Agile Journey
The Dashlane Agile JourneyThe Dashlane Agile Journey
The Dashlane Agile Journey
Dashlane
 
Agile Software Development and DevOps 21092019
Agile Software Development and DevOps 21092019Agile Software Development and DevOps 21092019
Agile Software Development and DevOps 21092019
Ahmed Misbah
 
An Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel SkyAn Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel Sky
girabrent
 
24 scrum
24 scrum24 scrum
24 scrum
vikas panthi
 
Agile Fundamentals for Project Managers.pdf
Agile Fundamentals for Project Managers.pdfAgile Fundamentals for Project Managers.pdf
Agile Fundamentals for Project Managers.pdf
Borja ARRIZABALAGA URIARTE
 
Agile and Scrum 101 –PMI Central Indiana Chapter - Michael Nir - Slide deck
Agile and Scrum 101 –PMI Central Indiana Chapter -  Michael Nir - Slide deckAgile and Scrum 101 –PMI Central Indiana Chapter -  Michael Nir - Slide deck
Agile and Scrum 101 –PMI Central Indiana Chapter - Michael Nir - Slide deck
Michael Nir Business Agility Speaker and Coach
 
24-scrum.ppt
24-scrum.ppt24-scrum.ppt
24-scrum.ppt
STEMEd1
 
Scrum and Agile Software Development
Scrum and Agile Software DevelopmentScrum and Agile Software Development
Scrum and Agile Software Development
banerjeerohit
 
What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?
Tuan Yang
 
Approaches to Kanban with Microsoft Team Foundation Server (TFS) Dec 6-2012
Approaches to Kanban with Microsoft Team Foundation Server (TFS)  Dec 6-2012Approaches to Kanban with Microsoft Team Foundation Server (TFS)  Dec 6-2012
Approaches to Kanban with Microsoft Team Foundation Server (TFS) Dec 6-2012
Imaginet
 
Agile Project Management
Agile Project ManagementAgile Project Management
Agile Project Management
Syed Zaid Irshad
 
Agile scrum _ Prasanna Yaddanapudi
Agile scrum _ Prasanna Yaddanapudi Agile scrum _ Prasanna Yaddanapudi
Agile scrum _ Prasanna Yaddanapudi
TLI GrowthSession
 

Similar to Agile Methods - An Overview - Marc Bless - 2009 (20)

Agile 101 for Resource Planners
Agile 101 for Resource PlannersAgile 101 for Resource Planners
Agile 101 for Resource Planners
 
Understanding-Agile &Scrum.pdf
Understanding-Agile &Scrum.pdfUnderstanding-Agile &Scrum.pdf
Understanding-Agile &Scrum.pdf
 
Managing the Unknown v2
Managing the Unknown v2Managing the Unknown v2
Managing the Unknown v2
 
Scaling Agile: A Guide for the Perplexed
Scaling Agile: A Guide for the PerplexedScaling Agile: A Guide for the Perplexed
Scaling Agile: A Guide for the Perplexed
 
Fundamentals of Agile Methodologies - Part I
Fundamentals of Agile Methodologies - Part IFundamentals of Agile Methodologies - Part I
Fundamentals of Agile Methodologies - Part I
 
State of Agile 2017
State of Agile 2017State of Agile 2017
State of Agile 2017
 
From Project Manager to Scrum Master
From Project Manager to Scrum MasterFrom Project Manager to Scrum Master
From Project Manager to Scrum Master
 
Intro to Scrum - Heidi Araya
Intro to Scrum  - Heidi ArayaIntro to Scrum  - Heidi Araya
Intro to Scrum - Heidi Araya
 
The Dashlane Agile Journey
The Dashlane Agile JourneyThe Dashlane Agile Journey
The Dashlane Agile Journey
 
Agile Software Development and DevOps 21092019
Agile Software Development and DevOps 21092019Agile Software Development and DevOps 21092019
Agile Software Development and DevOps 21092019
 
An Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel SkyAn Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel Sky
 
24 scrum
24 scrum24 scrum
24 scrum
 
Agile Fundamentals for Project Managers.pdf
Agile Fundamentals for Project Managers.pdfAgile Fundamentals for Project Managers.pdf
Agile Fundamentals for Project Managers.pdf
 
Agile and Scrum 101 –PMI Central Indiana Chapter - Michael Nir - Slide deck
Agile and Scrum 101 –PMI Central Indiana Chapter -  Michael Nir - Slide deckAgile and Scrum 101 –PMI Central Indiana Chapter -  Michael Nir - Slide deck
Agile and Scrum 101 –PMI Central Indiana Chapter - Michael Nir - Slide deck
 
24-scrum.ppt
24-scrum.ppt24-scrum.ppt
24-scrum.ppt
 
Scrum and Agile Software Development
Scrum and Agile Software DevelopmentScrum and Agile Software Development
Scrum and Agile Software Development
 
What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?
 
Approaches to Kanban with Microsoft Team Foundation Server (TFS) Dec 6-2012
Approaches to Kanban with Microsoft Team Foundation Server (TFS)  Dec 6-2012Approaches to Kanban with Microsoft Team Foundation Server (TFS)  Dec 6-2012
Approaches to Kanban with Microsoft Team Foundation Server (TFS) Dec 6-2012
 
Agile Project Management
Agile Project ManagementAgile Project Management
Agile Project Management
 
Agile scrum _ Prasanna Yaddanapudi
Agile scrum _ Prasanna Yaddanapudi Agile scrum _ Prasanna Yaddanapudi
Agile scrum _ Prasanna Yaddanapudi
 

More from Marc Bless

Everything you always wanted to know about Agile Games. Agile World conferenc...
Everything you always wanted to know about Agile Games. Agile World conferenc...Everything you always wanted to know about Agile Games. Agile World conferenc...
Everything you always wanted to know about Agile Games. Agile World conferenc...
Marc Bless
 
Everything you always wanted to know about Agile Games but were afraid to ask...
Everything you always wanted to know about Agile Games but were afraid to ask...Everything you always wanted to know about Agile Games but were afraid to ask...
Everything you always wanted to know about Agile Games but were afraid to ask...
Marc Bless
 
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
Marc Bless
 
Agile Prinzipienreiterei - Marc Bless - OOP 2012
Agile Prinzipienreiterei - Marc Bless - OOP 2012Agile Prinzipienreiterei - Marc Bless - OOP 2012
Agile Prinzipienreiterei - Marc Bless - OOP 2012
Marc Bless
 
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
Marc Bless
 
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
Marc Bless
 
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
Marc Bless
 
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
Marc Bless
 
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
Marc Bless
 
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
Marc Bless
 
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
Marc Bless
 
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
Marc Bless
 

More from Marc Bless (12)

Everything you always wanted to know about Agile Games. Agile World conferenc...
Everything you always wanted to know about Agile Games. Agile World conferenc...Everything you always wanted to know about Agile Games. Agile World conferenc...
Everything you always wanted to know about Agile Games. Agile World conferenc...
 
Everything you always wanted to know about Agile Games but were afraid to ask...
Everything you always wanted to know about Agile Games but were afraid to ask...Everything you always wanted to know about Agile Games but were afraid to ask...
Everything you always wanted to know about Agile Games but were afraid to ask...
 
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
Warum Sie mit Scrum keinen Erfolg haben werden - Marc Bless - OOP 2015
 
Agile Prinzipienreiterei - Marc Bless - OOP 2012
Agile Prinzipienreiterei - Marc Bless - OOP 2012Agile Prinzipienreiterei - Marc Bless - OOP 2012
Agile Prinzipienreiterei - Marc Bless - OOP 2012
 
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
Agil vs. klassisch in der Geräteentwicklung - mit der richtigen Symbiose zum...
 
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
Agile Methoden in der Medizintechnik - Der konsequente Weg zur Marktführersc...
 
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
Agile Methoden in der Medizintechnik - Über die Software hinaus (CONSANIS)
 
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
Impuls Workshop: die brennendsten Probleme der Medizintechnik (MedConf 2014) ...
 
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
Remote Scrum in der Medizintechnik - Fluch oder Segen (MedConf 2014) (CONSANIS)
 
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
Scrum und die IEC 62304 - wie soll das gehen? (ScrumMed 2012) (CONSANIS)
 
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
Warum sie mit Scrum keinen Erfolg haben werden - Agile Med 2014 (CONSANIS)
 
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
Wir erledigen alles sofort - Warum Qualität, Risikomanagement, Usability und...
 

Recently uploaded

Skye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto AirportSkye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto Airport
marketingjdass
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
Lviv Startup Club
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
dylandmeas
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
BBPMedia1
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
ofm712785
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
balatucanapplelovely
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Arihant Webtech Pvt. Ltd
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
Lital Barkan
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
Bojamma2
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
Workforce Group
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
taqyed
 
Unveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdfUnveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdf
Sam H
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
anasabutalha2013
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
seri bangash
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
Aurelien Domont, MBA
 

Recently uploaded (20)

Skye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto AirportSkye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto Airport
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024LA HUG - Video Testimonials with Chynna Morgan - June 2024
LA HUG - Video Testimonials with Chynna Morgan - June 2024
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
Unveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdfUnveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdf
 
anas about venice for grade 6f about venice
anas about venice for grade 6f about veniceanas about venice for grade 6f about venice
anas about venice for grade 6f about venice
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
 

Agile Methods - An Overview - Marc Bless - 2009

  • 1. Agile  Methods  –  An  Overview   Marc  Bless   Sept  25th  2009  
  • 2. Table  of  Contents   •  Mo@va@on   •  History  of  Agile  Methods   •  The  Agile  Manifesto   •  Overview:  SCRUM  and  FDD   •  How  we  do  it  @  MCC   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  2  
  • 3. Mo@va@on:  Why  Agile?   •  65%  of  all  product  features  are  hardly  ever  used   •  65%  of  projects  fail  due  to  requirement  issues   •  waterfall  does  not  take  this  into  account   Source:  Standish  Group,  Jeff  Sutherland   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  3  
  • 4. Mo@va@on:  Why  Planning  Fails   •  Planning  is  by  ac@vity  rather  than  feature   –  Ac@vi@es  do  not  finish  early   –  Lateness  is  passed  down  the  schedule   –  Ac@vi@es  are  not  independant   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  4   Do  this   Do  that   Do  something   Plan:   Do  this   Do  that   Do  something   Lateness:  
  • 5. Mo@va@on:  Why  Planning  Fails   •  Mul@tasking  causes  further  delays   •  Features  are  not  developed  by  priority   •  We  ignore  uncertainty   •  Es@mates  become  commitments   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  5   Do  something  Plan:   Do  something   Mul@tasking:   Do  something   Lateness:  
  • 6. Mo@va@on:  Why  Planning  Fails   •  Developing  soware  is  not  building  a  house:   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  6   Developing  So,ware   Building  a  House   Time  for  Architecture   All  during  development   Short  period  at  the   beginning   Resources  needed  for   architecture   Highly  skilled   Highly  skilled   Time  to  Implement/ Build   All  during  development   Long  period   Resources  needed  to   implement/build   Highly  skilled   Low  skilled,  thus   exchangable   Type  of  work   Crea@ve  thinkers   Strong  workers  
  • 7. Mo@va@on:  Why  Planning  Fails   •  Resul@ng  Project  Reality:   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  7   Plan:   Test   Design   Implement   Test   Design   Implement   Real:   Solu@on:  feature  by  priority   Es@mated  and   commiaed  date   Done  and   releasable   Done  and   releasable   Final   Release  
  • 8. Agile  is  NOT   •  No  documents   •  No  planning   •  No  control   •  Anarchy   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  8  
  • 9. History  of  Agile  Methods   •  Ōno  Taiichi,  1947:  „Kanban“-­‐System  at  Toyota,  Japan   •  Frederick  Brooks,  1960s:  „The  Mythical  Man-­‐Month“   –  Gutless  es@ma@ng:  based  on  op@mism  and  is  wish-­‐ derived   –  Surgical  team:  architect,  developer,  editor,  tester,   toolsmith  are  ONE  team   –  First  ideas  of  modern  pair  programming:  two  brains   do  beaer  than  one   –  Stop  sequen@al  phases:  crea@ve  effort  involves   dis@nct  phases  which  can  start  in  parallel  (design,   implementa@on,  tes@ng)   •  1976,  Tom  Gilb:  „evolu@on“  and  „evolu@onary“   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  9  
  • 10. History  of  Agile  Methods   •  1996   Kent  Beck:   Extreme  Programming   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  10   •  1995   Ken  Schwaber,   Jeff  Sutherland:   Scrum   •  1995   Alistair  Cockburn:   Crystal  Clear  
  • 11. History  of  Agile  Methods   •  2000,  Jim  Highsmith:  Adap@ve  Soware  Development   •  1997,  Jeff  De  Luca:  Feature  Driven  Development   •  1995:  DSDM  (Dynamic  Systems  Development  Method)   •  2001:  The  Agile  Manifesto   •  2005,  Scoa  Ambler:  AUP  (Agile  Unified  Process  =  „Agile  RUP“)   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  11  
  • 12. The  Agile  Manifesto   We  are  uncovering  beaer  ways  of  developing  soware  by  doing  it  and  helping  others  do  it.  Through  this  work   we  have  come  to  value:      Individuals  and  interacCons  over  processes  and  tools     Working  so,ware  over  comprehensive  documenta2on     Customer  collaboraCon  over  contract  nego2a2on     Responding  to  change  over  following  a  plan       That  is,  while  there  is  value  in  the  items  on  the  right,  we  value  the  items  on  the  le  more.     Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  12    Kent  Beck  Mike  Beedle  Arie  van  Bennekum    Alistair  Cockburn  Ward  Cunningham  Mar@n  Fowler    James  Grenning  Jim  Highsmith  Andrew  Hunt    Ron  Jeffries  Jon  Kern  Brian  Marick    Robert  C.  Mar@n  Steve  Mellor  Ken  Schwaber    Jeff  Sutherland  Dave  Thomas     ©  2001,  the  above  authors   this  declara@on  may  be  freely  copied  in  any  form,  but  only  in  its  en@rety  through  this  no@ce.    
  • 13. The  Seven  Core  Prac@ces  of  Agile   Work   •  Self-­‐Organizing  Team  à  Whole  Team  (XP),  Cross-­‐Func@onal  Team   •  Deliver  Frequently  à  Sprint,  Itera@on,  Timeboxing   •  Plan  to  Learn  à  Inspect  and  Adapt,  Adap@ve  Planning   •  Communicate  Powerfully  à  Visibility,  Whole  Team  and  Team  Room,  War   Room   •  Test  Everything  à  Test-­‐Driven  Development   •  Measure  Value  à  Measuring  Results,  ROI,  Running  Tested  Features   •  Clear  the  Path  à  Removing  Obstacles  and  Impediments,  Stopping  the  Line   •  hap://www.agileadvice.com/archives/2006/09/prac@ces_of_ag.html   è  Deming-­‐Circle  PDCA:  Plan,  Do,  Check,  Act   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  13  
  • 14. Agile  Principle:  Timeboxing   •  Focus  on  doing  the  things  that  maaer  most   •  Limit  the  @me  spent  on  open  ended  tasks   •  Effec@ve  tool  against  procras@na@on   è  higher  efficiency  (more  business  value  per  @me)   •  Cri@cs:  how  to  deal  with  tasks  not  being  finished  in  a  @mebox?   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  14  
  • 15. Agile  Principle:  Inspect  and  Adapt   •  Con@nuos  improvement  of  knowledge  and  processes   •  Based  on  „Lean“   •  Con@nous  Deming-­‐Circle  PDCA:  Plan,  Do,  Check,  Act   •  Most  important  goal:  remove  any  impediment  instantly   è  Higher  efficiency  and  quality   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  15  
  • 16. Agile  Principle:  Pair  Programming   •  Knowledge  transfer   •  Collec@ve  code  ownership   •  Less  bugs   •  Implicit  code  review   è  higher  quality   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  16  
  • 17. Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  17   FDD   (30++)   •   Develop  Overall  Model   •   Form  Modeling  Team   •   Conduct  Domain  Walk-­‐Through   •   Study  Documents   •   Develop  Small  Group  Models   •   Develop  Team  Model   •   Refine  Overall  Object  Model   •   Write  Model  Notes   •   Build  Feature  List   •   Form  Features  List  Team   •   Build  Features  List   •   Plan  by  Feature   •   Form  Planning  Team   •   Determine  Development   Sequence   •   Assign  Business  Ac@vi@es  to  Chief   Programmers   •   Assign  Classes  to  Developers   •   Build  by  Feature   •   Implement  Classes  and  Methods   •   Inspect  Code   •   Coduct  Unit  Tests   •   Promote  to  Build   •   Design  by  Feature   •   Form  Feature  Team   •   Conduct  Domain  Walk-­‐Through   •   Study  Referenced  Documents   •   Develop  Sequence  Diagrams   •   Refine  Object  Model   •   Write  Class  and  Method  Prologue   •   Design  Inspec@on   Methods  Compared  
  • 18. FDD:  Overview   •  1997  by  Jeff  De  Luca   •  Mixture  of  waterfall  and  itera@ve  method   •  5  ac@vi@es  with  24  sub-­‐ac@vi@es,  lots  of  roles,  lots  of  ar@facts   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  18   Develop   Overall   Model   Build   Feature   List   Plan  by   Feature   Design  by   Feature   Build  by   Feature   Design  by   Feature   Build  by   Feature   Design  by   Feature   Build  by   Feature  
  • 19. Scrum:  Overview   •  1995,  Jeff  Sutherland  &  Ken  Schwaber:  Scrum   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  19  
  • 20. Scrum:  Roles,  Ac@vi@es,  Ar@facts   Scrum   Roles   Product   Owner   Scrum  Master   Team   AcCviCes   Sprint   Planning   Daily  Stand-­‐ up  Mee@ng   Sprint  Review   Sprint   Retrospec@ve   ArCfacts   Product   Backlog   Sprint   Backlog   Impediments   Backlog   Burndown   Chart   Working   Soware   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  20  
  • 21. The  Scrum  Board   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  21   Source:  Henrik  Kniberg  
  • 22. Scrum:  Hyperproduc@ve  Teams   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  22  
  • 23. Scrum:  Hyperproduc@ve  Teams   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  23   Slow   Upset   Late   Pressure   Fast   Happy   Early   Improve  
  • 24. Scrum:  Hyperproduc@ve  Teams   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  24   Constraints   Energy   Slow   Upset   Late   Pressure   Fast   Happy   Early   Improve  
  • 25. Scrum:  Hyperproduc@ve  Teams   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  25   Constraints   Energy   Hyperproduc@ve  teams  can  output  300%  more  results  in  the  same  @me  in  a   much  higher  quality!  This  is  proven  by  many  case  studies  in  the  last  years.   (Source:  Jeff  Sutherland)   Slow   Upset   Late   Pressure   Fast   Happy   Early   Improve  
  • 26. The  V-­‐Model  Issue   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  26   •  V-­‐Model:  waterfall  approaches  are  slow,  late,   unpredictable,  and  have  low  ROI   •  Standards  (e.g.  IEC  62304)  do  not  imply  the  V-­‐ Model:  any  incremental  and  evolu@onary   development  process  may  be  used       è  huge  organiza@onal  changes  are  mandatory!  
  • 27. Bibliography   Highly  recommended!   •  Henrik  Kniberg  –  Scrum  and  XP…   •  Mike  Cohn  –  Agile  Es@ma@ng  and  Planning   •  agilemanifesto.org   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  27  
  • 28. Bibliography   •  Frederick  Brooks  –  The  Mythical  Man  Month   •  Ken  Schwaber  –  Agile  Project  Management  With   Scrum   •  Kent  Beck  –  Test-­‐Driven  Development  by  Example   •  Kent  Beck  –  Extreme  Programming  explained:  Embrace   Change   •  Mar@n  Fowler,  Kent  Beck  –  Refactoring:  Improving  the   Design  of  Exis@ng  Code   Agile  Methods  –  An  Overview   Marc  Bless,  Sept  25th  2009   Page  28  
  • 29. marc.bless@agilecoach.de   @marcbless   Marc  Bless   Sept  25th  2009