SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Agile Product
Development
Using agile and lean startup principles to create
software products more efficiently
About Me
CTO of Leflair
Worked in software consulting for a
little over a decade.
Delivered products, websites, and apps
for some of the biggest brands on earth.
Consulting with multiple small
businesses and startups.
Why this talk?
● Companies waste large
amounts of time/money on
useless work
● Frustrated teams
● Angry investors
● FAILED PRODUCTS
What I want you
to get out of it
● Understand connection
between product management
and agile software development
● Understand key principles of
efficient product ideation,
validation, and delivery
● Clear next steps/sources for
learning
Product Development
vs
Software Development
Agile Software Development
When you hear “agile software development”, what comes to mind?
What ideas have you heard?
If you do “agile development”, what do you expect to do?
Agile Software Development
Agile does not mean “fast”
Agile does not mean “cheap”
Agile means “responds to change”
Agile Software Development
Different frameworks:
● Scrum
● Kanban
● Extreme Programming (XP)
● Dynamic Systems Development Method
Agile Software Development
Discuss you experiences
- Those in the workforce: have you done agile?
- Those in school: What have you learned about agile?
Agile Performance Art
A lot of companies do “agile” by having standups,
sprints, and other rituals associated with agile
development while ignoring the key principles.
➔ Meetings without representation
Engineering chooses what to do without talking to
business leaders. Business chooses what to do
without discussing with engineering. Nobody
actually talking to the customer.
➔ Fundamental misunderstanding of the
point of agile.
Agile is about responding to feedback and change.
Many businesses just see agile as “fast”, without
understanding it.
Product Development
When you hear “Product development” what comes to mind?
Question: What’s do you think is the difference between product development
and software development?
Question: What might be some goals in product development?
Product Development
Modern Frameworks include:
LEAN product development
Design Thinking
Front End Innovation
4 Ps (not the pizza chain)
Product Led Growth
Design Thinking
Empathise Define Ideate Prototype Test
The 4 Ps
● Place (where should we sell)
● Product(what are we selling)
● Promotion(how are we marketing it)
● Price(what is the best price)
When does
Product Development
become
Software Development
And vice versa?
(discuss)
Software Product Development
New software product development is the process of generating, iterating,
and testing the creation of new software products.
Product development is about WHAT is being delivered and to WHOM, and
WHY
Software development is about HOW that product is constructed and HOW
the value is delivered, and WHEN things can be completed.
Key Principles
● Understanding the customer, their frustrations, their context.
● All team members should understand the customer problem.
● Divide between “business” and “technology” is role, not information (ideally).
● Improvements, refinements, and simplifications are invited at all times from all team members.
● What is delivered, how it is delivered, and to whom it is delivered are all under constant
refinement and improvement.
● Everything is an experiment.
Agile Product Development
Uniting agile software development methods to product development
frameworks.
● Combines business needs and development tasks.
● Ensures that context is understood across all teams.
● Invites creativity and pushback.
● Maximizes value from diversity
Agile Product Development
● Unite the what, the who, the why, and the how
● Scale effort organically
● Find traction cheaply
● Understand future scaling and support needs early.
If it’s cheaper, faster, and effective

