SlideShare a Scribd company logo
daniel.walsh@nuCognitive.com
Agile Chicago
October 2018
@danielwalsh
@danielwalsh
<Value> Is An Elusive Concept
Difficult to define…
misunderstood …
ambiguous …
…and while we may not agree on
a precise definition for <value>,
we all kind of ‘get it.’
2 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
This is the journey of one
amateur axiologist that
hopes to encourage others
to follow.
“..specifying value
accurately is the critical first
step in lean thinking.”
Lean Thinking
by Womack & Jones, 1996
3 Copyright © 2018 nuCognitive. All rights reserved.
Reference: https://en.wikipedia.org/wiki/Axiology
@danielwalsh4 Copyright © 2018 nuCognitive. All rights reserved.
Scaling Without Getting Stupid
@danielwalsh5 Copyright © 2018 nuCognitive. All rights reserved.
Misconceptions about <value>
are dangerous at scale.
@danielwalsh
Company Inertia Challenges
6 Copyright © 2018 nuCognitive. All rights reserved.
“… most producers want to make
what they are already making ...”
Lean Thinking
by Womack & Jones, 1996
@danielwalsh
Customer Inertia Challenges
7 Copyright © 2018 nuCognitive. All rights reserved.
“… many customers only know
how to ask for some variant of
what the are already getting.”
Lean Thinking
by Womack & Jones, 1996
@danielwalsh
Abstraction Challenges
8 Copyright © 2018 nuCognitive. All rights reserved.
Company Customers
Suppliers
Equipment
Materials
Supplies Products
$$$ $$$
Company CustomersSuppliers
Humanity
End Users
Nature
Sub Suppliers
Customers
Upstream
Suppliers
OutputsYouInputs
Reference: Learning to See – Value Stream Mapping
@danielwalsh9 Copyright © 2018 nuCognitive. All rights reserved.
How would you define <value>?
@danielwalsh
How Do You Define <Value>?
While there are several definitions*,
value is frequently thought of as:
• a held principle or behavior standard.
Philosophical values assessed by
what is right or good (e.g. trust).
• the importance, worth, merit, or
usefulness of something.
Economic value assessed by
currency, which could be money, time
investment, reputation, attention,
personal data, access, etc. (e.g.
battery life).
10 Copyright © 2018 nuCognitive. All rights reserved.
Reference: https://www.merriam-webster.com/dictionary/value
@danielwalsh
What does Agile say about <value>?
11
Copyright © 2018 nuCognitive. All rights reserved.
Reference: http://agilemanifesto.org
@danielwalsh Copyright © 2018 nuCognitive. All rights reserved.12
Reference: http://agilemanifesto.org
@danielwalsh Copyright © 2018 nuCognitive. All rights reserved.13
Principles behind the Agile Manifesto
1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software.
2. Welcome changing requirements, even late in development. Agile processes harness change for the customer's
competitive advantage.
3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter
timescale.
4. Business people and developers must work together daily throughout the project.
5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to
get the job done.
6. The most efficient and effective method of conveying information to and within a development team is face-to-face
conversation.
7. Working software is the primary measure of progress.
8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a
constant pace indefinitely.
9. Continuous attention to technical excellence and good design enhances agility.
10. Simplicity--the art of maximizing the amount of work not done--is essential.
11. The best architectures, requirements, and designs emerge from self-organizing teams.
12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior
accordingly.
Reference: http://agilemanifesto.org
@danielwalsh Copyright © 2018 nuCognitive. All rights reserved.14
Principles behind the Agile Manifesto
1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software.
2. Welcome changing requirements, even late in development. Agile processes harness change for the customer's
competitive advantage.
3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter
timescale.
4. Business people and developers must work together daily throughout the project.
5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to
get the job done.
6. The most efficient and effective method of conveying information to and within a development team is face-to-face
conversation.
7. Working software is the primary measure of progress.
8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a
constant pace indefinitely.
9. Continuous attention to technical excellence and good design enhances agility.
10. Simplicity--the art of maximizing the amount of work not done--is essential.
11. The best architectures, requirements, and designs emerge from self-organizing teams.
12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior
accordingly.
Reference: http://agilemanifesto.org
@danielwalsh
Extreme Programming
The customer will provide a shortlist of high-value
requirements for the system
Business sorts the user stories by Business Value
The delivery of the software is done via frequent releases
of live functionality creating concrete value
… lots of other qualifiers for different kinds of value
15 Copyright © 2018 nuCognitive. All rights reserved.
Reference: https://en.wikipedia.org/wiki/Extreme_programming
@danielwalsh
Scrum Guide
References to <value> increased from 11 instances (2010) to 20 instances (latest Nov-2017)
• The Product Owner is responsible for maximizing the value of the product resulting from work of the Development Team. Optimizing
the value of the work the Development Team performs.
• The Scrum Master helps everyone change these interactions to maximize the value created by the Scrum Team. Ensuring the Product
Owner knows how to arrange the Product Backlog to maximize value.
• Helping the Development Team to create high-value products
• Based on that and any changes to the Product Backlog during the Sprint, attendees collaborate on the next things that could be done to
optimize value.
• Scrum Artifacts Scrum’s artifacts represent work or value to provide transparency and opportunities for inspection and adaptation
• Product Backlog items have the attributes of a description, order, estimate, and value
• As a product is used and gains value, and the marketplace provides feedback, the Product Backlog becomes a larger and more
exhaustive list.
• The Increment is the sum of all the Product Backlog items completed during a Sprint and the value of the increments of all previous
Sprints.
• Decisions to optimize value and control risk are made based on the perceived state of the artifacts
• To the extent that the artifacts are incompletely transparent, these decisions can be flawed, value may diminish and risk may increase.
16 Copyright © 2018 nuCognitive. All rights reserved.
Reference: https://www.scrumguides.org
@danielwalsh
User Story Are A Common Way To Define Value
As a <type of user>, I want <some goal> so that <some reason>.
INVEST* is an acronym for a widely accepted set of criteria to assess the quality of a user story.
A good user story should be:
Independent (of others)
Negotiable (not a contract)
Valuable (vertical slice)
Estimable (approximations work)
Small (fits within an iteration)
Testable (capture success with a test)
17 Copyright © 2018 nuCognitive. All rights reserved.
*Reference: Bill Wake Blog on INVEST https://xp123.com/articles/invest-in-good-stories-and-smart-tasks/
@danielwalsh
How do we know if something is of value?
18 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Countermeasures to conceptualize
and understand value
19 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh20 Copyright © 2018 nuCognitive. All rights reserved.
Reference: Jason Davis. 15.912 Technology Strategy. Fall 2008. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu.
License: Creative Commons BY-NC-SA. Image courtesy of Prof. Rebecca Henderson
How will we
Deliver value?
How will we
Capture value?
How will we
Create value?
@danielwalsh21 Copyright © 2018 nuCognitive. All rights reserved.
Reference: Business Model Generation by Osterwalder & https://strategyzer.com/canvas/business-model-canvas
https://en.wikipedia.org/wiki/Business_Model_Canvas#/media/File:Business_Model_Canvas.png
How will we
Deliver value?
How will we
Capture value?
@danielwalsh22 Copyright © 2018 nuCognitive. All rights reserved.
Reference: Learning to See by Rother, Shook, Womack
Image Attribution CC BY-SA 3.0 DanielPenfield https://en.wikipedia.org/wiki/Value_stream_mapping
How will we
Deliver value?
@danielwalsh
Value-Stream Mapping Example
Copyright © 2018 nuCognitive. All rights reserved.
Reference: Learning to See by Rother, Shook, Womack
@danielwalsh
What Is Your Team’s Value Test?
A value-added activity meets the following criteria
1. The customer must be willing to pay for the activity and
2. The product or service must change
3. It must be done right the first time
OR
4. Creates “usable” knowledge for future profitable value-streams
Non-value added activities are categorized as
Type 1: Necessary under current constraints (necessary waste)
Type 2: Not necessary and can be eliminated (pure waste)
Copyright © 2018 nuCognitive. All rights reserved.
Reference: Learning to See by Rother, Shook, Womack
@danielwalsh25 Copyright © 2018 nuCognitive. All rights reserved.
Reference: Jason Davis. 15.912 Technology Strategy. Fall 2008. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu.
License: Creative Commons BY-NC-SA. Image courtesy of Prof. Rebecca Henderson
How will we
Deliver value?
How will we
Capture value?
How will we
Create value?
@danielwalsh
Wealth of Nations
Copyright © 2018 nuCognitive. All rights reserved.26
An Inquiry into the Nature and
Causes of the Wealth of Nations
by Adam Smith 1776
Value-in-exchange (worth) as
the product’s power for
purchasing other objects
Value-in-use (outcomes) as the
goodness of a product’s use
Reference: https://en.wikipedia.org/wiki/Adam_Smith
https://en.wikipedia.org/wiki/The_Wealth_of_Nations
@danielwalsh
What is Value?
27
Presentation copyright © 2018 nuCognitive LLC. Content copyright © 2018 Erik Simmons. All Rights Reserved.
Business
Value
Ingredient
Capability
Usage
Technology
Value combines the economic and
conceptual aspects of a system
The product is an offering that serves as a
type of promise to potential customers
Value
Usage
Business
Brand
Reference: Balanced Solutions – How to deliver winning products that balance business, usage, and technology
@danielwalsh
Many Understand the Importance of Value-In-Use
64% of Features Really Rarely or Never Used1
• Data was sourced by Jim Johnson
(Standish Group)
• Presented it in a keynote at the XP 2002
conference
• Study was based on four internally
developed projects at four companies
…lots of behavioral analytics tools2
How do you measure Value-in-use?
28 Copyright © 2018 nuCognitive. All rights reserved.
References:
1) Mike Cohen Blog https://www.mountaingoatsoftware.com/blog/are-64-of-features-really-rarely-or-never-used
2) https://www.predictiveanalyticstoday.com/best-user-and-entity-behavior-analytics-software/
@danielwalsh Copyright © 2018 nuCognitive. All rights reserved.29
People don’t want to
buy a quarter-inch drill.
They want a quarter-
inch hole.
Theodore Levitt
Marketing Myopia, HBR 1960
@danielwalsh
Helpful metaphors…
Value-In-Exchange as potential energy: when we
purchase a product we are buying the potential to
create value so we can achieve desired outcomes
Value-In-Use as kinetic energy: when we use a
product we are creating or experiencing desired
outcomes
30 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Value-In-Use Example
Value is created only when the mug is
experienced in some way
Value is emergent and experienced through
interactions between the users and the offer
Value-in-use shifts the focus away from
outputs (worth and exchange) toward
outcomes (experience and use)
31 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Outcome-driven Innovation and Jobs-To-Be-Done
Outcome-driven innovation1 is built around the idea that people buy (or hire)
products and services to get jobs done and produce beneficial outcomes
32 Copyright © 2018 nuCognitive. All rights reserved.
References: 1) https://en.wikipedia.org/wiki/Outcome-Driven_Innovation
What Customers Want by Ulwick, Jobs To Be Done by Ulwick, Competing Against Luck by Christensen, Hall, Dillon, Duncan
@danielwalsh33 Copyright © 2018 nuCognitive. All rights reserved.
Reference: Value Proposition Design by Osterwalder
https://strategyzer.com/canvas/value-proposition-canvas and Value Proposition Canvas is Copyright Strategyzer.com and Strategyzer AG.
@danielwalsh
Elements of Value1
lists categories for
how products and
services create value
for customers and
users.
34 Copyright © 2018 nuCognitive. All rights reserved.
References:
1) http://www.marketingjournal.org/the-elements-of-value-an-interview-with-jamie-cleghorn/ &
https://hbr.org/2016/09/the-elements-of-value
2) https://hbr.org/2018/03/the-b2b-elements-of-value
B2C Value Categories1
Self-transcendence
Provides Hope
Self-Actualization
Motivation
Heirloom
Affiliation and
Belonging
Reduces Anxiety
Rewards Me
Nostalgia
Design and
Aesthetics
Badge Value
Wellness
Therapeutic Value
Fun & Entertainment
Attractiveness
Provides Access
Saves Time
Simplifies
Makes Money
Reduces Risk
Organizes
Integrates
Connects
Reduces Effort
Avoids Hassles
Reduces Cost
Quality
Variety
Sensory Appeal
Informs
B2B Value Categories2
Purpose
Hope
Social Responsibility
Network Expansion
Marketability
Reputational Assurance
Design and Aesthetics
Growth and
Development
Reduced Anxiety
Fun & Perks
Time Savings
Reduced Effort
Decreased Hassles
Information
Transparency
Availability
Variety
Configurability
Responsiveness
Expertise
Commitment
Stability
Cultural Fit
Risk Reduction
Reach
Flexibility
Component Quality
Improved Top Line
Cost Reduction
Product Quality
Scalability
Innovation
Meeting Specifications
Acceptable Price
Regulatory Compliance
Ethical Standards
@danielwalsh
Some Implications…
Products may have worth at the point of
exchange by may NEVER actually create
value for users (e.g. uneaten food,
miswanted products)
35 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Mini-exercise
Let’s consider a ride share offering (e.g. Lyft, Uber, …)
36 Copyright © 2018 nuCognitive. All rights reserved.
What are the
outcomes of the
experience?
functional,
emotional,
…
???
→
→
→
→
→
→
→
What are the
components of the
solution?
@danielwalsh
Implications of Value As Co-creation
Users co-create value with offerings through
resource integration and experiential use to
achieve outcomes in context
• Users co-create value with the offering
• Value creation occurs at the point of
experiential use
• Users need to access their own resources
and integrate other resources in order to
create value
→Users as system integrators
→Offerings as resources for value co-creation
in context
37 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Implications of Value-In-Context
The ability to serve contexts where both
exchange and need are aligned usually creates
a higher willingness to pay
The closer Value-In-Exchange point is to
Value-In-Use → the more the offering is worth
E.g. bandages at a festival
HMW - give customers a choice of buying in
advance AND on-demand?
E.g. temporal pricing by Zoom and Lyft
38 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Summary
Agile concepts tend to focus on the delivery of value as
outputs
• Agile Manifesto: “Our highest priority is to satisfy the
customer through early and continuous delivery of
valuable software”
• Scrum: “The Product Owner is responsible for maximizing
the value of the product resulting from work of the
Development Team”
• XP: sort the user stories by Business Value
Overly focusing on <value> as delivery of output
and as value-in-exchange is risky
39 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh
Possible Next Steps
In order to be successful, organizations will need to understand value
in terms of the goodness and outcomes that users co-create with
their offerings, rather than in terms of the worth that is generated
through exchange
• Value-in-exchange → Value-In-Use
• Offerings as resources for the co-creation of value by users
• Users as system integrators for the co-creation of value in context
• Value-Driven Development (VDD)
• Write the “tests” for value first (Both for VIE AND VIU)
• Build an MVP(Minimum Valuable Product) to make the test pass
• Refactor
40 Copyright © 2018 nuCognitive. All rights reserved.
@danielwalsh Copyright © 2018 nuCognitive. All rights reserved.41
Q&A
Feel free to follow up with us at
daniel.walsh@nuCognitive.com
linkedin.com/in/danwalsh1115
The Achilles’ Heel of Agile Teams… Value
http://bit.ly/walshslides

