SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Downloaden Sie, um offline zu lesen
AGILE MEAGILE ME
AGILE ME SUMMIT 2015
Be Agile. Scale Up. Stay Lean.
with the Scaled Agile Framework®
Michael Stump
@michael_p_stump
Managing Director - EMEA
2Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
We thought we’d be programming like this
3Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
But sometimes it feels like this
4Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
The Management Challenge
It is not enough that management
commit themselves to quality and
productivity, they must know what it
is they must do.
Such a responsibility cannot be
delegated.
—W. Edwards Deming
5Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
The Scaled Agile Framework® (SAFe®
)
A proven, publicly-facing framework for applying
Lean and Agile practices at enterprise scale
ScaledAgileFramework.com
 Code Quality
 Program Execution
 Alignment
 Transparency
Values
6Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Scaled Lean-Agile Principles
Take an economic view
Apply systems thinking
Assume variability; preserve alternatives
Manage risk and efficacy with fast, synchronous learning cycles
Develop systems incrementally; integrate and test frequently
Facilitate flow by reducing batch sizes, managing queue lengths, and limiting WIP
Base milestones on objective evaluation of working systems
Synchronize with cross-domain planning and collaboration
Decentralize decision-making
Unlock the intrinsic motivation of knowledge workers
7Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
2012 2013 2014
2.0
3.0
1.0
Field Experience at Enterprise Scale
Roots, Past, Present and Future
Agile
Lean
7
Product
Development
Flow
8Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
3.0
9Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Be Agile.
Nothing Beats an Agile Team
10Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Mission Aligned and Collaborative
• Empowered, self-organizing, self-managing, cross-functional team
• Delivers valuable, tested, working software every two weeks
• Scrum project management and XP-inspired technical practices;
Kanban too
• Value delivery via User Stories
11Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Scale Up.
Except a Team of Agile Teams
12Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Teams of Agile Teams form ARTs
• Self-organizing, self-managing Agile Release Trains
• Delivers working, tested full system increments every two weeks
• Operates with Vision, architecture and UX guidance
• Common sprint lengths and estimating
• Face-to-face release planning for collaboration, alignment, and
adaptation
• Value delivery via Features and Benefits
13Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Stay Lean.
Working in an Agile Portfolio
14Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Aligning Programs in an Agile Portfolio
• Centralized strategy, decentralized execution
• Lean-Agile budgeting empowers decision makers
• Kanban systems provide portfolio visibility and WIP limits
• Enterprise architecture guides the larger technology decisions
• Objective metrics support governance and improvement
• Value delivery via Epics
15Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
That Gets Business Results
16Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Business Results
Happier,
more
motivated
employees
20–50%
increase in
productivity
30–75%
faster time
to market
50%+
defect
reduction
See ScaledAgileFramework.com/case-studies
17Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
CASE STUDIES
18Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Decreased
time to
market by
27 weeks
20–50%
Productivity
increase
76%
Decrease in
response
time to
customer
requests
20–25%
Increase
in client
satisfaction
SAFe
adoption
leads to
Barron’s
award
50%
Warranty
expense
down
95%
Decrease in
product
defects
Dramatic
improvement
in quality
Better
alignment to
common
vision
Cost down
50%
Better
business-IT
collaboration
Dependencies
and risks
revealed far
in advance
with SAFe
19Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Faster Flow of Value to the End User
DevOps
20Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Develop on Cadence. Release on Demand.
Development cadence limits variability to a single PI interval.
Release is on demand.
Release on Demand
Major
Release
Subsystem
release
Customer
Preview
Major
Release New
Feature
Develop on Cadence
PI PI PI PI PI
21Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Why DevOps?
 Teams still deliver software to deployment in large
batches causing Monday morning effect!
 Deployment and release of new software is likely
to be highly manual, error prone and unpredictable
 Lack of coordination with Deployment Operations.
DevOps must be on the train to participate in
Program Events
Improves deployment readiness from feature definition all the
way through to the point where users actually benefit
21
22Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
The Problem. Development or Operations?
 It works on my machine!
 After they deployed our code
to the staging environment, I
can’t login to the application!
 After deployment, the
production server cannot
handle the load!
 It's not a problem with our
server, it's your code!
23Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
What is DevOps?
An agile approach to bridge the gap between software
development and IT operations to deliver value faster
Development
Operations
• Create Change
• Add or Modify Features
• Create Stability
• Create or enhance services
24Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
SAFe DevOps Practices for Deployment Pipeline
1. Build and maintain a production equivalent staging
environment
2. Maintain Development and Test Environments to better
match production
3. Deploy to Staging Every Sprint; Deploy to Production
Frequently
4. Put Everything Under Version Control
5. Start Creating the Ability to Automatically Build
Environments
6. Start Automating the Actual Deployment Process
25Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 A Staging environment mitigates risk due to
Development and Production environments being
significantly different
 The staging environment “resembles” the Production
environment where validation takes place.
 Goal: achieve largely functional
equivalence between Staging and
Production. True equivalency is usually
not economically feasible.
Build and maintain a Production equivalent
Staging environment#1
26Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 Propagate all changes in Production, such as
components or supporting infrastructure back
to the Development, Test and Staging
 All new actions required to enable the
deployment flow should be documented in
scripts and automated
Maintain Development and Test
Environments to Better Match Production#2
27Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 Perform System Demos from the Staging environment
 Do hard and painful things frequently so they become
routine
 Deployment to Production under governance of Release
Management Team:
• Evaluation of any quality, regulatory, security requirements
• Conceptual integrity of the feature set
• Potential impacts to customers
Deploy to Staging every Iteration; Deploy to
Production Frequently#3
28Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 All deployable artifacts, metadata and other
supporting configuration items
 New code, all required data (dictionaries, scripts,
look-ups, mappings, etc.), all libraries and ext.
assemblies, configuration files or databases,
application or database servers – everything that
may realistically be updated or modified
 Keep automated test and a manageable set of