Why Doesn’t Everyone Do It?
(discuss)
Technology changes fast.
People and
Organizations do not.
Example 1
A high-ranking business executive declares
that the business needs “a new website” and
demands the engineering team build
something “cooler and more modern”:
➔ What is the goal?
The engineering team does not really
know the problem they are solving,
other than to make the executive
happy. Does the executive even know
what they are solving?
➔ How do you know it worked?
There is no way to study success. Even
if there is a “cooler and more modern”
website, what does that achieve?
Example 2
A business examines their analytics and sees
that most customers are coming from mobile
devices. They decide to launch a new mobile
app.
Is this good or bad? Why?
Example 2
A business examines their analytics and sees
that most customers are coming from mobile
devices. They decide to launch a new mobile
app.
➔ What does the app provide that
the website does not?
Are customers unhappy with the
website? Most importantly - why?
➔ How do you know it worked?
While it’s possible to know if you
launched a mobile app, what metrics
are we trying to improve? What is our
experiment?
Example 3
A shoe company notices that their sizing page
has a large number of hits. They wonder if
this means their sizing is confusing. Or
perhaps customers are looking for custom
sizes? What else could it mean?
How would you approach this?
What other data could you
collect?
The causes of product
and project failure are
usually a combination of
People, Process, and
Communication
Products as problem solving
Simple concepts:
Continual Context
Clear Criteria
Ongoing Conversation
Simple processes:
Minimal prototypes
Feedback and Iteration
Avoid features
Prototypes
Prototypes
Avoid writing code.
Avoid making designs.
“What’s the cheapest/fastest way to test?”
Prototypes
Tools:
● Balsamiq/Mockflow
● Marvel app
● InVision
● Zeplin
Cheap Experiments
Everything is an experiment.
It’s not about being right or wrong, it’s about feedback, data, and refinement.
Lots of organizations get this wrong.
Bad approach - building based on who likes something and who told you to do
something when neither of those people are the actual customer.
Cheap Experiments
Get Real Data
Opinions that are not from the customer are not data.
Great ideas that you are “totally sure will work” are not data.
Real data comes from customers/potential users
Exercise:
Discuss issues you have in a group.
Do NOT come up with a product.
Find a problem that needs solving.
GOOD
“Tell me about your frustrations in X...”
“What is the impact on your work?”
“What are you trying to achieve?”
“Would you pre-pay for X today?”
BAD
“Do you want a mobile app?”
“We’re building X, this helps your
problem right?”
“You would totally buy this, right?”
The Most Important Thing
Understanding the customer, their problem,
and their context.
The better you understand their wholistic
experience, the better you can solve their
problem.
When to invest in code?
When the potential customer is enthusiastic.
When you have real data showing a market.
When you know your USP vs competitors.
When someone will pay in advance.
Market Timing, Marketing, and Sales
Engineers care about engineering, product managers care about
products, etc.
A lot of success is timing, marketing/positioning, and sales skill.
Example: Apple Newton vs Apple iPhone.
The best product
Doesn’t always win.
Strategic alliances
Influencers / pay-to-play media coverage
Market access
Government interference
The best product
Doesn’t always win.
BUT IT SURE HELPS
Takeaways & Lessons
Key Ideas
1. Understand your customer’s world, their pains.
2. Work smart - minimize efforts.
3. Everything is an experiment.
4. Maximize learning vs costs.
5. Everyone can have insight.
Things to research
● LEAN startup principles
● Agile Software Development approaches
● Design Thinking
● Blue Ocean vs Red Ocean markets
● Growth Hacking
● Porter’s 5 forces
All of these are connected. All of them are about thinking about the
customer/business experience first, to create new things.
Engineering
Speedy Development
The moment you find traction, you want lots of
automation.
● The less time you spend fighting fires, the more time
you have to write new code.
● Automated tests let you refactor safely.
● Automated deployment lets you deploy safely.
Refactor code into small units.
Pull behavior into pure functions as much as possible.
● Pure functions are easy to compose and easy to test.
● Functional programming is great, but you don’t have to
go that far.
● The real key is quality encapsulation, no matter how
it’s achieved - avoid lots of inheritance, favor
composition.
Refactor into services.
If functions are a natural unit of code, services are a
natural unit of architecture.
● Clear responsibility
● Clear API
● Testable, injectable, mockable
Tools
It’s good to become familiar with tools that help you build
and test services and microservices
● Docker + Docker compose
● Hoverfly
● Selenium/Cypress/Puppeteer
Avoid Choices
Making a choice and moving on is a better choice than
over-deliberation. Something is better than nothing.
● Pick and use a code style. Automate formatting.
● Pick a minimum code coverage level, enforce it.
● Create a standard story/ticket template. Always use it
and reject anything that doesn’t.
End. Questions?

Weitere Àhnliche Inhalte

Was ist angesagt?

Agile Software Development
Agile Software DevelopmentAgile Software Development
Agile Software DevelopmentTathagat Varma
 