More Related Content

What's hot

Beyond breaking bad. The current state of agile in ten easy lessons
Beyond breaking bad. The current state of agile in ten easy lessonsBeyond breaking bad. The current state of agile in ten easy lessons
Beyond breaking bad. The current state of agile in ten easy lessons
Sander Hoogendoorn
 
Microservices. Stairway to heaven or highway to hell
Microservices. Stairway to heaven or highway to hellMicroservices. Stairway to heaven or highway to hell
Microservices. Stairway to heaven or highway to hell
Sander Hoogendoorn
 
HWTrek Intro_Expert
HWTrek Intro_ExpertHWTrek Intro_Expert
HWTrek Intro_ExpertLucas Wang
 
Swanseacon 2017 Keynote - It's a small world after all.
Swanseacon 2017 Keynote - It's a small world after all.Swanseacon 2017 Keynote - It's a small world after all.
Swanseacon 2017 Keynote - It's a small world after all.
Sander Hoogendoorn
 
TestOps and Shift Left
TestOps and Shift LeftTestOps and Shift Left
TestOps and Shift Left
Gervais Johnson, Advisor
 
Agile Manifesto for the New Digital World
Agile Manifesto for the New Digital WorldAgile Manifesto for the New Digital World
Agile Manifesto for the New Digital World
Tathagat Varma
 