test data under version control too!
Put Everything Under Version Control#4
29Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 Many deployment problems are due to error
prone manually intensive activities (OS,
applications, data, initiation of jobs in the system)
 Establish a reliable deployment process by
automating the environment setup process.
 Tools like Virtualization, Infrastructure as a
Service and automating configuration
management jobs make this easier
Start Creating the Ability to Automatically
Build Environments#5
30Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
 Deployment process itself also requires automation
including all steps in the flow e.g.:
• building the code
• creating the test environments and executing tests
• deploying and validating verified code, associated
systems and utilities in the target environments
 Requires the full commitment and support of the
organization and Kaizen mindset
Start automating the actual deployment
process#6
31Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Summary
 Deploying software builds to Production is no
less important than developing and testing new
functionality
 Poorly managed deployments that happens too
late in the lifecycle delays value delivery
 Engage DevOps in Program level events,
establish environments, practices and disciplined
procedures in support of a continuous
deployment pipeline
DevOps must be on board the Agile Release Train
32Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
In the new world, it is not the big fish which eats the
small fish, it’s the fast fish which eats the slow fish
Klaus Schwab
Founder and Executive Chairman
World Economic Forum
33Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Questions?
ScaledAgileFramework.com
ScaledAgileAcademy.com
ScaledAgilePartners.com
…or visit ScaledAgile.com for links to everything
34Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
AGILE MEAGILE ME
35
gold sponsor
silver sponsor
bronze sponsor
media partner
36Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights ReservedLeffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
Be Agile. Scale Up. Stay Lean.
with the Scaled Agile Framework®
Agile ME Summit 2015
Michael Stump
@michael_p_stump
Managing Director - EMEA

Weitere ähnliche Inhalte

Was ist angesagt?

Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)
Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)
Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)Martin Burns
 
Deconstructing the scaled agile framework - Lunch and Learn series
Deconstructing the scaled agile framework - Lunch and Learn seriesDeconstructing the scaled agile framework - Lunch and Learn series
Deconstructing the scaled agile framework - Lunch and Learn seriesAngela Dugan
 
SAFe (Scaled Agile Framework) 5 mins overview - Roni Tamari
SAFe (Scaled Agile Framework) 5 mins overview - Roni TamariSAFe (Scaled Agile Framework) 5 mins overview - Roni Tamari
SAFe (Scaled Agile Framework) 5 mins overview - Roni TamariAgileSparks
 
Scaled Agile Framework® Overview
Scaled Agile Framework® OverviewScaled Agile Framework® Overview
Scaled Agile Framework® OverviewCprime
 
Scaling Agile With SAFe (Scaled Agile Framework)
Scaling Agile With SAFe (Scaled Agile Framework)Scaling Agile With SAFe (Scaled Agile Framework)
Scaling Agile With SAFe (Scaled Agile Framework)Andreano Lanusse
 
Sa fe 4.0 implementing Enterprise Agile using the Scaled Agile Framework
Sa fe 4.0   implementing Enterprise Agile using the Scaled Agile FrameworkSa fe 4.0   implementing Enterprise Agile using the Scaled Agile Framework
Sa fe 4.0 implementing Enterprise Agile using the Scaled Agile Frameworkevatjohnson
 
Scaled Agile Framework in 10 minutes (CAS2015)
Scaled Agile Framework in 10 minutes (CAS2015)Scaled Agile Framework in 10 minutes (CAS2015)
Scaled Agile Framework in 10 minutes (CAS2015)Unai Roldán
 
DevOps, SAFe and critical information bearers: A practical approach for plann...
DevOps, SAFe and critical information bearers: A practical approach for plann...DevOps, SAFe and critical information bearers: A practical approach for plann...
DevOps, SAFe and critical information bearers: A practical approach for plann...Bosnia Agile
 
Foundations of scaling agile with SAFe
Foundations of scaling agile with SAFeFoundations of scaling agile with SAFe
Foundations of scaling agile with SAFeYuval Yeret
 
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...Reedy Feggins Jr
 
Introduction to scaled agile framework
Introduction to scaled agile frameworkIntroduction to scaled agile framework
Introduction to scaled agile frameworkITEM
 
What is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaWhat is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaEdureka!
 
Scaling agile Principles and Practices
Scaling agile Principles and PracticesScaling agile Principles and Practices
Scaling agile Principles and PracticesJosef Scherer
 
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling AgileYuval Yeret
 
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands Meeting
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands MeetingVERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands Meeting
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands MeetingYuval Yeret
 
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaScrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaEdureka!
 
An Introduction to SAFe: The Scaled Agile Framework
An Introduction to SAFe: The Scaled Agile FrameworkAn Introduction to SAFe: The Scaled Agile Framework
An Introduction to SAFe: The Scaled Agile FrameworkTechWell
 

Was ist angesagt? (20)

Scaled Agile Framework SAFe 4.0
Scaled Agile Framework SAFe 4.0Scaled Agile Framework SAFe 4.0
Scaled Agile Framework SAFe 4.0
 
Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)
Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)
Adaptive Delivery at Scale With the Scaled Agile Framework (SAFe)
 
Deconstructing the scaled agile framework - Lunch and Learn series
Deconstructing the scaled agile framework - Lunch and Learn seriesDeconstructing the scaled agile framework - Lunch and Learn series
Deconstructing the scaled agile framework - Lunch and Learn series
 
Scaling Agile
Scaling Agile Scaling Agile
Scaling Agile
 
