SlideShare una empresa de Scribd logo
1 de 35
Descargar para leer sin conexión
Lean Package Implementation

Lean/Agile Myth #12
Lean/Agile Myth #12


• Lean and Agile Methodologies are only applicable for
  greenfield opportunities
   - Not applicable for brownfield
   - Not applicable for Package Integration
   - Not applicable for Application Maintenance Services (Yesterday)
Agenda


• What are Package Implementation Projects ?
• How are Package Implementation Project typically
  done?
• What aspects of Package Implementation projects could
  be done in a Lean Manner?
• Questions
• What are Package Implementation Projects ?
Package Implementation Projects


• Package Implementation Projects are projects that
  typically involves a Commercial Off The Shelf(COTS)
  product that needs to be integrated into the client
  environment.
• These products involve more or less configuration and
  customization depending on the product and fit to the
  client’s requirements.
Audience Participation


• Question #1 – Why do companies choose COTS
  products?
  -   Time to Market?
  -   Cost?
  -   Transfer of Risk?
  -   Shared Cost of Ownership?
  -   Available resources/capacity?
  -   Product fit to Requirements?
  -   Others?
Reasons for choosing COTS products


• Surprisingly, the two main reasons for selecting COTS
  products to address a business problem are:
   - Transfer of Risk
   - Shared Cost of Ownership


• The one reason which should have greater importance
  but usually is not taken into consideration:
   - Product Fit to Requirements (read Cost)
   - Rule of thumb is that an 80-90% fit is required to make a COTS
     implementation cost effective. Otherwise possibly more money
     would be spent customizing a COTS package than building new.
• How are Package Implementation Project typically
  done?
Application Maintenance Services
Components

                        Painful
                    Implementation



                    Painful Testing



                  Painful Specification



                  Painful Contracting
Contracting


• This is done is a very adversarial way to try and
  anticipate all aspects of the relationship to ensure both
  parties are covered.
• The contracts are very detailed and allow for very little
  change and modification
• Most of the contract deals with how the companies will
  interact and there is little to any mention of the business
  problem being solved.
Specification


• Specification follows the contracting process and the
  emphasis is to create extremely detailed specification
  documents to define all the functionality required.
• Of course there are always items not thought of or not
  detailed enough.
• Many time the product rationale is used to defend
  functionality. (i.e. that is how the product works) This can
  be initially accepted by the business but frequently
  requires change later when reality hits.
Testing


• Testing of the COTS application is then problematic and
  it builds upon the specification which was built upon the
  contract.
• Testing then attempts to verify that the application works
  as documented. Lost in this process is whether the
  application is actually addressing the business problem.
Implementation


• Implementation is then built upon the testing which was
  built upon the specification which was built upon the
  contract and the question that is asked at
  Implementation is not:
   - Does this solve the business problem?
• Rather it is:
   - Can you accept this solution and go live?
Where did it all go wrong?
Lean Principles Refresher


• Before we discuss how Package Implementation can be
  done in a Lean manner, let’s do a Lean Principles
  Refresher
Lean Software Development


• Lean Software development is a style of software
  development that emphasizes customer satisfaction
  through continuous delivery of functional software. In
  contrast to traditional software development methods,
  lean developers liaise continuously with business clients.
• Their objective is to deliver working software as
  frequently as every two weeks during a project, and
  welcome changes to the requirements in response to
  evolving business needs.
Lean Software Development


• The most crucial aspect of Lean is the execution of the
  project in iterations and quick feedback loops possible
  because of these iterations. It is essential to note that
  these iterations to not just apply to construction, they
  also apply to the following tasks:
   -   Project Management and Planning
   -   Analysis
   -   Technical Design
   -   Testing
   -   Deployment
Lean Software Development


• Iteration planning is ‘the’ key planning initiative
   - Iterations need to be planned in conjunction with the client to
     accomplish the following:
       •   Deliver functionality to define the cadence and tempo of the project
       •   Deliver functionality to deliver real value to the client
       •   Deliver functionality to reduce and minimize risk for the entire project
       •   Lessons learned from one iteration must feed into subsequent iterations so
           that we don’t execute the project in iterations with similar results, but that we
           execute the project in iterations with better results.
   - We execute better, smarter, and quicker