Agile Project management
Agile Project managementAgile Project management
Agile Project managementBabu Appat
 
Understanding the Agile Release and Sprint Planning Process
Understanding the Agile Release and Sprint Planning Process Understanding the Agile Release and Sprint Planning Process
Understanding the Agile Release and Sprint Planning Process John Derrico
 
Introduction agile scrum methodology
Introduction agile scrum methodologyIntroduction agile scrum methodology
Introduction agile scrum methodologyAmit Verma
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process IntroductionNguyen Hai
 
Introduction to Extreme Programming
Introduction to Extreme ProgrammingIntroduction to Extreme Programming
Introduction to Extreme ProgrammingNaresh Jain
 
Introduction to Agile Software Development
Introduction to Agile Software DevelopmentIntroduction to Agile Software Development
Introduction to Agile Software DevelopmentLife Cycle Engineering
 
An Introduction to Test Driven Development
An Introduction to Test Driven Development An Introduction to Test Driven Development
An Introduction to Test Driven Development CodeOps Technologies LLP
 
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...Matthew Skelton
 
Agile methodology
Agile methodologyAgile methodology
Agile methodologyTyler Rose
 
Agile 101
Agile 101Agile 101
Agile 101beLithe
 
Story maps and personas an intro
Story maps and personas   an introStory maps and personas   an intro
Story maps and personas an introMark Kilby
 
Agile software development
Agile software developmentAgile software development
Agile software developmentRajesh Piryani
 
Agile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesAgile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesCelerity
 
Agile Methodology Assessment
Agile Methodology AssessmentAgile Methodology Assessment
Agile Methodology AssessmentSandy Lee
 
12 principles for Agile Development
12 principles for Agile Development 12 principles for Agile Development
12 principles for Agile Development Julien Henzelin
 

Was ist angesagt? (20)

Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
 
Agile Software Development
Agile Software DevelopmentAgile Software Development
Agile Software Development
 
Agile Project management
Agile Project managementAgile Project management
Agile Project management
 
Understanding the Agile Release and Sprint Planning Process
Understanding the Agile Release and Sprint Planning Process Understanding the Agile Release and Sprint Planning Process
Understanding the Agile Release and Sprint Planning Process
 
Introduction agile scrum methodology
Introduction agile scrum methodologyIntroduction agile scrum methodology
Introduction agile scrum methodology
 
Agile Process Introduction
Agile Process IntroductionAgile Process Introduction
Agile Process Introduction
 
Introduction to Extreme Programming
Introduction to Extreme ProgrammingIntroduction to Extreme Programming
Introduction to Extreme Programming
 
Product Backlog Management
Product Backlog ManagementProduct Backlog Management
Product Backlog Management
 
Introduction to Agile Software Development
Introduction to Agile Software DevelopmentIntroduction to Agile Software Development
Introduction to Agile Software Development
 
An Introduction to Test Driven Development
An Introduction to Test Driven Development An Introduction to Test Driven Development
An Introduction to Test Driven Development
 
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...
WFT is platform as a product? Clues from Team Topologies - WTFinar with Conta...
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
 
Agile 101
Agile 101Agile 101
Agile 101
 
Story maps and personas an intro
Story maps and personas   an introStory maps and personas   an intro
Story maps and personas an intro
 
Agile Methodology ppt
Agile Methodology pptAgile Methodology ppt
Agile Methodology ppt
 
Agile software development
Agile software developmentAgile software development
Agile software development
 
Agile 101
Agile 101Agile 101
Agile 101
 
Agile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use CasesAgile Development Methodology: Best Practices and Use Cases
Agile Development Methodology: Best Practices and Use Cases
 
Agile Methodology Assessment
Agile Methodology AssessmentAgile Methodology Assessment
Agile Methodology Assessment
 
12 principles for Agile Development
12 principles for Agile Development 12 principles for Agile Development
12 principles for Agile Development
 

Ähnlich wie Agile product development

Presented at Ford's 2017 Global IT Learning Summit (GLITS)
Presented at Ford's 2017 Global IT Learning Summit (GLITS)Presented at Ford's 2017 Global IT Learning Summit (GLITS)
Presented at Ford's 2017 Global IT Learning Summit (GLITS)Ron Lazaro
 