SAFe (Scaled Agile Framework) 5 mins overview - Roni Tamari
SAFe (Scaled Agile Framework) 5 mins overview - Roni TamariSAFe (Scaled Agile Framework) 5 mins overview - Roni Tamari
SAFe (Scaled Agile Framework) 5 mins overview - Roni Tamari
 
Scaled Agile Framework® Overview
Scaled Agile Framework® OverviewScaled Agile Framework® Overview
Scaled Agile Framework® Overview
 
Scaling Agile With SAFe (Scaled Agile Framework)
Scaling Agile With SAFe (Scaled Agile Framework)Scaling Agile With SAFe (Scaled Agile Framework)
Scaling Agile With SAFe (Scaled Agile Framework)
 
Sa fe 4.0 implementing Enterprise Agile using the Scaled Agile Framework
Sa fe 4.0   implementing Enterprise Agile using the Scaled Agile FrameworkSa fe 4.0   implementing Enterprise Agile using the Scaled Agile Framework
Sa fe 4.0 implementing Enterprise Agile using the Scaled Agile Framework
 
Scaled Agile Framework in 10 minutes (CAS2015)
Scaled Agile Framework in 10 minutes (CAS2015)Scaled Agile Framework in 10 minutes (CAS2015)
Scaled Agile Framework in 10 minutes (CAS2015)
 
DevOps, SAFe and critical information bearers: A practical approach for plann...
DevOps, SAFe and critical information bearers: A practical approach for plann...DevOps, SAFe and critical information bearers: A practical approach for plann...
DevOps, SAFe and critical information bearers: A practical approach for plann...
 
Foundations of scaling agile with SAFe
Foundations of scaling agile with SAFeFoundations of scaling agile with SAFe
Foundations of scaling agile with SAFe
 
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...
#IBMInterConnect - DCB-3094 Scaling Agile - Launching an Agile Release Train ...
 
An Overview of SAFe
An Overview of SAFeAn Overview of SAFe
An Overview of SAFe
 
Introduction to scaled agile framework
Introduction to scaled agile frameworkIntroduction to scaled agile framework
Introduction to scaled agile framework
 
What is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | EdurekaWhat is Scaled Agile Framework | Edureka
What is Scaled Agile Framework | Edureka
 
Scaling agile Principles and Practices
Scaling agile Principles and PracticesScaling agile Principles and Practices
Scaling agile Principles and Practices
 
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
 
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands Meeting
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands MeetingVERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands Meeting
VERY Short Scaled Agile Framework (SAFe) Overview for Leankit All Hands Meeting
 
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaScrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
 
An Introduction to SAFe: The Scaled Agile Framework
An Introduction to SAFe: The Scaled Agile FrameworkAn Introduction to SAFe: The Scaled Agile Framework
An Introduction to SAFe: The Scaled Agile Framework
 

Andere mochten auch

Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Em Campbell-Pretty
 
Agile Framework in Large Enterprises
Agile Framework in Large EnterprisesAgile Framework in Large Enterprises
Agile Framework in Large EnterprisesAJ Raashid
 
Dev up 2016 Demystifying the scaled agile framework
Dev up 2016 Demystifying the scaled agile frameworkDev up 2016 Demystifying the scaled agile framework
Dev up 2016 Demystifying the scaled agile frameworkAngela Dugan
 
Deconstructing the scaled agile framework
Deconstructing the scaled agile frameworkDeconstructing the scaled agile framework
Deconstructing the scaled agile frameworkAngela Dugan
 
Introduction to SAFe, the Scaled Agile Framework
Introduction to SAFe, the Scaled Agile FrameworkIntroduction to SAFe, the Scaled Agile Framework
Introduction to SAFe, the Scaled Agile Frameworksrondal
 
Introduction to Scaled Agile Framework SAFe
Introduction to Scaled Agile Framework SAFeIntroduction to Scaled Agile Framework SAFe
Introduction to Scaled Agile Framework SAFeJosef Scherer
 
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...Yuval Yeret
 
Webinar On Scaled Agile Framework (SAFe) | iZenBridge
Webinar On Scaled Agile Framework (SAFe) | iZenBridgeWebinar On Scaled Agile Framework (SAFe) | iZenBridge
Webinar On Scaled Agile Framework (SAFe) | iZenBridgeSaket Bansal
 
Leadership awards 2013
Leadership awards 2013Leadership awards 2013
Leadership awards 2013Megan Camp
 
Webster County Veteran Honor Roll
Webster County Veteran Honor RollWebster County Veteran Honor Roll
Webster County Veteran Honor RollGlade 4th grade
 
The 2011 Best Recruiter Honor Roll
The 2011 Best Recruiter Honor RollThe 2011 Best Recruiter Honor Roll
The 2011 Best Recruiter Honor RollClearedJobs.Net
 
Bodwell High School Summer 2015 Awards
Bodwell High School Summer 2015 AwardsBodwell High School Summer 2015 Awards
Bodwell High School Summer 2015 AwardsBodwell High School
 
Foundations of the Scaled Agile Framework® : Values, Principles, Practices, ...
Foundations of the Scaled Agile Framework®: Values, Principles, Practices, ...Foundations of the Scaled Agile Framework®: Values, Principles, Practices, ...
Foundations of the Scaled Agile Framework® : Values, Principles, Practices, ...CA Technologies
 
Agile Placemat v9
Agile Placemat v9Agile Placemat v9
Agile Placemat v9Chris Webb
 

Andere mochten auch (17)

Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
Adopting the Scaled Agile Framework: The Theory and the Practice - Dallas ALN...
 
Agile Framework in Large Enterprises
Agile Framework in Large EnterprisesAgile Framework in Large Enterprises
Agile Framework in Large Enterprises
 
Dev up 2016 Demystifying the scaled agile framework
Dev up 2016 Demystifying the scaled agile frameworkDev up 2016 Demystifying the scaled agile framework
Dev up 2016 Demystifying the scaled agile framework
 