DevOps at Crevise Technologies
DevOps at Crevise TechnologiesDevOps at Crevise Technologies
DevOps at Crevise Technologies
Crevise Technologies
 
How General Electric (GE) Saved 80% in Development Costs
How General Electric (GE) Saved 80% in Development CostsHow General Electric (GE) Saved 80% in Development Costs
How General Electric (GE) Saved 80% in Development Costs
Frances Goh
 
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
Lean Startup Co.
 
Thinking Architecturally with Nate Schutta
Thinking Architecturally with Nate SchuttaThinking Architecturally with Nate Schutta
Thinking Architecturally with Nate Schutta
VMware Tanzu
 
Cut the Digital Transformation Fluff: Creating Metrics That Matter
Cut the Digital Transformation Fluff: Creating Metrics That MatterCut the Digital Transformation Fluff: Creating Metrics That Matter
Cut the Digital Transformation Fluff: Creating Metrics That Matter
VMware Tanzu
 
Hackathon report final
Hackathon report finalHackathon report final
Hackathon report final
Sheel Majumdar
 
Customer and Medical Device Development
Customer and Medical Device DevelopmentCustomer and Medical Device Development
Customer and Medical Device Development
Stefan Baggström
 
Crafting digital experiences with agile and design by James Hayes
Crafting digital experiences with agile and design by James HayesCrafting digital experiences with agile and design by James Hayes
Crafting digital experiences with agile and design by James Hayes
Scrum Australia Pty Ltd
 
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise PortfolioAgile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
rntwoods
 
The Disciplines of Continuous innovation
The Disciplines of Continuous innovationThe Disciplines of Continuous innovation
The Disciplines of Continuous innovation
Brad Power
 
Startup Science 2017 ②
Startup Science 2017 ②Startup Science 2017 ②
Startup Science 2017 ②
Masa Tadokoro
 
Digital Leadership : Building an Agile Organisation!
Digital Leadership : Building an Agile Organisation!Digital Leadership : Building an Agile Organisation!
Digital Leadership : Building an Agile Organisation!
CIO Academy Asia Community
 
AT&T IoT Hackathon - Dallas (hosted by The DEC)
AT&T IoT Hackathon - Dallas (hosted by The DEC)AT&T IoT Hackathon - Dallas (hosted by The DEC)
AT&T IoT Hackathon - Dallas (hosted by The DEC)
Ed Donahue
 

What's hot (20)