Lean Software Development Principles


• Eliminate Waste
   -   The three biggest wastes in software development are:
   -   Extra Features
   -   Churn
   -   Crossing Boundaries

• Build Quality In
   -   If you routinely find defects in your verification process, your process is defective.
   -   Mistake-Proof Code with Test-Driven Development
   -   Stop Building Legacy Code
   -   The Big Bang is Obsolete
Lean Software Development Principles


• Create Knowledge
  -   Planning is useful. Learning is essential.
  -   Use the Scientific Method
  -   Standards Exist to be Challenged and Improved
  -   Predictable Performance is Driven by Feedback

• Defer Commitment
  -   Abolish the idea that it is a good idea to start development with a complete
      specification.
  -   Break Dependencies
  -   Maintain Options
  -   Schedule Irreversible Decisions at the Last Responsible Moment
Lean Software Development Principles


• Deliver Fast
   -   Lists and queues are buffers between organizations that simply slow things
       down.
   -    Rapid Delivery, High Quality, and Low Cost are Fully Compatible
   -    Queuing Theory Applies to Development, not Just Servers
   -    Limit Work to Capacity
• Respect People
   -   Engaged, thinking people provide the most sustainable competitive advantage.
   -   Teams Thrive on Pride, Commitment, Trust, and Applause
   -   Provide Effective Leadership
   -   Respect Partners
• Optimize the Whole
   -   Brilliant products emerge from a unique combination of opportunity and
       technology.
   -   Focus on the Entire Value Stream
   -   Deliver a Complete Product
   -   Measure UP
• What aspects of Package Implementation projects could
  be done in a Lean Manner?
Audience Participation


• Question #2 – How could we implement an COTS
  application in a Lean Manner?
  - Visual Project Management?
       • i.e. dashboards/Ticket Boards
  -   Iterations?
  -   Requirement Management?
  -   Implementation?
  -   Logistics?
  -   Lean Project Management?
       • i.e. Daily Stand ups
Requirements Management


• Requirements Management is key to any successful
  project. For Package Implementation projects it becomes
  even more important to ensure everyone understands
  the requirements.
• Frequently Use Cases are the traditional way of
  documenting requirements.
• A much better way of defining requirements are:
   - User Stories
   - Test Cases
User Stories


• A user story of one or more sentences in the everyday
  or business language of the user that captures what the
  user wants to achieve.
• They are typically in the following format:
   - "As a <role>, I want <goal/desire> so that <benefit>"
• User Stories are much more concise that Use Cases and
  provide this extra communication and detail required
  when dealing with an external and somewhat unknown
  COTS product.
• These User Stories can then be collected together to
  define features of the system.
User Stories


• One challenge with User Stories is the ability to
  document batch on non end user processes
• Honestly we need to address this on all Lean project
Test Cases


• Traditionally Test Cases are not used for Requirements
  Management but rather for the testing process itself.
• Ultimately, there are no better requirements than to list
  the test cases that will confirm the requirement has been
  met or not met.
• These Test Cases should be defined at the start of the
  project and with User Stories will define the system
  requirements.
Iterations


• Traditionally, Package Implementations follow a Big
  Bang approach. All the functionality is analyzed,
  designed, coded, tested, and implemented at once.
• This does not take advantage of one of the main tenets
  of Lean to execute better as we progress through the
  project.
• It is highly recommended that Package Implementations
  also be implemented in iterations. These iterations
  should go right through to production.
Iterations


• It is important to remember that these iterations are not
  just for development and testing, but for all phases of the
  project including testing and implementation.
• Sometimes critical items are left out of iterations like
  Reporting and Data Conversion. This is not
  recommended. An iteration must be able to stand on it’s
  own.
Iteration Schedule


• Agreement on scope and schedule
• Execution of required scope
• Demonstration of iteration scope
   - This is more than a simple project led demonstration
   - The business execute all of the User Stories and Test cases to
     ensure the expected outcome occur
• Feedback is then solicited for new User Stories or test
  cases that should be added to future iterations
• Clients are then asked to sign off that iteration
Implementation


• For some unknown reason the bulk of Package
  Implementations still implement using the Big Bang
  approach