Deconstructing the scaled agile framework
Deconstructing the scaled agile frameworkDeconstructing the scaled agile framework
Deconstructing the scaled agile framework
 
Introduction to SAFe, the Scaled Agile Framework
Introduction to SAFe, the Scaled Agile FrameworkIntroduction to SAFe, the Scaled Agile Framework
Introduction to SAFe, the Scaled Agile Framework
 
Introduction to Scaled Agile Framework SAFe
Introduction to Scaled Agile Framework SAFeIntroduction to Scaled Agile Framework SAFe
Introduction to Scaled Agile Framework SAFe
 
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...
SAFe – A dangerous weapon. Techniques to implementing a lasting adoption of t...
 
Webinar On Scaled Agile Framework (SAFe) | iZenBridge
Webinar On Scaled Agile Framework (SAFe) | iZenBridgeWebinar On Scaled Agile Framework (SAFe) | iZenBridge
Webinar On Scaled Agile Framework (SAFe) | iZenBridge
 
Leadership awards 2013
Leadership awards 2013Leadership awards 2013
Leadership awards 2013
 
Webster County Veteran Honor Roll
Webster County Veteran Honor RollWebster County Veteran Honor Roll
Webster County Veteran Honor Roll
 
The 2011 Best Recruiter Honor Roll
The 2011 Best Recruiter Honor RollThe 2011 Best Recruiter Honor Roll
The 2011 Best Recruiter Honor Roll
 
Bodwell High School Summer 2015 Awards
Bodwell High School Summer 2015 AwardsBodwell High School Summer 2015 Awards
Bodwell High School Summer 2015 Awards
 
Foundations of the Scaled Agile Framework® : Values, Principles, Practices, ...
Foundations of the Scaled Agile Framework®: Values, Principles, Practices, ...Foundations of the Scaled Agile Framework®: Values, Principles, Practices, ...
Foundations of the Scaled Agile Framework® : Values, Principles, Practices, ...
 
2015 Post-Secondary Statistics
2015 Post-Secondary Statistics2015 Post-Secondary Statistics
2015 Post-Secondary Statistics
 
McCombs Fall 2013 Honor Roll
McCombs Fall 2013 Honor RollMcCombs Fall 2013 Honor Roll
McCombs Fall 2013 Honor Roll
 
Agile Placemat v9
Agile Placemat v9Agile Placemat v9
Agile Placemat v9
 
Scaled Agile Framework
Scaled Agile FrameworkScaled Agile Framework
Scaled Agile Framework
 

Ähnlich wie Be agile. Scale up. Stay Lean with SAFe by Michael Stump

OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...vasuballa
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...RapidValue
 
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...VersionOne
 
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)Split Software
 
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValueDevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValueRapidValue
 
JavaOne 2015 - Swimming upstream in the container revolution
JavaOne 2015 - Swimming upstream in the container revolutionJavaOne 2015 - Swimming upstream in the container revolution
JavaOne 2015 - Swimming upstream in the container revolutionBert Jan Schrijver
 
Devoxx BE 2015 - Swimming upstream in the container revolution
Devoxx BE 2015 - Swimming upstream in the container revolutionDevoxx BE 2015 - Swimming upstream in the container revolution
Devoxx BE 2015 - Swimming upstream in the container revolutionBert Jan Schrijver
 
EuregJUG 2016-01-07 - Swimming upstream in the container revolution
EuregJUG 2016-01-07 - Swimming upstream in the container revolutionEuregJUG 2016-01-07 - Swimming upstream in the container revolution
EuregJUG 2016-01-07 - Swimming upstream in the container revolutionBert Jan Schrijver
 
DevOps drivein - Mind the Gap
DevOps drivein - Mind the GapDevOps drivein - Mind the Gap
DevOps drivein - Mind the GapSerena Software
 
Scaling DevOps from Ground Zero to Enterprise
Scaling DevOps from Ground Zero to EnterpriseScaling DevOps from Ground Zero to Enterprise
Scaling DevOps from Ground Zero to Enterprisematthewabq
 
Geecon Microservices 2015 - Swimming upstream in the container revolution
Geecon Microservices 2015 - Swimming upstream in the container revolutionGeecon Microservices 2015 - Swimming upstream in the container revolution
Geecon Microservices 2015 - Swimming upstream in the container revolutionBert Jan Schrijver
 
Dev ops in agile - 1st Conference Melbourne
Dev ops in agile - 1st Conference MelbourneDev ops in agile - 1st Conference Melbourne
Dev ops in agile - 1st Conference MelbourneMirco Hering
 
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...Mirco Hering
 
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENTROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENTIndium Software
 
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...CA Technologies
 
Java Forum Nord 2015 - Swimming upstream in the container revolution
Java Forum Nord 2015 - Swimming upstream in the container revolutionJava Forum Nord 2015 - Swimming upstream in the container revolution
Java Forum Nord 2015 - Swimming upstream in the container revolutionBert Jan Schrijver
 
Continuous Testing: A Key to DevOps Success
Continuous Testing: A Key to DevOps SuccessContinuous Testing: A Key to DevOps Success
Continuous Testing: A Key to DevOps SuccessTechWell
 

Ähnlich wie Be agile. Scale up. Stay Lean with SAFe by Michael Stump (20)

What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE? What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE?
 
OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...OOW15 - case study: oracle application management suite for oracle e-business...
OOW15 - case study: oracle application management suite for oracle e-business...
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
 
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...
AgileLIVE: Scaling Agile Faster, Easier, Smarter with SAFe and VersionOne - P...
 
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
Powering Safe Launch @ Scale (Feature Flags, Targeting, Experimentation)
 
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValueDevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
 