Intro to Lean Startup and Customer Discovery for Agilists
Intro to Lean Startup and Customer Discovery for AgilistsIntro to Lean Startup and Customer Discovery for Agilists
Intro to Lean Startup and Customer Discovery for AgilistsShashi Jain
 
Product Culture with Property Finder VP Product
Product Culture with Property Finder VP ProductProduct Culture with Property Finder VP Product
Product Culture with Property Finder VP ProductProduct School
 
How to (and should you?) turn your app idea into a business
How to (and should you?) turn your app idea into a businessHow to (and should you?) turn your app idea into a business
How to (and should you?) turn your app idea into a businessProvectus
 
Agile development
Agile developmentAgile development
Agile developmentdavidahaskins
 
What every developer can learn from startups
What every developer can learn from startupsWhat every developer can learn from startups
What every developer can learn from startupsOleg Podsechin
 
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise InstituteEric Ries
 
The app trail how ideas move out of the drawing board onto the app store
The app trail how ideas move out of the drawing board onto the app storeThe app trail how ideas move out of the drawing board onto the app store
The app trail how ideas move out of the drawing board onto the app storeBitMin Infosystems Pvt. Ltd
 
Growth Hacking Conference '17 - Antwerp
Growth Hacking Conference '17 - AntwerpGrowth Hacking Conference '17 - Antwerp
Growth Hacking Conference '17 - AntwerpThibault Imbert
 
2010 10 19 the lean startup workshop for i_gap ireland
2010 10 19 the lean startup workshop for i_gap ireland2010 10 19 the lean startup workshop for i_gap ireland
2010 10 19 the lean startup workshop for i_gap irelandEric Ries
 
2010 08 19 The Lean Startup TechAviv
2010 08 19 The Lean Startup TechAviv2010 08 19 The Lean Startup TechAviv
2010 08 19 The Lean Startup TechAvivEric Ries
 
Career Assignment
Career AssignmentCareer Assignment
Career AssignmentHeidi Maestas
 
UX South Africa 2014 - Keynote
UX South Africa 2014 - KeynoteUX South Africa 2014 - Keynote
UX South Africa 2014 - KeynotePhil Barrett
 
[DevDay2019] Lean UX - By Bryant Castro, Bryant Castro at Wizeline
[DevDay2019] Lean UX - By  Bryant Castro,  Bryant Castro at Wizeline[DevDay2019] Lean UX - By  Bryant Castro,  Bryant Castro at Wizeline
[DevDay2019] Lean UX - By Bryant Castro, Bryant Castro at WizelineDevDay.org
 
Highest quality code in your SaaS project. Why should you care about it as a ...
Highest quality code in your SaaS project. Why should you care about it as a ...Highest quality code in your SaaS project. Why should you care about it as a ...
Highest quality code in your SaaS project. Why should you care about it as a ...The Codest
 
Building High Quality Software
Building High Quality SoftwareBuilding High Quality Software
Building High Quality SoftwareJohan Hoberg
 
How to Avoid Common Mistakes in Product by Cake Product Manager
How to Avoid Common Mistakes in Product by Cake Product ManagerHow to Avoid Common Mistakes in Product by Cake Product Manager
How to Avoid Common Mistakes in Product by Cake Product ManagerProduct School
 
Ux
UxUx
Uxemedin
 
Customer development and Agile development
Customer development and Agile developmentCustomer development and Agile development
Customer development and Agile developmentdchurchv
 
Rapid Prototyping & Customer Development
Rapid Prototyping & Customer DevelopmentRapid Prototyping & Customer Development
Rapid Prototyping & Customer Developmentjohnwlong
 

Ähnlich wie Agile product development (20)

Presented at Ford's 2017 Global IT Learning Summit (GLITS)
Presented at Ford's 2017 Global IT Learning Summit (GLITS)Presented at Ford's 2017 Global IT Learning Summit (GLITS)
Presented at Ford's 2017 Global IT Learning Summit (GLITS)
 