• Very rarely are they implemented using the parallel or
  pilot approach
• This adds a great amount of risk to the projects.
Contractual


• Include Contractual incentives
   - profit sharing for finishing early
   - Cost sharing for finishing late
   - Ability and incentive to add additional business value
       • Concept of trading User Stories
Logistics


• Lean Software Development recommends having the
  project team and business co-located.
• For Package Implementations, I would also recommend
  that the vendor should also be co-located.
Conclusion


• The principles of Lean Software Development are
  applicable to all types of projects
• They are some areas of Package Implementation
  projects that can benefit greatly. These are:
   -   Requirements Management
   -   Iterations
   -   Implementation
   -   Contractual
   -   Logistics
Questions?

Más contenido relacionado

La actualidad más candente

Test case template
Test case templateTest case template
Test case templatesephalika
 
Test Planning and Test Estimation Techniques
Test Planning and Test Estimation TechniquesTest Planning and Test Estimation Techniques
Test Planning and Test Estimation TechniquesMurageppa-QA
 
Database backup and recovery
Database backup and recoveryDatabase backup and recovery
Database backup and recoveryAnne Lee
 
BACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMSBACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMSBaivabiNayak
 
Software maintenance
Software maintenance Software maintenance
Software maintenance Rajeev Sharan
 
Software Testing Strategies
Software Testing StrategiesSoftware Testing Strategies
Software Testing StrategiesNayyabMirTahir
 
Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queriesjessandy
 
Test planning & estimation
Test planning & estimationTest planning & estimation
Test planning & estimationLeslie Smart
 
The complete guide for software integration testing | David Tzemach
The complete guide for software integration testing | David TzemachThe complete guide for software integration testing | David Tzemach
The complete guide for software integration testing | David TzemachDavid Tzemach
 
Integration testing
Integration testingIntegration testing
Integration testingqueen jemila
 
System Requirements
System Requirements System Requirements
System Requirements Alaa Al Nouri
 
Version control
Version controlVersion control
Version controlvisual28
 
Ch 1-final-file organization from korth
Ch 1-final-file organization from korthCh 1-final-file organization from korth
Ch 1-final-file organization from korthRupali Rana
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Angelin R
 

La actualidad más candente (20)

Test case template
Test case templateTest case template
Test case template
 
SDLC Models
SDLC ModelsSDLC Models
SDLC Models
 
Queries
QueriesQueries
Queries
 
Test Planning
Test PlanningTest Planning
Test Planning
 
Test Planning and Test Estimation Techniques
Test Planning and Test Estimation TechniquesTest Planning and Test Estimation Techniques
Test Planning and Test Estimation Techniques
 
Database backup and recovery
Database backup and recoveryDatabase backup and recovery
Database backup and recovery
 
BACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMSBACKUP & RECOVERY IN DBMS
BACKUP & RECOVERY IN DBMS
 
Source control
Source controlSource control
Source control
 
Software maintenance
Software maintenance Software maintenance
Software maintenance
 
Software Testing Strategies
Software Testing StrategiesSoftware Testing Strategies
Software Testing Strategies
 
Agile model
Agile modelAgile model
Agile model
 
Class viii ch-4 working with queries
Class  viii ch-4 working with queriesClass  viii ch-4 working with queries
Class viii ch-4 working with queries
 
Test planning & estimation
Test planning & estimationTest planning & estimation
Test planning & estimation
 
The complete guide for software integration testing | David Tzemach
The complete guide for software integration testing | David TzemachThe complete guide for software integration testing | David Tzemach
The complete guide for software integration testing | David Tzemach
 
Integration testing
Integration testingIntegration testing
Integration testing
 
System Requirements
System Requirements System Requirements
System Requirements
 
Generic process model
Generic process modelGeneric process model
Generic process model
 
Version control
Version controlVersion control
Version control
 
Ch 1-final-file organization from korth
Ch 1-final-file organization from korthCh 1-final-file organization from korth
Ch 1-final-file organization from korth
 
Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)Software Development Life Cycle (SDLC)
Software Development Life Cycle (SDLC)
 

Similar a Sdec10 lean package implementation