JavaOne 2015 - Swimming upstream in the container revolution
JavaOne 2015 - Swimming upstream in the container revolutionJavaOne 2015 - Swimming upstream in the container revolution
JavaOne 2015 - Swimming upstream in the container revolution
 
Devoxx BE 2015 - Swimming upstream in the container revolution
Devoxx BE 2015 - Swimming upstream in the container revolutionDevoxx BE 2015 - Swimming upstream in the container revolution
Devoxx BE 2015 - Swimming upstream in the container revolution
 
EuregJUG 2016-01-07 - Swimming upstream in the container revolution
EuregJUG 2016-01-07 - Swimming upstream in the container revolutionEuregJUG 2016-01-07 - Swimming upstream in the container revolution
EuregJUG 2016-01-07 - Swimming upstream in the container revolution
 
Enterprise Agile at Lockheed Martin - 4th February 2014
Enterprise Agile at Lockheed Martin - 4th February 2014Enterprise Agile at Lockheed Martin - 4th February 2014
Enterprise Agile at Lockheed Martin - 4th February 2014
 
DevOps drivein - Mind the Gap
DevOps drivein - Mind the GapDevOps drivein - Mind the Gap
DevOps drivein - Mind the Gap
 
Scaling DevOps from Ground Zero to Enterprise
Scaling DevOps from Ground Zero to EnterpriseScaling DevOps from Ground Zero to Enterprise
Scaling DevOps from Ground Zero to Enterprise
 
Geecon Microservices 2015 - Swimming upstream in the container revolution
Geecon Microservices 2015 - Swimming upstream in the container revolutionGeecon Microservices 2015 - Swimming upstream in the container revolution
Geecon Microservices 2015 - Swimming upstream in the container revolution
 
Dev ops in agile - 1st Conference Melbourne
Dev ops in agile - 1st Conference MelbourneDev ops in agile - 1st Conference Melbourne
Dev ops in agile - 1st Conference Melbourne
 
QA in an Agile Environment
QA in an Agile EnvironmentQA in an Agile Environment
QA in an Agile Environment
 
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...
Next Generation IT Delivery - What it means to deliver atthe speed of the Dig...
 
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENTROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
 
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...
Deliver Differentiating Apps – that Leverage the Mainframe – Faster with CA A...
 
Java Forum Nord 2015 - Swimming upstream in the container revolution
Java Forum Nord 2015 - Swimming upstream in the container revolutionJava Forum Nord 2015 - Swimming upstream in the container revolution
Java Forum Nord 2015 - Swimming upstream in the container revolution
 
Continuous Testing: A Key to DevOps Success
Continuous Testing: A Key to DevOps SuccessContinuous Testing: A Key to DevOps Success
Continuous Testing: A Key to DevOps Success
 

Mehr von Agile ME

When agile meets governance, risk and compliance (GRC)
When agile meets governance, risk and compliance (GRC)When agile meets governance, risk and compliance (GRC)
When agile meets governance, risk and compliance (GRC)Agile ME
 
Servant leadership for traditional manager by Wajih Aslam and Ramus Runberg
Servant leadership for traditional manager by Wajih Aslam and Ramus RunbergServant leadership for traditional manager by Wajih Aslam and Ramus Runberg
Servant leadership for traditional manager by Wajih Aslam and Ramus RunbergAgile ME
 
Agile Approach for Innovation Management by Mohammad Musleh
Agile Approach for Innovation Management by Mohammad MuslehAgile Approach for Innovation Management by Mohammad Musleh
Agile Approach for Innovation Management by Mohammad MuslehAgile ME
 
In Agile Transformation, C comes before A by Syed Riyazuddin
In Agile Transformation, C comes before A by Syed RiyazuddinIn Agile Transformation, C comes before A by Syed Riyazuddin
In Agile Transformation, C comes before A by Syed RiyazuddinAgile ME
 
Agile Architecture (Scrum + DevOps) by Milan Chheda
Agile Architecture (Scrum + DevOps) by Milan ChhedaAgile Architecture (Scrum + DevOps) by Milan Chheda
Agile Architecture (Scrum + DevOps) by Milan ChhedaAgile ME
 
Building products that are cheap,fast and good by Anand Murthy Raj
Building products that are cheap,fast and good by Anand Murthy RajBuilding products that are cheap,fast and good by Anand Murthy Raj
Building products that are cheap,fast and good by Anand Murthy RajAgile ME
 
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...Agile ME
 
Principles over Processes: Lasting Change in your Agile Transformation by Zia...
Principles over Processes: Lasting Change in your Agile Transformation by Zia...Principles over Processes: Lasting Change in your Agile Transformation by Zia...
Principles over Processes: Lasting Change in your Agile Transformation by Zia...Agile ME
 
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...Agile ME
 
Agile Roles: where does everyone fit in an agile organization
Agile Roles: where does everyone fit in an agile organizationAgile Roles: where does everyone fit in an agile organization
Agile Roles: where does everyone fit in an agile organizationAgile ME
 
AgileME meetup Introduction to the agile mindset
AgileME meetup Introduction to the agile mindsetAgileME meetup Introduction to the agile mindset
AgileME meetup Introduction to the agile mindsetAgile ME
 
Scaling With Agile
Scaling With AgileScaling With Agile
Scaling With AgileAgile ME
 
Disciplined Agile Delivery
Disciplined Agile DeliveryDisciplined Agile Delivery
Disciplined Agile DeliveryAgile ME
 
Scaling Agile with KanBan
Scaling Agile with KanBanScaling Agile with KanBan
Scaling Agile with KanBanAgile ME
 
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...Agile ME
 
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...Agile ME
 