Intro to Lean Startup and Customer Discovery for Agilists
Intro to Lean Startup and Customer Discovery for AgilistsIntro to Lean Startup and Customer Discovery for Agilists
Intro to Lean Startup and Customer Discovery for Agilists
 
Product Culture with Property Finder VP Product
Product Culture with Property Finder VP ProductProduct Culture with Property Finder VP Product
Product Culture with Property Finder VP Product
 
How to (and should you?) turn your app idea into a business
How to (and should you?) turn your app idea into a businessHow to (and should you?) turn your app idea into a business
How to (and should you?) turn your app idea into a business
 
Agile development
Agile developmentAgile development
Agile development
 
What every developer can learn from startups
What every developer can learn from startupsWhat every developer can learn from startups
What every developer can learn from startups
 
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
2010 04 28 The Lean Startup webinar for the Lean Enterprise Institute
 
The app trail how ideas move out of the drawing board onto the app store
The app trail how ideas move out of the drawing board onto the app storeThe app trail how ideas move out of the drawing board onto the app store
The app trail how ideas move out of the drawing board onto the app store
 
Growth Hacking Conference '17 - Antwerp
Growth Hacking Conference '17 - AntwerpGrowth Hacking Conference '17 - Antwerp
Growth Hacking Conference '17 - Antwerp
 
2010 10 19 the lean startup workshop for i_gap ireland
2010 10 19 the lean startup workshop for i_gap ireland2010 10 19 the lean startup workshop for i_gap ireland
2010 10 19 the lean startup workshop for i_gap ireland
 
2010 08 19 The Lean Startup TechAviv
2010 08 19 The Lean Startup TechAviv2010 08 19 The Lean Startup TechAviv
2010 08 19 The Lean Startup TechAviv
 
Career Assignment
Career AssignmentCareer Assignment
Career Assignment
 
UX South Africa 2014 - Keynote
UX South Africa 2014 - KeynoteUX South Africa 2014 - Keynote
UX South Africa 2014 - Keynote
 
[DevDay2019] Lean UX - By Bryant Castro, Bryant Castro at Wizeline
[DevDay2019] Lean UX - By  Bryant Castro,  Bryant Castro at Wizeline[DevDay2019] Lean UX - By  Bryant Castro,  Bryant Castro at Wizeline
[DevDay2019] Lean UX - By Bryant Castro, Bryant Castro at Wizeline
 
Highest quality code in your SaaS project. Why should you care about it as a ...
Highest quality code in your SaaS project. Why should you care about it as a ...Highest quality code in your SaaS project. Why should you care about it as a ...
Highest quality code in your SaaS project. Why should you care about it as a ...
 
Building High Quality Software
Building High Quality SoftwareBuilding High Quality Software
Building High Quality Software
 
How to Avoid Common Mistakes in Product by Cake Product Manager
How to Avoid Common Mistakes in Product by Cake Product ManagerHow to Avoid Common Mistakes in Product by Cake Product Manager
How to Avoid Common Mistakes in Product by Cake Product Manager
 
Ux
UxUx
Ux
 
Customer development and Agile development
Customer development and Agile developmentCustomer development and Agile development
Customer development and Agile development
 
Rapid Prototyping & Customer Development
Rapid Prototyping & Customer DevelopmentRapid Prototyping & Customer Development
Rapid Prototyping & Customer Development
 

KĂŒrzlich hochgeladen

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar â‰ŒđŸ” Delhi door step de...
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar  â‰ŒđŸ” Delhi door step de...Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar  â‰ŒđŸ” Delhi door step de...
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar â‰ŒđŸ” Delhi door step de...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 

KĂŒrzlich hochgeladen (20)

Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 đŸ„” Book Your One night Stand
 
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar â‰ŒđŸ” Delhi door step de...
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar  â‰ŒđŸ” Delhi door step de...Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar  â‰ŒđŸ” Delhi door step de...
Call Now ≜ 9953056974 â‰ŒđŸ” Call Girls In New Ashok Nagar â‰ŒđŸ” Delhi door step de...
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 