Art of Implementing a Business Solution
Art of Implementing a Business SolutionArt of Implementing a Business Solution
Art of Implementing a Business SolutionGrady Beaubouef
 
Microsoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case StudiesMicrosoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case Studiesmeritweb
 
Applying both of waterfall and iterative development
Applying both of waterfall and iterative developmentApplying both of waterfall and iterative development
Applying both of waterfall and iterative developmentDeny Prasetia
 
Lecture3.se.pptx
Lecture3.se.pptxLecture3.se.pptx
Lecture3.se.pptxAmna Ch
 
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...AgileNetwork
 
Top 10 Agile Metrics
Top 10 Agile MetricsTop 10 Agile Metrics
Top 10 Agile MetricsXBOSoft
 
UNIT V - 1 SPM.pptx
UNIT V - 1 SPM.pptxUNIT V - 1 SPM.pptx
UNIT V - 1 SPM.pptxDevnath13
 
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)Samuel Chin, PMP, CSM
 
Agile projects are for delivering packaged software too
Agile projects are for delivering packaged software tooAgile projects are for delivering packaged software too
Agile projects are for delivering packaged software tooDavid Harmer
 
Asset Finance Agile Projects
Asset Finance Agile ProjectsAsset Finance Agile Projects
Asset Finance Agile ProjectsDavid Pedreno
 
Lean Based Sofware Development
Lean Based Sofware DevelopmentLean Based Sofware Development
Lean Based Sofware DevelopmentSemen Arslan
 

Similar a Sdec10 lean package implementation (20)

Sdec10 lean AMS
Sdec10 lean AMSSdec10 lean AMS
Sdec10 lean AMS
 
Art of Implementing a Business Solution
Art of Implementing a Business SolutionArt of Implementing a Business Solution
Art of Implementing a Business Solution
 
Microsoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case StudiesMicrosoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case Studies
 
Applying both of waterfall and iterative development
Applying both of waterfall and iterative developmentApplying both of waterfall and iterative development
Applying both of waterfall and iterative development
 
Proj Mgmt.ppt
Proj Mgmt.pptProj Mgmt.ppt
Proj Mgmt.ppt
 
Blended Agile
Blended AgileBlended Agile
Blended Agile
 
Web engineering
Web engineeringWeb engineering
Web engineering
 
Lecture3.se.pptx
Lecture3.se.pptxLecture3.se.pptx
Lecture3.se.pptx
 
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...
ANIn Ahmedabad Feb 2024 | Addressing Challenges in Project Management via Agi...
 
Top 10 Agile Metrics
Top 10 Agile MetricsTop 10 Agile Metrics
Top 10 Agile Metrics
 
Are you Agile enough?
Are you Agile enough?Are you Agile enough?
Are you Agile enough?
 
UNIT V - 1 SPM.pptx
UNIT V - 1 SPM.pptxUNIT V - 1 SPM.pptx
UNIT V - 1 SPM.pptx
 
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)
Products and Value: An Agile Perspective BY Matt Nudelmann (GUEST PRESENTER)
 
Agile 101
Agile 101Agile 101
Agile 101
 
Agile projects are for delivering packaged software too
Agile projects are for delivering packaged software tooAgile projects are for delivering packaged software too
Agile projects are for delivering packaged software too
 
Agile projects
Agile projectsAgile projects
Agile projects
 
Asset Finance Agile Projects
Asset Finance Agile ProjectsAsset Finance Agile Projects
Asset Finance Agile Projects
 
Lean Based Sofware Development
Lean Based Sofware DevelopmentLean Based Sofware Development
Lean Based Sofware Development
 
Cost estimation
Cost estimationCost estimation
Cost estimation
 
Chapter 2
Chapter 2 Chapter 2
Chapter 2
 

Más de Terry Bunio

Uof m empathys role
Uof m empathys roleUof m empathys role
Uof m empathys roleTerry Bunio
 
Data modeling tips from the trenches
Data modeling tips from the trenchesData modeling tips from the trenches
Data modeling tips from the trenchesTerry Bunio
 
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015Terry Bunio
 
Pr dc 2015 sql server is cheaper than open source
Pr dc 2015 sql server is cheaper than open sourcePr dc 2015 sql server is cheaper than open source
Pr dc 2015 sql server is cheaper than open sourceTerry Bunio
 