Beyond breaking bad. The current state of agile in ten easy lessons
Beyond breaking bad. The current state of agile in ten easy lessonsBeyond breaking bad. The current state of agile in ten easy lessons
Beyond breaking bad. The current state of agile in ten easy lessons
 
Microservices. Stairway to heaven or highway to hell
Microservices. Stairway to heaven or highway to hellMicroservices. Stairway to heaven or highway to hell
Microservices. Stairway to heaven or highway to hell
 
HWTrek Intro_Expert
HWTrek Intro_ExpertHWTrek Intro_Expert
HWTrek Intro_Expert
 
Swanseacon 2017 Keynote - It's a small world after all.
Swanseacon 2017 Keynote - It's a small world after all.Swanseacon 2017 Keynote - It's a small world after all.
Swanseacon 2017 Keynote - It's a small world after all.
 
TestOps and Shift Left
TestOps and Shift LeftTestOps and Shift Left
TestOps and Shift Left
 
Agile Manifesto for the New Digital World
Agile Manifesto for the New Digital WorldAgile Manifesto for the New Digital World
Agile Manifesto for the New Digital World
 
DevOps at Crevise Technologies
DevOps at Crevise TechnologiesDevOps at Crevise Technologies
DevOps at Crevise Technologies
 
How General Electric (GE) Saved 80% in Development Costs
How General Electric (GE) Saved 80% in Development CostsHow General Electric (GE) Saved 80% in Development Costs
How General Electric (GE) Saved 80% in Development Costs
 
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
How to Grow New: Reframing GE FastWorks & How to Engage 250k people, Viv Gold...
 
GE Lean and FastWorks
GE Lean and FastWorksGE Lean and FastWorks
GE Lean and FastWorks
 
Thinking Architecturally with Nate Schutta
Thinking Architecturally with Nate SchuttaThinking Architecturally with Nate Schutta
Thinking Architecturally with Nate Schutta
 
Cut the Digital Transformation Fluff: Creating Metrics That Matter
Cut the Digital Transformation Fluff: Creating Metrics That MatterCut the Digital Transformation Fluff: Creating Metrics That Matter
Cut the Digital Transformation Fluff: Creating Metrics That Matter
 
Hackathon report final
Hackathon report finalHackathon report final
Hackathon report final
 
Customer and Medical Device Development
Customer and Medical Device DevelopmentCustomer and Medical Device Development
Customer and Medical Device Development
 
Crafting digital experiences with agile and design by James Hayes
Crafting digital experiences with agile and design by James HayesCrafting digital experiences with agile and design by James Hayes
Crafting digital experiences with agile and design by James Hayes
 
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise PortfolioAgile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
Agile & Beyond - Organically Scaled Agile: Creating a CLEAR Enterprise Portfolio
 
The Disciplines of Continuous innovation
The Disciplines of Continuous innovationThe Disciplines of Continuous innovation
The Disciplines of Continuous innovation
 
Startup Science 2017 ②
Startup Science 2017 ②Startup Science 2017 ②
Startup Science 2017 ②
 
Digital Leadership : Building an Agile Organisation!
Digital Leadership : Building an Agile Organisation!Digital Leadership : Building an Agile Organisation!
Digital Leadership : Building an Agile Organisation!
 
AT&T IoT Hackathon - Dallas (hosted by The DEC)
AT&T IoT Hackathon - Dallas (hosted by The DEC)AT&T IoT Hackathon - Dallas (hosted by The DEC)
AT&T IoT Hackathon - Dallas (hosted by The DEC)
 

Similar to The Achilles' Heel of Agile Teams - Value by Daniel Walsh nuCognitive

The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyzThe Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
Daniel Walsh
 
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
Agile ME
 
Out of the Silos and Into the Farm
Out of the Silos and Into the FarmOut of the Silos and Into the Farm
Out of the Silos and Into the Farm
dclsocialmedia
 
Evolution towards agile project management
Evolution towards agile project managementEvolution towards agile project management
Evolution towards agile project management
Hariharan Narayanan
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
AgileNZ Conference
 
Introduction to Lean & Agile Work
Introduction to Lean & Agile WorkIntroduction to Lean & Agile Work
Introduction to Lean & Agile Work
Ellen Grove
 
Agile product development for the business
Agile product development for the businessAgile product development for the business
Agile product development for the businessRussell Pannone
 
Lean Product Management User-Centered App Design
Lean Product Management User-Centered App DesignLean Product Management User-Centered App Design
Lean Product Management User-Centered App Design
VMware Tanzu
 
HOT TOPIC REPORT DIVYA
HOT TOPIC REPORT DIVYAHOT TOPIC REPORT DIVYA
HOT TOPIC REPORT DIVYADivya Tadi
 
Cognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptxCognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptx
qqsw1
 
Cognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptxCognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptx
MannuMatamAkash
 
LPCx Barcelona: How to use the design thinking methodology to revamp your API?
LPCx Barcelona: How to use the design thinking methodology to revamp your API?LPCx Barcelona: How to use the design thinking methodology to revamp your API?
LPCx Barcelona: How to use the design thinking methodology to revamp your API?
Thiga
 
Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!
International Institute for Learning
 
Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!
International Institute for Learning
 
This one weird trick will fix all your Agile problems
This one weird trick will fix all your Agile problemsThis one weird trick will fix all your Agile problems
This one weird trick will fix all your Agile problems
Anthony Marter
 
Scaling Agile - Agility Defined
Scaling Agile - Agility DefinedScaling Agile - Agility Defined
Scaling Agile - Agility Defined
Vibhu Srinivasan
 
Introduction
IntroductionIntroduction
Introduction
Jez Humble
 
Starting with Agile
Starting with AgileStarting with Agile
Starting with Agile
Jeff Kosciejew
 
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and Staci Dub...
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and  Staci Dub...An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and  Staci Dub...
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and Staci Dub...
agilemaine
 
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
Joe Lamantia
 

Similar to The Achilles' Heel of Agile Teams - Value by Daniel Walsh nuCognitive (20)

The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyzThe Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
The Achilles' Heel of Agile Teams... Value by Daniel Walsh FiveWhyz
 
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
A Practical Approach to Agile Adoption - Case Studies from Egypt by Amr Noama...
 
Out of the Silos and Into the Farm
Out of the Silos and Into the FarmOut of the Silos and Into the Farm
Out of the Silos and Into the Farm
 
Evolution towards agile project management
Evolution towards agile project managementEvolution towards agile project management
Evolution towards agile project management
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
 