Agile product development

  • 1. Agile Product Development Using agile and lean startup principles to create software products more efficiently
  • 2. About Me CTO of Leflair Worked in software consulting for a little over a decade. Delivered products, websites, and apps for some of the biggest brands on earth. Consulting with multiple small businesses and startups.
  • 3. Why this talk? ● Companies waste large amounts of time/money on useless work ● Frustrated teams ● Angry investors ● FAILED PRODUCTS
  • 4. What I want you to get out of it ● Understand connection between product management and agile software development ● Understand key principles of efficient product ideation, validation, and delivery ● Clear next steps/sources for learning
  • 6. Agile Software Development When you hear “agile software development”, what comes to mind? What ideas have you heard? If you do “agile development”, what do you expect to do?
  • 7. Agile Software Development Agile does not mean “fast” Agile does not mean “cheap” Agile means “responds to change”
  • 8. Agile Software Development Different frameworks: ● Scrum ● Kanban ● Extreme Programming (XP) ● Dynamic Systems Development Method
  • 9. Agile Software Development Discuss you experiences - Those in the workforce: have you done agile? - Those in school: What have you learned about agile?
  • 10. Agile Performance Art A lot of companies do “agile” by having standups, sprints, and other rituals associated with agile development while ignoring the key principles. ➔ Meetings without representation Engineering chooses what to do without talking to business leaders. Business chooses what to do without discussing with engineering. Nobody actually talking to the customer. ➔ Fundamental misunderstanding of the point of agile. Agile is about responding to feedback and change. Many businesses just see agile as “fast”, without understanding it.
  • 11. Product Development When you hear “Product development” what comes to mind? Question: What’s do you think is the difference between product development and software development? Question: What might be some goals in product development?
  • 12. Product Development Modern Frameworks include: LEAN product development Design Thinking Front End Innovation 4 Ps (not the pizza chain) Product Led Growth
  • 13. Design Thinking Empathise Define Ideate Prototype Test
  • 14. The 4 Ps ● Place (where should we sell) ● Product(what are we selling) ● Promotion(how are we marketing it) ● Price(what is the best price)
  • 15. When does Product Development become Software Development And vice versa? (discuss)
  • 16. Software Product Development New software product development is the process of generating, iterating, and testing the creation of new software products. Product development is about WHAT is being delivered and to WHOM, and WHY Software development is about HOW that product is constructed and HOW the value is delivered, and WHEN things can be completed.
  • 17. Key Principles ● Understanding the customer, their frustrations, their context. ● All team members should understand the customer problem. ● Divide between “business” and “technology” is role, not information (ideally). ● Improvements, refinements, and simplifications are invited at all times from all team members. ● What is delivered, how it is delivered, and to whom it is delivered are all under constant refinement and improvement. ● Everything is an experiment.
  • 18. Agile Product Development Uniting agile software development methods to product development frameworks. ● Combines business needs and development tasks. ● Ensures that context is understood across all teams. ● Invites creativity and pushback. ● Maximizes value from diversity
  • 19. Agile Product Development ● Unite the what, the who, the why, and the how ● Scale effort organically ● Find traction cheaply ● Understand future scaling and support needs early.
  • 20. If it’s cheaper, faster, and effective
 Why Doesn’t Everyone Do It? (discuss)
  • 21. Technology changes fast. People and Organizations do not.
  • 22. Example 1 A high-ranking business executive declares that the business needs “a new website” and demands the engineering team build something “cooler and more modern”: ➔ What is the goal? The engineering team does not really know the problem they are solving, other than to make the executive happy. Does the executive even know what they are solving? ➔ How do you know it worked? There is no way to study success. Even if there is a “cooler and more modern” website, what does that achieve?
  • 23. Example 2 A business examines their analytics and sees that most customers are coming from mobile devices. They decide to launch a new mobile app. Is this good or bad? Why?
  • 24. Example 2 A business examines their analytics and sees that most customers are coming from mobile devices. They decide to launch a new mobile app. ➔ What does the app provide that the website does not? Are customers unhappy with the website? Most importantly - why? ➔ How do you know it worked? While it’s possible to know if you launched a mobile app, what metrics are we trying to improve? What is our experiment?
  • 25. Example 3 A shoe company notices that their sizing page has a large number of hits. They wonder if this means their sizing is confusing. Or perhaps customers are looking for custom sizes? What else could it mean? How would you approach this? What other data could you collect?
  • 26. The causes of product and project failure are usually a combination of People, Process, and Communication
  • 27. Products as problem solving Simple concepts: Continual Context Clear Criteria Ongoing Conversation Simple processes: Minimal prototypes Feedback and Iteration Avoid features
  • 29. Prototypes Avoid writing code. Avoid making designs. “What’s the cheapest/fastest way to test?”
  • 30. Prototypes Tools: ● Balsamiq/Mockflow ● Marvel app ● InVision ● Zeplin
  • 31. Cheap Experiments Everything is an experiment. It’s not about being right or wrong, it’s about feedback, data, and refinement. Lots of organizations get this wrong. Bad approach - building based on who likes something and who told you to do something when neither of those people are the actual customer.
  • 32. Cheap Experiments Get Real Data Opinions that are not from the customer are not data. Great ideas that you are “totally sure will work” are not data. Real data comes from customers/potential users
  • 33. Exercise: Discuss issues you have in a group. Do NOT come up with a product. Find a problem that needs solving.
  • 34. GOOD “Tell me about your frustrations in X...” “What is the impact on your work?” “What are you trying to achieve?” “Would you pre-pay for X today?” BAD “Do you want a mobile app?” “We’re building X, this helps your problem right?” “You would totally buy this, right?”
  • 35. The Most Important Thing Understanding the customer, their problem, and their context. The better you understand their wholistic experience, the better you can solve their problem.
  • 36. When to invest in code? When the potential customer is enthusiastic. When you have real data showing a market. When you know your USP vs competitors. When someone will pay in advance.
  • 37. Market Timing, Marketing, and Sales Engineers care about engineering, product managers care about products, etc. A lot of success is timing, marketing/positioning, and sales skill. Example: Apple Newton vs Apple iPhone.
  • 38.
  • 39.
  • 40.
  • 41. The best product Doesn’t always win. Strategic alliances Influencers / pay-to-play media coverage Market access Government interference
  • 42. The best product Doesn’t always win. BUT IT SURE HELPS
  • 44. Key Ideas 1. Understand your customer’s world, their pains. 2. Work smart - minimize efforts. 3. Everything is an experiment. 4. Maximize learning vs costs. 5. Everyone can have insight.
  • 45. Things to research ● LEAN startup principles ● Agile Software Development approaches ● Design Thinking ● Blue Ocean vs Red Ocean markets ● Growth Hacking ● Porter’s 5 forces All of these are connected. All of them are about thinking about the customer/business experience first, to create new things.
  • 47. Speedy Development The moment you find traction, you want lots of automation. ● The less time you spend fighting fires, the more time you have to write new code. ● Automated tests let you refactor safely. ● Automated deployment lets you deploy safely.
  • 48. Refactor code into small units. Pull behavior into pure functions as much as possible. ● Pure functions are easy to compose and easy to test. ● Functional programming is great, but you don’t have to go that far. ● The real key is quality encapsulation, no matter how it’s achieved - avoid lots of inheritance, favor composition.
  • 49. Refactor into services. If functions are a natural unit of code, services are a natural unit of architecture. ● Clear responsibility ● Clear API ● Testable, injectable, mockable
  • 50. Tools It’s good to become familiar with tools that help you build and test services and microservices ● Docker + Docker compose ● Hoverfly ● Selenium/Cypress/Puppeteer
  • 51. Avoid Choices Making a choice and moving on is a better choice than over-deliberation. Something is better than nothing. ● Pick and use a code style. Automate formatting. ● Pick a minimum code coverage level, enforce it. ● Create a standard story/ticket template. Always use it and reject anything that doesn’t.

Hinweis der Redaktion

  1. This comes out of my experience building products for multiple companies as a consultant, working for startups, giving