Asper database presentation - Data Modeling Topics
Asper database presentation - Data Modeling TopicsAsper database presentation - Data Modeling Topics
Asper database presentation - Data Modeling TopicsTerry Bunio
 
The final frontier v3
The final frontier v3The final frontier v3
The final frontier v3Terry Bunio
 
Ssrs and sharepoint there and back again - SQL SAT Fargo
Ssrs and sharepoint   there and back again - SQL SAT FargoSsrs and sharepoint   there and back again - SQL SAT Fargo
Ssrs and sharepoint there and back again - SQL SAT FargoTerry Bunio
 
A data driven etl test framework sqlsat madison
A data driven etl test framework sqlsat madisonA data driven etl test framework sqlsat madison
A data driven etl test framework sqlsat madisonTerry Bunio
 
Dimensional modeling primer
Dimensional modeling primerDimensional modeling primer
Dimensional modeling primerTerry Bunio
 
SSRS and Sharepoint there and back again
SSRS and Sharepoint   there and back againSSRS and Sharepoint   there and back again
SSRS and Sharepoint there and back againTerry Bunio
 
The final frontier
The final frontierThe final frontier
The final frontierTerry Bunio
 
Role of an agile pm
Role of an agile pmRole of an agile pm
Role of an agile pmTerry Bunio
 
Introduction to lean and agile
Introduction to lean and agileIntroduction to lean and agile
Introduction to lean and agileTerry Bunio
 
Pmi june 5th 2007
Pmi june 5th 2007Pmi june 5th 2007
Pmi june 5th 2007Terry Bunio
 
Pmi sac november 20
Pmi sac november 20Pmi sac november 20
Pmi sac november 20Terry Bunio
 
Iiba.november.09
Iiba.november.09Iiba.november.09
Iiba.november.09Terry Bunio
 

Más de Terry Bunio (20)

Uof m empathys role
Uof m empathys roleUof m empathys role
Uof m empathys role
 
Ictam big data
Ictam big dataIctam big data
Ictam big data
 
Data modeling tips from the trenches
Data modeling tips from the trenchesData modeling tips from the trenches
Data modeling tips from the trenches
 
#YesEstimates
#YesEstimates#YesEstimates
#YesEstimates
 
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015
Dimensional modeling primer - SQL Saturday Madison - April 11th, 2015
 
Pr dc 2015 sql server is cheaper than open source
Pr dc 2015 sql server is cheaper than open sourcePr dc 2015 sql server is cheaper than open source
Pr dc 2015 sql server is cheaper than open source
 
Breaking data
Breaking dataBreaking data
Breaking data
 
Asper database presentation - Data Modeling Topics
Asper database presentation - Data Modeling TopicsAsper database presentation - Data Modeling Topics
Asper database presentation - Data Modeling Topics
 
The final frontier v3
The final frontier v3The final frontier v3
The final frontier v3
 
Ssrs and sharepoint there and back again - SQL SAT Fargo
Ssrs and sharepoint   there and back again - SQL SAT FargoSsrs and sharepoint   there and back again - SQL SAT Fargo
Ssrs and sharepoint there and back again - SQL SAT Fargo
 
A data driven etl test framework sqlsat madison
A data driven etl test framework sqlsat madisonA data driven etl test framework sqlsat madison
A data driven etl test framework sqlsat madison
 
Dimensional modeling primer
Dimensional modeling primerDimensional modeling primer
Dimensional modeling primer
 
SSRS and Sharepoint there and back again
SSRS and Sharepoint   there and back againSSRS and Sharepoint   there and back again
SSRS and Sharepoint there and back again
 
The final frontier
The final frontierThe final frontier
The final frontier
 
Role of an agile pm
Role of an agile pmRole of an agile pm
Role of an agile pm
 
Estimating 101
Estimating 101Estimating 101
Estimating 101
 
Introduction to lean and agile
Introduction to lean and agileIntroduction to lean and agile
Introduction to lean and agile
 
Pmi june 5th 2007
Pmi june 5th 2007Pmi june 5th 2007
Pmi june 5th 2007
 
Pmi sac november 20
Pmi sac november 20Pmi sac november 20
Pmi sac november 20
 