Introduction to Lean & Agile Work
Introduction to Lean & Agile WorkIntroduction to Lean & Agile Work
Introduction to Lean & Agile Work
 
Agile product development for the business
Agile product development for the businessAgile product development for the business
Agile product development for the business
 
Lean Product Management User-Centered App Design
Lean Product Management User-Centered App DesignLean Product Management User-Centered App Design
Lean Product Management User-Centered App Design
 
HOT TOPIC REPORT DIVYA
HOT TOPIC REPORT DIVYAHOT TOPIC REPORT DIVYA
HOT TOPIC REPORT DIVYA
 
Cognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptxCognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptx
 
Cognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptxCognizant Presentation for Task 1.pptx
Cognizant Presentation for Task 1.pptx
 
LPCx Barcelona: How to use the design thinking methodology to revamp your API?
LPCx Barcelona: How to use the design thinking methodology to revamp your API?LPCx Barcelona: How to use the design thinking methodology to revamp your API?
LPCx Barcelona: How to use the design thinking methodology to revamp your API?
 
Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!
 
Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!Developing an Agile Schedule in Microsoft Project - It is Possible!
Developing an Agile Schedule in Microsoft Project - It is Possible!
 
This one weird trick will fix all your Agile problems
This one weird trick will fix all your Agile problemsThis one weird trick will fix all your Agile problems
This one weird trick will fix all your Agile problems
 
Scaling Agile - Agility Defined
Scaling Agile - Agility DefinedScaling Agile - Agility Defined
Scaling Agile - Agility Defined
 
Introduction
IntroductionIntroduction
Introduction
 
Starting with Agile
Starting with AgileStarting with Agile
Starting with Agile
 
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and Staci Dub...
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and  Staci Dub...An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and  Staci Dub...
An Agile Culture Beyond Technology at Vistaprint - Amy Jackson and Staci Dub...
 
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
UX STRAT 2018 | Flying Blind On a Rocket Cycle: Pioneering Experience Centere...
 

More from Daniel Walsh

Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdfScaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
Daniel Walsh
 
From Chaos to Clarity- Better Product Decisions with Cynefin.pdf
From Chaos to Clarity- Better Product Decisions with Cynefin.pdfFrom Chaos to Clarity- Better Product Decisions with Cynefin.pdf
From Chaos to Clarity- Better Product Decisions with Cynefin.pdf
Daniel Walsh
 
Navigating a Project to Product Shift - Walsh FiveWhyz LLC
Navigating a Project to Product Shift - Walsh FiveWhyz LLCNavigating a Project to Product Shift - Walsh FiveWhyz LLC
Navigating a Project to Product Shift - Walsh FiveWhyz LLC
Daniel Walsh
 
Complexity Science Through the Lens of Gardening
Complexity Science Through the Lens of Gardening Complexity Science Through the Lens of Gardening
Complexity Science Through the Lens of Gardening
Daniel Walsh
 
Constructive Confrontation
Constructive ConfrontationConstructive Confrontation
Constructive Confrontation
Daniel Walsh
 
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
Daniel Walsh
 
How to Lead Agile Organizations Through Complexity
How to Lead Agile Organizations Through ComplexityHow to Lead Agile Organizations Through Complexity
How to Lead Agile Organizations Through Complexity
Daniel Walsh
 
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitive
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitiveHarness Complexity To Improve Productivity by Daniel Walsh nuCognitive
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitive
Daniel Walsh
 
7 proof points to improve the ux of your product or service daniel walsh nu...
7 proof points to improve the ux of your product or service   daniel walsh nu...7 proof points to improve the ux of your product or service   daniel walsh nu...
7 proof points to improve the ux of your product or service daniel walsh nu...
Daniel Walsh
 
Landing Zone by Daniel Walsh nuCognitive
Landing Zone by Daniel Walsh nuCognitiveLanding Zone by Daniel Walsh nuCognitive
Landing Zone by Daniel Walsh nuCognitive
Daniel Walsh
 
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitiveHow To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
Daniel Walsh
 
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitiveBalancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
Daniel Walsh
 
Why design sprints work by Daniel Walsh, nuCognitive
Why design sprints work by Daniel Walsh, nuCognitiveWhy design sprints work by Daniel Walsh, nuCognitive
Why design sprints work by Daniel Walsh, nuCognitive
Daniel Walsh
 
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitiveChange Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
Daniel Walsh
 
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
Daniel Walsh
 
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
Daniel Walsh
 
Agile in Context: Cynefin Framework,Three-circle model &the future of Agile
Agile in Context: Cynefin Framework,Three-circle model &the future of AgileAgile in Context: Cynefin Framework,Three-circle model &the future of Agile
Agile in Context: Cynefin Framework,Three-circle model &the future of Agile
Daniel Walsh
 
Sensemaking applications for agile, combining qualitative &amp; quantitative ...
Sensemaking applications for agile, combining qualitative &amp; quantitative ...Sensemaking applications for agile, combining qualitative &amp; quantitative ...
Sensemaking applications for agile, combining qualitative &amp; quantitative ...
Daniel Walsh
 
Delivering balanced solutions by nu cognitive for pints with pdx product mana...
Delivering balanced solutions by nu cognitive for pints with pdx product mana...Delivering balanced solutions by nu cognitive for pints with pdx product mana...
Delivering balanced solutions by nu cognitive for pints with pdx product mana...
Daniel Walsh
 

More from Daniel Walsh (19)

Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdfScaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
Scaling an Agile Mindset with Behavioral Marker Systems 2024 03.pdf
 
From Chaos to Clarity- Better Product Decisions with Cynefin.pdf
From Chaos to Clarity- Better Product Decisions with Cynefin.pdfFrom Chaos to Clarity- Better Product Decisions with Cynefin.pdf
From Chaos to Clarity- Better Product Decisions with Cynefin.pdf
 
Navigating a Project to Product Shift - Walsh FiveWhyz LLC
Navigating a Project to Product Shift - Walsh FiveWhyz LLCNavigating a Project to Product Shift - Walsh FiveWhyz LLC
Navigating a Project to Product Shift - Walsh FiveWhyz LLC
 
Complexity Science Through the Lens of Gardening
Complexity Science Through the Lens of Gardening Complexity Science Through the Lens of Gardening
Complexity Science Through the Lens of Gardening
 