Good things come to those who innovate by Marita Mitschein
Good things come to those who innovate by Marita MitscheinGood things come to those who innovate by Marita Mitschein
Good things come to those who innovate by Marita MitscheinAgile ME
 
Create business Agility plans for exponential companies by Erich R. Bühler
Create business Agility plans for exponential companies by Erich R. BühlerCreate business Agility plans for exponential companies by Erich R. Bühler
Create business Agility plans for exponential companies by Erich R. BühlerAgile ME
 
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...Agile ME
 
SAFe Rollout: Patterns for success in Retail by Ashwinee Kalkura
SAFe Rollout: Patterns for success in Retail by Ashwinee KalkuraSAFe Rollout: Patterns for success in Retail by Ashwinee Kalkura
SAFe Rollout: Patterns for success in Retail by Ashwinee KalkuraAgile ME
 

Mehr von Agile ME (20)

When agile meets governance, risk and compliance (GRC)
When agile meets governance, risk and compliance (GRC)When agile meets governance, risk and compliance (GRC)
When agile meets governance, risk and compliance (GRC)
 
Servant leadership for traditional manager by Wajih Aslam and Ramus Runberg
Servant leadership for traditional manager by Wajih Aslam and Ramus RunbergServant leadership for traditional manager by Wajih Aslam and Ramus Runberg
Servant leadership for traditional manager by Wajih Aslam and Ramus Runberg
 
Agile Approach for Innovation Management by Mohammad Musleh
Agile Approach for Innovation Management by Mohammad MuslehAgile Approach for Innovation Management by Mohammad Musleh
Agile Approach for Innovation Management by Mohammad Musleh
 
In Agile Transformation, C comes before A by Syed Riyazuddin
In Agile Transformation, C comes before A by Syed RiyazuddinIn Agile Transformation, C comes before A by Syed Riyazuddin
In Agile Transformation, C comes before A by Syed Riyazuddin
 
Agile Architecture (Scrum + DevOps) by Milan Chheda
Agile Architecture (Scrum + DevOps) by Milan ChhedaAgile Architecture (Scrum + DevOps) by Milan Chheda
Agile Architecture (Scrum + DevOps) by Milan Chheda
 
Building products that are cheap,fast and good by Anand Murthy Raj
Building products that are cheap,fast and good by Anand Murthy RajBuilding products that are cheap,fast and good by Anand Murthy Raj
Building products that are cheap,fast and good by Anand Murthy Raj
 
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...
Remaining Agile in a fast growing start-up by Alexander Bosma and Muhammad No...
 
Principles over Processes: Lasting Change in your Agile Transformation by Zia...
Principles over Processes: Lasting Change in your Agile Transformation by Zia...Principles over Processes: Lasting Change in your Agile Transformation by Zia...
Principles over Processes: Lasting Change in your Agile Transformation by Zia...
 
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...
Agile, DevOps, Cloud - practical tools of Digital Transformation by Paul Poli...
 
Agile Roles: where does everyone fit in an agile organization
Agile Roles: where does everyone fit in an agile organizationAgile Roles: where does everyone fit in an agile organization
Agile Roles: where does everyone fit in an agile organization
 
AgileME meetup Introduction to the agile mindset
AgileME meetup Introduction to the agile mindsetAgileME meetup Introduction to the agile mindset
AgileME meetup Introduction to the agile mindset
 
Scaling With Agile
Scaling With AgileScaling With Agile
Scaling With Agile
 
Disciplined Agile Delivery
Disciplined Agile DeliveryDisciplined Agile Delivery
Disciplined Agile Delivery
 
Scaling Agile with KanBan
Scaling Agile with KanBanScaling Agile with KanBan
Scaling Agile with KanBan
 
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...
Book Review: Discussion Panel by Hind Zantout, Dr. Mohamed Salama, René Vohle...
 
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...
Workshop: User Stories: Building Blocks of Products by Mirza Asfaar Baig and ...
 
Good things come to those who innovate by Marita Mitschein
Good things come to those who innovate by Marita MitscheinGood things come to those who innovate by Marita Mitschein
Good things come to those who innovate by Marita Mitschein
 
Create business Agility plans for exponential companies by Erich R. Bühler
Create business Agility plans for exponential companies by Erich R. BühlerCreate business Agility plans for exponential companies by Erich R. Bühler
Create business Agility plans for exponential companies by Erich R. Bühler
 
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...
Getting to Yes - Delivering Powerful and Effective Review Meetings by Tiago P...
 
SAFe Rollout: Patterns for success in Retail by Ashwinee Kalkura
SAFe Rollout: Patterns for success in Retail by Ashwinee KalkuraSAFe Rollout: Patterns for success in Retail by Ashwinee Kalkura
SAFe Rollout: Patterns for success in Retail by Ashwinee Kalkura
 

Kürzlich hochgeladen

Agile Coaching Change Management Framework.pptx
Agile Coaching Change Management Framework.pptxAgile Coaching Change Management Framework.pptx
Agile Coaching Change Management Framework.pptxalinstan901
 
Reviewing and summarization of university ranking system to.pptx
Reviewing and summarization of university ranking system  to.pptxReviewing and summarization of university ranking system  to.pptx
Reviewing and summarization of university ranking system to.pptxAss.Prof. Dr. Mogeeb Mosleh
 
Independent Escorts Vikaspuri / 9899900591 High Profile Escort Service in Delhi
Independent Escorts Vikaspuri  / 9899900591 High Profile Escort Service in DelhiIndependent Escorts Vikaspuri  / 9899900591 High Profile Escort Service in Delhi
Independent Escorts Vikaspuri / 9899900591 High Profile Escort Service in Delhiguptaswati8536
 
Marketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxMarketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxssuserf63bd7
 
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Dealing with Poor Performance - get the full picture from 3C Performance Mana...
Dealing with Poor Performance - get the full picture from 3C Performance Mana...Dealing with Poor Performance - get the full picture from 3C Performance Mana...
Dealing with Poor Performance - get the full picture from 3C Performance Mana...Hedda Bird
 
Beyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentBeyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentNimot Muili
 
How Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxHow Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxAaron Stannard
 
Strategic Management, Vision Mission, Internal Analsysis
Strategic Management, Vision Mission, Internal AnalsysisStrategic Management, Vision Mission, Internal Analsysis
Strategic Management, Vision Mission, Internal Analsysistanmayarora45
 
Leaders enhance communication by actively listening, providing constructive f...
Leaders enhance communication by actively listening, providing constructive f...Leaders enhance communication by actively listening, providing constructive f...
Leaders enhance communication by actively listening, providing constructive f...Ram V Chary
 
Safety T fire missions army field Artillery
Safety T fire missions army field ArtillerySafety T fire missions army field Artillery
Safety T fire missions army field ArtilleryKennethSwanberg
 
International Ocean Transportation p.pdf
International Ocean Transportation p.pdfInternational Ocean Transportation p.pdf
International Ocean Transportation p.pdfAlejandromexEspino
 
internal analysis on strategic management
internal analysis on strategic managementinternal analysis on strategic management
internal analysis on strategic managementharfimakarim
 

Kürzlich hochgeladen (15)

Agile Coaching Change Management Framework.pptx
Agile Coaching Change Management Framework.pptxAgile Coaching Change Management Framework.pptx
Agile Coaching Change Management Framework.pptx
 
Reviewing and summarization of university ranking system to.pptx
Reviewing and summarization of university ranking system  to.pptxReviewing and summarization of university ranking system  to.pptx
Reviewing and summarization of university ranking system to.pptx
 
Independent Escorts Vikaspuri / 9899900591 High Profile Escort Service in Delhi
Independent Escorts Vikaspuri  / 9899900591 High Profile Escort Service in DelhiIndependent Escorts Vikaspuri  / 9899900591 High Profile Escort Service in Delhi
Independent Escorts Vikaspuri / 9899900591 High Profile Escort Service in Delhi
 
Marketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxMarketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docx
 
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 99 Noida Escorts >༒8448380779 Escort Service
 
Dealing with Poor Performance - get the full picture from 3C Performance Mana...
Dealing with Poor Performance - get the full picture from 3C Performance Mana...Dealing with Poor Performance - get the full picture from 3C Performance Mana...
Dealing with Poor Performance - get the full picture from 3C Performance Mana...
 
Beyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentBeyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable development
 
How Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxHow Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptx
 
Strategic Management, Vision Mission, Internal Analsysis
Strategic Management, Vision Mission, Internal AnalsysisStrategic Management, Vision Mission, Internal Analsysis
Strategic Management, Vision Mission, Internal Analsysis
 
Intro_University_Ranking_Introduction.pptx
Intro_University_Ranking_Introduction.pptxIntro_University_Ranking_Introduction.pptx
Intro_University_Ranking_Introduction.pptx
 
Leaders enhance communication by actively listening, providing constructive f...
Leaders enhance communication by actively listening, providing constructive f...Leaders enhance communication by actively listening, providing constructive f...
Leaders enhance communication by actively listening, providing constructive f...
 
Safety T fire missions army field Artillery
Safety T fire missions army field ArtillerySafety T fire missions army field Artillery
Safety T fire missions army field Artillery
 
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTECAbortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
 
International Ocean Transportation p.pdf
International Ocean Transportation p.pdfInternational Ocean Transportation p.pdf
International Ocean Transportation p.pdf
 
internal analysis on strategic management
internal analysis on strategic managementinternal analysis on strategic management
internal analysis on strategic management
 