Iiba.november.09
Iiba.november.09Iiba.november.09
Iiba.november.09
 

Último

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 

Último (20)

SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 

Sdec10 lean package implementation

  • 2. Lean/Agile Myth #12 • Lean and Agile Methodologies are only applicable for greenfield opportunities - Not applicable for brownfield - Not applicable for Package Integration - Not applicable for Application Maintenance Services (Yesterday)
  • 3. Agenda • What are Package Implementation Projects ? • How are Package Implementation Project typically done? • What aspects of Package Implementation projects could be done in a Lean Manner? • Questions
  • 4. • What are Package Implementation Projects ?
  • 5. Package Implementation Projects • Package Implementation Projects are projects that typically involves a Commercial Off The Shelf(COTS) product that needs to be integrated into the client environment. • These products involve more or less configuration and customization depending on the product and fit to the client’s requirements.
  • 6. Audience Participation • Question #1 – Why do companies choose COTS products? - Time to Market? - Cost? - Transfer of Risk? - Shared Cost of Ownership? - Available resources/capacity? - Product fit to Requirements? - Others?
  • 7. Reasons for choosing COTS products • Surprisingly, the two main reasons for selecting COTS products to address a business problem are: - Transfer of Risk - Shared Cost of Ownership • The one reason which should have greater importance but usually is not taken into consideration: - Product Fit to Requirements (read Cost) - Rule of thumb is that an 80-90% fit is required to make a COTS implementation cost effective. Otherwise possibly more money would be spent customizing a COTS package than building new.
  • 8. • How are Package Implementation Project typically done?
  • 9. Application Maintenance Services Components Painful Implementation Painful Testing Painful Specification Painful Contracting
  • 10. Contracting • This is done is a very adversarial way to try and anticipate all aspects of the relationship to ensure both parties are covered. • The contracts are very detailed and allow for very little change and modification • Most of the contract deals with how the companies will interact and there is little to any mention of the business problem being solved.
  • 11. Specification • Specification follows the contracting process and the emphasis is to create extremely detailed specification documents to define all the functionality required. • Of course there are always items not thought of or not detailed enough. • Many time the product rationale is used to defend functionality. (i.e. that is how the product works) This can be initially accepted by the business but frequently requires change later when reality hits.
  • 12. Testing • Testing of the COTS application is then problematic and it builds upon the specification which was built upon the contract. • Testing then attempts to verify that the application works as documented. Lost in this process is whether the application is actually addressing the business problem.
  • 13. Implementation • Implementation is then built upon the testing which was built upon the specification which was built upon the contract and the question that is asked at Implementation is not: - Does this solve the business problem? • Rather it is: - Can you accept this solution and go live?
  • 14. Where did it all go wrong?
  • 15. Lean Principles Refresher • Before we discuss how Package Implementation can be done in a Lean manner, let’s do a Lean Principles Refresher
  • 16. Lean Software Development • Lean Software development is a style of software development that emphasizes customer satisfaction through continuous delivery of functional software. In contrast to traditional software development methods, lean developers liaise continuously with business clients. • Their objective is to deliver working software as frequently as every two weeks during a project, and welcome changes to the requirements in response to evolving business needs.
  • 17. Lean Software Development • The most crucial aspect of Lean is the execution of the project in iterations and quick feedback loops possible because of these iterations. It is essential to note that these iterations to not just apply to construction, they also apply to the following tasks: - Project Management and Planning - Analysis - Technical Design - Testing - Deployment
  • 18. Lean Software Development • Iteration planning is ‘the’ key planning initiative - Iterations need to be planned in conjunction with the client to accomplish the following: • Deliver functionality to define the cadence and tempo of the project • Deliver functionality to deliver real value to the client • Deliver functionality to reduce and minimize risk for the entire project • Lessons learned from one iteration must feed into subsequent iterations so that we don’t execute the project in iterations with similar results, but that we execute the project in iterations with better results. - We execute better, smarter, and quicker
  • 19. Lean Software Development Principles • Eliminate Waste - The three biggest wastes in software development are: - Extra Features - Churn - Crossing Boundaries • Build Quality In - If you routinely find defects in your verification process, your process is defective. - Mistake-Proof Code with Test-Driven Development - Stop Building Legacy Code - The Big Bang is Obsolete
  • 20. Lean Software Development Principles • Create Knowledge - Planning is useful. Learning is essential. - Use the Scientific Method - Standards Exist to be Challenged and Improved - Predictable Performance is Driven by Feedback • Defer Commitment - Abolish the idea that it is a good idea to start development with a complete specification. - Break Dependencies - Maintain Options - Schedule Irreversible Decisions at the Last Responsible Moment
  • 21. Lean Software Development Principles • Deliver Fast - Lists and queues are buffers between organizations that simply slow things down. - Rapid Delivery, High Quality, and Low Cost are Fully Compatible - Queuing Theory Applies to Development, not Just Servers - Limit Work to Capacity • Respect People - Engaged, thinking people provide the most sustainable competitive advantage. - Teams Thrive on Pride, Commitment, Trust, and Applause - Provide Effective Leadership - Respect Partners • Optimize the Whole - Brilliant products emerge from a unique combination of opportunity and technology. - Focus on the Entire Value Stream - Deliver a Complete Product - Measure UP
  • 22. • What aspects of Package Implementation projects could be done in a Lean Manner?
  • 23. Audience Participation • Question #2 – How could we implement an COTS application in a Lean Manner? - Visual Project Management? • i.e. dashboards/Ticket Boards - Iterations? - Requirement Management? - Implementation? - Logistics? - Lean Project Management? • i.e. Daily Stand ups
  • 24. Requirements Management • Requirements Management is key to any successful project. For Package Implementation projects it becomes even more important to ensure everyone understands the requirements. • Frequently Use Cases are the traditional way of documenting requirements. • A much better way of defining requirements are: - User Stories - Test Cases
  • 25. User Stories • A user story of one or more sentences in the everyday or business language of the user that captures what the user wants to achieve. • They are typically in the following format: - "As a <role>, I want <goal/desire> so that <benefit>" • User Stories are much more concise that Use Cases and provide this extra communication and detail required when dealing with an external and somewhat unknown COTS product. • These User Stories can then be collected together to define features of the system.
  • 26. User Stories • One challenge with User Stories is the ability to document batch on non end user processes • Honestly we need to address this on all Lean project
  • 27. Test Cases • Traditionally Test Cases are not used for Requirements Management but rather for the testing process itself. • Ultimately, there are no better requirements than to list the test cases that will confirm the requirement has been met or not met. • These Test Cases should be defined at the start of the project and with User Stories will define the system requirements.
  • 28. Iterations • Traditionally, Package Implementations follow a Big Bang approach. All the functionality is analyzed, designed, coded, tested, and implemented at once. • This does not take advantage of one of the main tenets of Lean to execute better as we progress through the project. • It is highly recommended that Package Implementations also be implemented in iterations. These iterations should go right through to production.
  • 29. Iterations • It is important to remember that these iterations are not just for development and testing, but for all phases of the project including testing and implementation. • Sometimes critical items are left out of iterations like Reporting and Data Conversion. This is not recommended. An iteration must be able to stand on it’s own.
  • 30. Iteration Schedule • Agreement on scope and schedule • Execution of required scope • Demonstration of iteration scope - This is more than a simple project led demonstration - The business execute all of the User Stories and Test cases to ensure the expected outcome occur • Feedback is then solicited for new User Stories or test cases that should be added to future iterations • Clients are then asked to sign off that iteration
  • 31. Implementation • For some unknown reason the bulk of Package Implementations still implement using the Big Bang approach • Very rarely are they implemented using the parallel or pilot approach • This adds a great amount of risk to the projects.
  • 32. Contractual • Include Contractual incentives - profit sharing for finishing early - Cost sharing for finishing late - Ability and incentive to add additional business value • Concept of trading User Stories
  • 33. Logistics • Lean Software Development recommends having the project team and business co-located. • For Package Implementations, I would also recommend that the vendor should also be co-located.
  • 34. Conclusion • The principles of Lean Software Development are applicable to all types of projects • They are some areas of Package Implementation projects that can benefit greatly. These are: - Requirements Management - Iterations - Implementation - Contractual - Logistics