Constructive Confrontation
Constructive ConfrontationConstructive Confrontation
Constructive Confrontation
 
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
More Autonomous Teams Using Behavioral Marker Systems - A Tool for Guided Sel...
 
How to Lead Agile Organizations Through Complexity
How to Lead Agile Organizations Through ComplexityHow to Lead Agile Organizations Through Complexity
How to Lead Agile Organizations Through Complexity
 
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitive
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitiveHarness Complexity To Improve Productivity by Daniel Walsh nuCognitive
Harness Complexity To Improve Productivity by Daniel Walsh nuCognitive
 
7 proof points to improve the ux of your product or service daniel walsh nu...
7 proof points to improve the ux of your product or service   daniel walsh nu...7 proof points to improve the ux of your product or service   daniel walsh nu...
7 proof points to improve the ux of your product or service daniel walsh nu...
 
Landing Zone by Daniel Walsh nuCognitive
Landing Zone by Daniel Walsh nuCognitiveLanding Zone by Daniel Walsh nuCognitive
Landing Zone by Daniel Walsh nuCognitive
 
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitiveHow To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
How To Lead Agile Organizations Through Complexity by Daniel Walsh nuCognitive
 
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitiveBalancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
Balancing Business + Usage + Technology Workshop by Daniel Walsh nuCognitive
 
Why design sprints work by Daniel Walsh, nuCognitive
Why design sprints work by Daniel Walsh, nuCognitiveWhy design sprints work by Daniel Walsh, nuCognitive
Why design sprints work by Daniel Walsh, nuCognitive
 
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitiveChange Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
Change Isn't Complicated - It's Complex by Daniel Walsh nuCognitive
 
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
Balancing Business + Usage + Technology by Daniel Walsh nuCognitive Product M...
 
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
How to Improve Agile Development Using the Cynefin Framework- 2017 Agile Day ...
 
Agile in Context: Cynefin Framework,Three-circle model &the future of Agile
Agile in Context: Cynefin Framework,Three-circle model &the future of AgileAgile in Context: Cynefin Framework,Three-circle model &the future of Agile
Agile in Context: Cynefin Framework,Three-circle model &the future of Agile
 
Sensemaking applications for agile, combining qualitative &amp; quantitative ...
Sensemaking applications for agile, combining qualitative &amp; quantitative ...Sensemaking applications for agile, combining qualitative &amp; quantitative ...
Sensemaking applications for agile, combining qualitative &amp; quantitative ...
 
Delivering balanced solutions by nu cognitive for pints with pdx product mana...
Delivering balanced solutions by nu cognitive for pints with pdx product mana...Delivering balanced solutions by nu cognitive for pints with pdx product mana...
Delivering balanced solutions by nu cognitive for pints with pdx product mana...
 

Recently uploaded

FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
LR1709MUSIC
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
Business Valuation Principles for Entrepreneurs
Business Valuation Principles for EntrepreneursBusiness Valuation Principles for Entrepreneurs
Business Valuation Principles for Entrepreneurs
Ben Wann
 
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
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
Operational Excellence Consulting
 
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
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
KaiNexus
 
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
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
Ben Wann
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
BBPMedia1
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
Bojamma2
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
usawebmarket
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Lviv Startup Club
 
VAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and RequirementsVAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and Requirements
uae taxgpt
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
zechu97
 
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
 
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
 

Recently uploaded (20)

FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
Business Valuation Principles for Entrepreneurs
Business Valuation Principles for EntrepreneursBusiness Valuation Principles for Entrepreneurs
Business Valuation Principles for Entrepreneurs
 
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
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
 
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
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
 
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...
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
 
The-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic managementThe-McKinsey-7S-Framework. strategic management
The-McKinsey-7S-Framework. strategic management
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)Maksym Vyshnivetskyi: PMO Quality Management (UA)
Maksym Vyshnivetskyi: PMO Quality Management (UA)
 
VAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and RequirementsVAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and Requirements
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
 
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
 
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
 