Be agile. Scale up. Stay Lean with SAFe by Michael Stump

  • 1. AGILE MEAGILE ME AGILE ME SUMMIT 2015 Be Agile. Scale Up. Stay Lean. with the Scaled Agile Framework® Michael Stump @michael_p_stump Managing Director - EMEA
  • 2. 2Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved We thought we’d be programming like this
  • 3. 3Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved But sometimes it feels like this
  • 4. 4Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved The Management Challenge It is not enough that management commit themselves to quality and productivity, they must know what it is they must do. Such a responsibility cannot be delegated. —W. Edwards Deming
  • 5. 5Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved The Scaled Agile Framework® (SAFe® ) A proven, publicly-facing framework for applying Lean and Agile practices at enterprise scale ScaledAgileFramework.com  Code Quality  Program Execution  Alignment  Transparency Values
  • 6. 6Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Scaled Lean-Agile Principles Take an economic view Apply systems thinking Assume variability; preserve alternatives Manage risk and efficacy with fast, synchronous learning cycles Develop systems incrementally; integrate and test frequently Facilitate flow by reducing batch sizes, managing queue lengths, and limiting WIP Base milestones on objective evaluation of working systems Synchronize with cross-domain planning and collaboration Decentralize decision-making Unlock the intrinsic motivation of knowledge workers
  • 7. 7Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved 2012 2013 2014 2.0 3.0 1.0 Field Experience at Enterprise Scale Roots, Past, Present and Future Agile Lean 7 Product Development Flow
  • 8. 8Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved 3.0
  • 9. 9Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Be Agile. Nothing Beats an Agile Team
  • 10. 10Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Mission Aligned and Collaborative • Empowered, self-organizing, self-managing, cross-functional team • Delivers valuable, tested, working software every two weeks • Scrum project management and XP-inspired technical practices; Kanban too • Value delivery via User Stories
  • 11. 11Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Scale Up. Except a Team of Agile Teams
  • 12. 12Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Teams of Agile Teams form ARTs • Self-organizing, self-managing Agile Release Trains • Delivers working, tested full system increments every two weeks • Operates with Vision, architecture and UX guidance • Common sprint lengths and estimating • Face-to-face release planning for collaboration, alignment, and adaptation • Value delivery via Features and Benefits
  • 13. 13Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Stay Lean. Working in an Agile Portfolio
  • 14. 14Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Aligning Programs in an Agile Portfolio • Centralized strategy, decentralized execution • Lean-Agile budgeting empowers decision makers • Kanban systems provide portfolio visibility and WIP limits • Enterprise architecture guides the larger technology decisions • Objective metrics support governance and improvement • Value delivery via Epics
  • 15. 15Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved That Gets Business Results
  • 16. 16Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Business Results Happier, more motivated employees 20–50% increase in productivity 30–75% faster time to market 50%+ defect reduction See ScaledAgileFramework.com/case-studies
  • 17. 17Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved CASE STUDIES
  • 18. 18Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Decreased time to market by 27 weeks 20–50% Productivity increase 76% Decrease in response time to customer requests 20–25% Increase in client satisfaction SAFe adoption leads to Barron’s award 50% Warranty expense down 95% Decrease in product defects Dramatic improvement in quality Better alignment to common vision Cost down 50% Better business-IT collaboration Dependencies and risks revealed far in advance with SAFe
  • 19. 19Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Faster Flow of Value to the End User DevOps
  • 20. 20Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Develop on Cadence. Release on Demand. Development cadence limits variability to a single PI interval. Release is on demand. Release on Demand Major Release Subsystem release Customer Preview Major Release New Feature Develop on Cadence PI PI PI PI PI
  • 21. 21Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Why DevOps?  Teams still deliver software to deployment in large batches causing Monday morning effect!  Deployment and release of new software is likely to be highly manual, error prone and unpredictable  Lack of coordination with Deployment Operations. DevOps must be on the train to participate in Program Events Improves deployment readiness from feature definition all the way through to the point where users actually benefit 21
  • 22. 22Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved The Problem. Development or Operations?  It works on my machine!  After they deployed our code to the staging environment, I can’t login to the application!  After deployment, the production server cannot handle the load!  It's not a problem with our server, it's your code!
  • 23. 23Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved What is DevOps? An agile approach to bridge the gap between software development and IT operations to deliver value faster Development Operations • Create Change • Add or Modify Features • Create Stability • Create or enhance services
  • 24. 24Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved SAFe DevOps Practices for Deployment Pipeline 1. Build and maintain a production equivalent staging environment 2. Maintain Development and Test Environments to better match production 3. Deploy to Staging Every Sprint; Deploy to Production Frequently 4. Put Everything Under Version Control 5. Start Creating the Ability to Automatically Build Environments 6. Start Automating the Actual Deployment Process
  • 25. 25Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  A Staging environment mitigates risk due to Development and Production environments being significantly different  The staging environment “resembles” the Production environment where validation takes place.  Goal: achieve largely functional equivalence between Staging and Production. True equivalency is usually not economically feasible. Build and maintain a Production equivalent Staging environment#1
  • 26. 26Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  Propagate all changes in Production, such as components or supporting infrastructure back to the Development, Test and Staging  All new actions required to enable the deployment flow should be documented in scripts and automated Maintain Development and Test Environments to Better Match Production#2
  • 27. 27Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  Perform System Demos from the Staging environment  Do hard and painful things frequently so they become routine  Deployment to Production under governance of Release Management Team: • Evaluation of any quality, regulatory, security requirements • Conceptual integrity of the feature set • Potential impacts to customers Deploy to Staging every Iteration; Deploy to Production Frequently#3
  • 28. 28Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  All deployable artifacts, metadata and other supporting configuration items  New code, all required data (dictionaries, scripts, look-ups, mappings, etc.), all libraries and ext. assemblies, configuration files or databases, application or database servers – everything that may realistically be updated or modified  Keep automated test and a manageable set of test data under version control too! Put Everything Under Version Control#4
  • 29. 29Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  Many deployment problems are due to error prone manually intensive activities (OS, applications, data, initiation of jobs in the system)  Establish a reliable deployment process by automating the environment setup process.  Tools like Virtualization, Infrastructure as a Service and automating configuration management jobs make this easier Start Creating the Ability to Automatically Build Environments#5
  • 30. 30Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved  Deployment process itself also requires automation including all steps in the flow e.g.: • building the code • creating the test environments and executing tests • deploying and validating verified code, associated systems and utilities in the target environments  Requires the full commitment and support of the organization and Kaizen mindset Start automating the actual deployment process#6
  • 31. 31Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Summary  Deploying software builds to Production is no less important than developing and testing new functionality  Poorly managed deployments that happens too late in the lifecycle delays value delivery  Engage DevOps in Program level events, establish environments, practices and disciplined procedures in support of a continuous deployment pipeline DevOps must be on board the Agile Release Train
  • 32. 32Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved In the new world, it is not the big fish which eats the small fish, it’s the fast fish which eats the slow fish Klaus Schwab Founder and Executive Chairman World Economic Forum
  • 33. 33Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Questions? ScaledAgileFramework.com ScaledAgileAcademy.com ScaledAgilePartners.com …or visit ScaledAgile.com for links to everything
  • 34. 34Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved
  • 35. AGILE MEAGILE ME 35 gold sponsor silver sponsor bronze sponsor media partner
  • 36. 36Leffingwell et al. © 2015 Scaled Agile, Inc. All Rights ReservedLeffingwell et al. © 2015 Scaled Agile, Inc. All Rights Reserved Be Agile. Scale Up. Stay Lean. with the Scaled Agile Framework® Agile ME Summit 2015 Michael Stump @michael_p_stump Managing Director - EMEA