The Achilles' Heel of Agile Teams - Value by Daniel Walsh nuCognitive

  • 2. @danielwalsh <Value> Is An Elusive Concept Difficult to define… misunderstood … ambiguous … …and while we may not agree on a precise definition for <value>, we all kind of ‘get it.’ 2 Copyright © 2018 nuCognitive. All rights reserved.
  • 3. @danielwalsh This is the journey of one amateur axiologist that hopes to encourage others to follow. “..specifying value accurately is the critical first step in lean thinking.” Lean Thinking by Womack & Jones, 1996 3 Copyright © 2018 nuCognitive. All rights reserved. Reference: https://en.wikipedia.org/wiki/Axiology
  • 4. @danielwalsh4 Copyright © 2018 nuCognitive. All rights reserved. Scaling Without Getting Stupid
  • 5. @danielwalsh5 Copyright © 2018 nuCognitive. All rights reserved. Misconceptions about <value> are dangerous at scale.
  • 6. @danielwalsh Company Inertia Challenges 6 Copyright © 2018 nuCognitive. All rights reserved. “… most producers want to make what they are already making ...” Lean Thinking by Womack & Jones, 1996
  • 7. @danielwalsh Customer Inertia Challenges 7 Copyright © 2018 nuCognitive. All rights reserved. “… many customers only know how to ask for some variant of what the are already getting.” Lean Thinking by Womack & Jones, 1996
  • 8. @danielwalsh Abstraction Challenges 8 Copyright © 2018 nuCognitive. All rights reserved. Company Customers Suppliers Equipment Materials Supplies Products $$$ $$$ Company CustomersSuppliers Humanity End Users Nature Sub Suppliers Customers Upstream Suppliers OutputsYouInputs Reference: Learning to See – Value Stream Mapping
  • 9. @danielwalsh9 Copyright © 2018 nuCognitive. All rights reserved. How would you define <value>?
  • 10. @danielwalsh How Do You Define <Value>? While there are several definitions*, value is frequently thought of as: • a held principle or behavior standard. Philosophical values assessed by what is right or good (e.g. trust). • the importance, worth, merit, or usefulness of something. Economic value assessed by currency, which could be money, time investment, reputation, attention, personal data, access, etc. (e.g. battery life). 10 Copyright © 2018 nuCognitive. All rights reserved. Reference: https://www.merriam-webster.com/dictionary/value
  • 11. @danielwalsh What does Agile say about <value>? 11 Copyright © 2018 nuCognitive. All rights reserved. Reference: http://agilemanifesto.org
  • 12. @danielwalsh Copyright © 2018 nuCognitive. All rights reserved.12 Reference: http://agilemanifesto.org
  • 13. @danielwalsh Copyright © 2018 nuCognitive. All rights reserved.13 Principles behind the Agile Manifesto 1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. 2. Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage. 3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale. 4. Business people and developers must work together daily throughout the project. 5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done. 6. The most efficient and effective method of conveying information to and within a development team is face-to-face conversation. 7. Working software is the primary measure of progress. 8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely. 9. Continuous attention to technical excellence and good design enhances agility. 10. Simplicity--the art of maximizing the amount of work not done--is essential. 11. The best architectures, requirements, and designs emerge from self-organizing teams. 12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly. Reference: http://agilemanifesto.org
  • 14. @danielwalsh Copyright © 2018 nuCognitive. All rights reserved.14 Principles behind the Agile Manifesto 1. Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. 2. Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage. 3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale. 4. Business people and developers must work together daily throughout the project. 5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done. 6. The most efficient and effective method of conveying information to and within a development team is face-to-face conversation. 7. Working software is the primary measure of progress. 8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely. 9. Continuous attention to technical excellence and good design enhances agility. 10. Simplicity--the art of maximizing the amount of work not done--is essential. 11. The best architectures, requirements, and designs emerge from self-organizing teams. 12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly. Reference: http://agilemanifesto.org
  • 15. @danielwalsh Extreme Programming The customer will provide a shortlist of high-value requirements for the system Business sorts the user stories by Business Value The delivery of the software is done via frequent releases of live functionality creating concrete value … lots of other qualifiers for different kinds of value 15 Copyright © 2018 nuCognitive. All rights reserved. Reference: https://en.wikipedia.org/wiki/Extreme_programming
  • 16. @danielwalsh Scrum Guide References to <value> increased from 11 instances (2010) to 20 instances (latest Nov-2017) • The Product Owner is responsible for maximizing the value of the product resulting from work of the Development Team. Optimizing the value of the work the Development Team performs. • The Scrum Master helps everyone change these interactions to maximize the value created by the Scrum Team. Ensuring the Product Owner knows how to arrange the Product Backlog to maximize value. • Helping the Development Team to create high-value products • Based on that and any changes to the Product Backlog during the Sprint, attendees collaborate on the next things that could be done to optimize value. • Scrum Artifacts Scrum’s artifacts represent work or value to provide transparency and opportunities for inspection and adaptation • Product Backlog items have the attributes of a description, order, estimate, and value • As a product is used and gains value, and the marketplace provides feedback, the Product Backlog becomes a larger and more exhaustive list. • The Increment is the sum of all the Product Backlog items completed during a Sprint and the value of the increments of all previous Sprints. • Decisions to optimize value and control risk are made based on the perceived state of the artifacts • To the extent that the artifacts are incompletely transparent, these decisions can be flawed, value may diminish and risk may increase. 16 Copyright © 2018 nuCognitive. All rights reserved. Reference: https://www.scrumguides.org
  • 17. @danielwalsh User Story Are A Common Way To Define Value As a <type of user>, I want <some goal> so that <some reason>. INVEST* is an acronym for a widely accepted set of criteria to assess the quality of a user story. A good user story should be: Independent (of others) Negotiable (not a contract) Valuable (vertical slice) Estimable (approximations work) Small (fits within an iteration) Testable (capture success with a test) 17 Copyright © 2018 nuCognitive. All rights reserved. *Reference: Bill Wake Blog on INVEST https://xp123.com/articles/invest-in-good-stories-and-smart-tasks/
  • 18. @danielwalsh How do we know if something is of value? 18 Copyright © 2018 nuCognitive. All rights reserved.
  • 19. @danielwalsh Countermeasures to conceptualize and understand value 19 Copyright © 2018 nuCognitive. All rights reserved.
  • 20. @danielwalsh20 Copyright © 2018 nuCognitive. All rights reserved. Reference: Jason Davis. 15.912 Technology Strategy. Fall 2008. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA. Image courtesy of Prof. Rebecca Henderson How will we Deliver value? How will we Capture value? How will we Create value?
  • 21. @danielwalsh21 Copyright © 2018 nuCognitive. All rights reserved. Reference: Business Model Generation by Osterwalder & https://strategyzer.com/canvas/business-model-canvas https://en.wikipedia.org/wiki/Business_Model_Canvas#/media/File:Business_Model_Canvas.png How will we Deliver value? How will we Capture value?
  • 22. @danielwalsh22 Copyright © 2018 nuCognitive. All rights reserved. Reference: Learning to See by Rother, Shook, Womack Image Attribution CC BY-SA 3.0 DanielPenfield https://en.wikipedia.org/wiki/Value_stream_mapping How will we Deliver value?
  • 23. @danielwalsh Value-Stream Mapping Example Copyright © 2018 nuCognitive. All rights reserved. Reference: Learning to See by Rother, Shook, Womack
  • 24. @danielwalsh What Is Your Team’s Value Test? A value-added activity meets the following criteria 1. The customer must be willing to pay for the activity and 2. The product or service must change 3. It must be done right the first time OR 4. Creates “usable” knowledge for future profitable value-streams Non-value added activities are categorized as Type 1: Necessary under current constraints (necessary waste) Type 2: Not necessary and can be eliminated (pure waste) Copyright © 2018 nuCognitive. All rights reserved. Reference: Learning to See by Rother, Shook, Womack
  • 25. @danielwalsh25 Copyright © 2018 nuCognitive. All rights reserved. Reference: Jason Davis. 15.912 Technology Strategy. Fall 2008. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA. Image courtesy of Prof. Rebecca Henderson How will we Deliver value? How will we Capture value? How will we Create value?
  • 26. @danielwalsh Wealth of Nations Copyright © 2018 nuCognitive. All rights reserved.26 An Inquiry into the Nature and Causes of the Wealth of Nations by Adam Smith 1776 Value-in-exchange (worth) as the product’s power for purchasing other objects Value-in-use (outcomes) as the goodness of a product’s use Reference: https://en.wikipedia.org/wiki/Adam_Smith https://en.wikipedia.org/wiki/The_Wealth_of_Nations
  • 27. @danielwalsh What is Value? 27 Presentation copyright © 2018 nuCognitive LLC. Content copyright © 2018 Erik Simmons. All Rights Reserved. Business Value Ingredient Capability Usage Technology Value combines the economic and conceptual aspects of a system The product is an offering that serves as a type of promise to potential customers Value Usage Business Brand Reference: Balanced Solutions – How to deliver winning products that balance business, usage, and technology
  • 28. @danielwalsh Many Understand the Importance of Value-In-Use 64% of Features Really Rarely or Never Used1 • Data was sourced by Jim Johnson (Standish Group) • Presented it in a keynote at the XP 2002 conference • Study was based on four internally developed projects at four companies …lots of behavioral analytics tools2 How do you measure Value-in-use? 28 Copyright © 2018 nuCognitive. All rights reserved. References: 1) Mike Cohen Blog https://www.mountaingoatsoftware.com/blog/are-64-of-features-really-rarely-or-never-used 2) https://www.predictiveanalyticstoday.com/best-user-and-entity-behavior-analytics-software/
  • 29. @danielwalsh Copyright © 2018 nuCognitive. All rights reserved.29 People don’t want to buy a quarter-inch drill. They want a quarter- inch hole. Theodore Levitt Marketing Myopia, HBR 1960
  • 30. @danielwalsh Helpful metaphors… Value-In-Exchange as potential energy: when we purchase a product we are buying the potential to create value so we can achieve desired outcomes Value-In-Use as kinetic energy: when we use a product we are creating or experiencing desired outcomes 30 Copyright © 2018 nuCognitive. All rights reserved.
  • 31. @danielwalsh Value-In-Use Example Value is created only when the mug is experienced in some way Value is emergent and experienced through interactions between the users and the offer Value-in-use shifts the focus away from outputs (worth and exchange) toward outcomes (experience and use) 31 Copyright © 2018 nuCognitive. All rights reserved.
  • 32. @danielwalsh Outcome-driven Innovation and Jobs-To-Be-Done Outcome-driven innovation1 is built around the idea that people buy (or hire) products and services to get jobs done and produce beneficial outcomes 32 Copyright © 2018 nuCognitive. All rights reserved. References: 1) https://en.wikipedia.org/wiki/Outcome-Driven_Innovation What Customers Want by Ulwick, Jobs To Be Done by Ulwick, Competing Against Luck by Christensen, Hall, Dillon, Duncan
  • 33. @danielwalsh33 Copyright © 2018 nuCognitive. All rights reserved. Reference: Value Proposition Design by Osterwalder https://strategyzer.com/canvas/value-proposition-canvas and Value Proposition Canvas is Copyright Strategyzer.com and Strategyzer AG.
  • 34. @danielwalsh Elements of Value1 lists categories for how products and services create value for customers and users. 34 Copyright © 2018 nuCognitive. All rights reserved. References: 1) http://www.marketingjournal.org/the-elements-of-value-an-interview-with-jamie-cleghorn/ & https://hbr.org/2016/09/the-elements-of-value 2) https://hbr.org/2018/03/the-b2b-elements-of-value B2C Value Categories1 Self-transcendence Provides Hope Self-Actualization Motivation Heirloom Affiliation and Belonging Reduces Anxiety Rewards Me Nostalgia Design and Aesthetics Badge Value Wellness Therapeutic Value Fun & Entertainment Attractiveness Provides Access Saves Time Simplifies Makes Money Reduces Risk Organizes Integrates Connects Reduces Effort Avoids Hassles Reduces Cost Quality Variety Sensory Appeal Informs B2B Value Categories2 Purpose Hope Social Responsibility Network Expansion Marketability Reputational Assurance Design and Aesthetics Growth and Development Reduced Anxiety Fun & Perks Time Savings Reduced Effort Decreased Hassles Information Transparency Availability Variety Configurability Responsiveness Expertise Commitment Stability Cultural Fit Risk Reduction Reach Flexibility Component Quality Improved Top Line Cost Reduction Product Quality Scalability Innovation Meeting Specifications Acceptable Price Regulatory Compliance Ethical Standards
  • 35. @danielwalsh Some Implications… Products may have worth at the point of exchange by may NEVER actually create value for users (e.g. uneaten food, miswanted products) 35 Copyright © 2018 nuCognitive. All rights reserved.
  • 36. @danielwalsh Mini-exercise Let’s consider a ride share offering (e.g. Lyft, Uber, …) 36 Copyright © 2018 nuCognitive. All rights reserved. What are the outcomes of the experience? functional, emotional, … ??? → → → → → → → What are the components of the solution?
  • 37. @danielwalsh Implications of Value As Co-creation Users co-create value with offerings through resource integration and experiential use to achieve outcomes in context • Users co-create value with the offering • Value creation occurs at the point of experiential use • Users need to access their own resources and integrate other resources in order to create value →Users as system integrators →Offerings as resources for value co-creation in context 37 Copyright © 2018 nuCognitive. All rights reserved.
  • 38. @danielwalsh Implications of Value-In-Context The ability to serve contexts where both exchange and need are aligned usually creates a higher willingness to pay The closer Value-In-Exchange point is to Value-In-Use → the more the offering is worth E.g. bandages at a festival HMW - give customers a choice of buying in advance AND on-demand? E.g. temporal pricing by Zoom and Lyft 38 Copyright © 2018 nuCognitive. All rights reserved.
  • 39. @danielwalsh Summary Agile concepts tend to focus on the delivery of value as outputs • Agile Manifesto: “Our highest priority is to satisfy the customer through early and continuous delivery of valuable software” • Scrum: “The Product Owner is responsible for maximizing the value of the product resulting from work of the Development Team” • XP: sort the user stories by Business Value Overly focusing on <value> as delivery of output and as value-in-exchange is risky 39 Copyright © 2018 nuCognitive. All rights reserved.
  • 40. @danielwalsh Possible Next Steps In order to be successful, organizations will need to understand value in terms of the goodness and outcomes that users co-create with their offerings, rather than in terms of the worth that is generated through exchange • Value-in-exchange → Value-In-Use • Offerings as resources for the co-creation of value by users • Users as system integrators for the co-creation of value in context • Value-Driven Development (VDD) • Write the “tests” for value first (Both for VIE AND VIU) • Build an MVP(Minimum Valuable Product) to make the test pass • Refactor 40 Copyright © 2018 nuCognitive. All rights reserved.
  • 41. @danielwalsh Copyright © 2018 nuCognitive. All rights reserved.41 Q&A Feel free to follow up with us at daniel.walsh@nuCognitive.com linkedin.com/in/danwalsh1115 The Achilles’ Heel of Agile Teams… Value http://bit.ly/walshslides