SlideShare a Scribd company logo
1 of 6
Agile Project delivery Methods and Leadership<br />Author: Ranjith Varghese<br />Email:Varghese.ranjith@gmail.com<br />Date: 20/05/2010<br />                                 “       Do it first, then do it right, then do it fast    “<br />This document is written for Agile Project Leader Practitioner  Certification with DSDM Consortium. All Customer, project and vendor related information is removed from this doc due to confidentiality requirements. No information in this document should be replicated without author’s permission.<br />Introduction to the project<br />The project involves development upgrade and maintenance of a product to manage CMSANS and DSLAMS in customer Network. It is a component of the customer OSS stack within 21CN Program which provides an interface between the customer order stack and the Multi-Service Access Node (MSAN) management systems. This supports the capacity management and provisioning of DSL services and the configuration of voice ports for the 21st Century Network. The 21C Network intends to replace classic network with IP based network. The product is developed using C++, Java and Oracle.<br />The customer 21C programs involve replacing the classic network with IP based equipments. The design and development of such a work in waterfall methods will be extremely difficult and near to impossible. Customer adapted agile scrum methodologies for delivering the 21CN stack and forced all vendors to do the same. I have been working on this project for past 4 years and I am leading the Design and work backlog creation team for past 2 years.<br />Project delivery mechanism<br />Work Backlog creation<br />The customer work backlog is created by the CFT (Cross functional Team). The CFT is set of designers from different components discuss together on the requirements. I lead this process from our component. Each requirement comes as a Demand story which is further broken down into CE story, DOMAIN story and component story. The initial requirement is raised as a Demand story which states the business initiative. This will be broken down into different End to End design story, there will be different design required to satisfy above business initiative like building infrastructure building service capability etc. Separate stories will be created for each. Now that the requirement is clear in terms of technical impact the story is further broken down into component impact. The process in illustrated in figure 1<br /> <br />Figure 1<br />The designers discuss the impact on each component and dependencies, if any of the stories need to be blocked due to dependencies then other stories are progressed and impact identified. The component stories might be further broken into chunks to enable delivery. Once this process is complete the story will be marked as Ready to build.  A light weight design document will be produced by each component. Customer uses a tool called STORM to organize this process. This iterative process is continued for all business demands. My involvement in the above process is to identify the reusable building blocks, indentify the impact of new blocks, advice on best practices and priorities the blocks for solution delivery. Agile delivery requires building meaningful testable chunks which can be enhanced to reach the final solution.<br />Prioritization and Release planning <br />Customer conducts Release planning meeting for every release. The stories are assigned priority according to the business demand. Then stories are picked from the pool, the delivery capacity of each component and team is analyzed. The above process is coordinated by Customer release Manager, Customer Delivery Manager and My Component project Manager. Once the all teams and dependencies are aligned for a story then that story is committed for the release. Each release is split into 6 sprints and each story will be committed to a particular sprint and components will align to this commitment.<br />This iterative process is continued for all stories and all release planning meeting. My involvement in the above is to lead the release manager to identify the correct dependencies   and identify deliverable chunks. Sometimes business initiatives will demand a particular story delivery but if that can’t be delivered as a testable and extensible chunk then I advises the release manager accordingly.<br />Development, Delivery, testing and deployment<br />Once the scope is committed for a release then the development work starts for the release. We maintain baseline documents which are updated every release, for each story we create small documentation which is subset of baseline documentation. Once the release is complete we update the baseline document with the release changes. We have a development environment where we do unit testing in simulated environment and we have CIT (Continues Integration Test) team which will test each sprint with real equipments. We follow Test driven development were the test scripts are written first and the code to pass the test is written. Most of the time more than one person will be working in the same area.  Every 2 weeks the code will be delivered in to CIT environment as per the release planning commitment. This will happen 3 times for a release .Once the testing is complete for a release and if the testing is successful then the code is deployed on live .The complete cycle of release planning, testing and deployment repeats ever 6 week. We have a regression test suite to which we add test cases every sprint, the code will be automatically build every night and the test will be run every night.  This helps us to become extreme agile, if any urgent requirement comes up, we change the code and allow the nightly test to run, this will  enable quick delivery of fully tested code. Figure 2 explains agile delivery process<br />        Figure 2<br />I involve extensively in the above process. I involve with project manager indentifying the resources and planning the timelines. We follow test driven development. All test cases are reviews and finalized before the development work starts. Code will be changed only to pass the test cases that are already written. I involve key stakeholders and Customer architects to get approval for key design decisions. Changes are made to the process and delivery mechanism as per the feedback from Customer delivery management, Architect, Component management and team. We adapt to meaningful suggestion immediately and with Agility. <br />Bug fixing and Extreme Agility<br />For every two weeks sprint there could be bug report which will be fixed immediately and deployed back into CIT. Apart from bugs there could be some urgent requirement stories scoped in after release planning, we take this up if there is enough team capacity, we call this extreme agility. We train the team such that each resource can work on different areas so that any urgent requirements can be taken up.<br />Difficulties with Agile definitions and solutions<br />Most of the time agility is misunderstood for less documentation and less process oriented approach. The actual definition is giving priority to delivery over documentation and process instead of ignoring documentation and process. I believe correct and tightly couples process can be created for agile projects. I don’t believe in delivering software without all necessary documentation like high level design, low level design and user documentation. This is very critical is big projects like  21C. It becomes extremely difficult to follow process and documentation when we have to deliver software every two weeks. We found very good mechanism to overcome the problem. I create a small high level document for each story which clearly states the dependencies and requirement of a particular story, this is called the CFT document. This document just states the requirement without the implementation details and it’s done as part of work backlog creation. Once the work is scoped in the developer will create something called RDD, again this is a small document which will explain which all part of the baseline document will be changed. At the end of each release we update the baseline document with all the changes of that release and we do this every 6 week. By this approach we effectively maintain all the documents and we are truly agile.<br />Another problem in our project is recourse locations. Our project resources are spread across three Geographical locations in two countries in UK and India. Earlier this used to be three countries including Denmark. Agile methodologies give importance to face to face communication which is practically impossible in our case even though sometimes design work is done in hot house where designers get together in to a room. We work around this problem using communicator session. Everybody opens a communicator session and joins the conference. Any problem or roadblock is immediately discussed in the room. I see this more effective that face to face communication because in this case there is record of conversation, don’t have move from the seat and all are informed of the discussion. Apart from this we conduct standup calls every day morning where in which daily actions are discussed.   <br />Agile methodologies encourages delivering fast and quick, often this is misunderstood for delivering unusable software. Our customer strictly imposes RFT (Right First Time) in delivery and operations. RFT doesn’t mean what delivered should complete but the trick of agility is identifying that chunk which is correct and extensible to match the full functionality.<br />Another definition of Scrum method states that the scrum master is the only position and rest is team members. Most of the time this is highly misunderstood. I believe each member of the team should be given responsibility and accountability. The project manager should make it clear who is solely responsible for each area of functioning and make the resource responsible. If this is not done then it will create unwanted tension in the team<br />Conclusion<br />I find agile method extremely beneficial and helpful. Agile method actually reduce the pressure of huge delivery and pressure to complete full testing and deployment. Agile keeps the team always busy with work and sufficient work. It’s like a conveyer belt which keep moving bags from one place to another safely, just that more intelligence is put in to understand important and essentials bags.<br />
Agile Delivery Methods And Leadership
Agile Delivery Methods And Leadership
Agile Delivery Methods And Leadership
Agile Delivery Methods And Leadership
Agile Delivery Methods And Leadership

More Related Content

What's hot

The principles of agile development
The principles of agile developmentThe principles of agile development
The principles of agile developmentRajat Samal
 
The Business value of agile development
The Business value of agile developmentThe Business value of agile development
The Business value of agile developmentPhavadol Srisarnsakul
 
Periodic Table of Agile Principles and Practices
Periodic Table of Agile Principles and PracticesPeriodic Table of Agile Principles and Practices
Periodic Table of Agile Principles and PracticesJérôme Kehrli
 
Practical Guide to Scrum
Practical Guide to ScrumPractical Guide to Scrum
Practical Guide to ScrumPavel Dabrytski
 
Agile Methodologies And Extreme Programming
Agile Methodologies And Extreme ProgrammingAgile Methodologies And Extreme Programming
Agile Methodologies And Extreme ProgrammingUtkarsh Khare
 
Quality Assurance in Scrum
Quality Assurance in ScrumQuality Assurance in Scrum
Quality Assurance in ScrumKrystian Kaczor
 
A Pattern-Language-for-software-Development
A Pattern-Language-for-software-DevelopmentA Pattern-Language-for-software-Development
A Pattern-Language-for-software-DevelopmentShiraz316
 
Why Is Managing Software So Hard?
Why Is Managing Software So Hard?Why Is Managing Software So Hard?
Why Is Managing Software So Hard?Michael Lamont
 
Introduction to BDD
Introduction to BDDIntroduction to BDD
Introduction to BDDKnoldus Inc.
 
Agile Development Ultimate Slides
Agile Development Ultimate SlidesAgile Development Ultimate Slides
Agile Development Ultimate Slidesgilashikwa
 
Java Code Quality Improvements - DevWeek
Java Code Quality Improvements - DevWeekJava Code Quality Improvements - DevWeek
Java Code Quality Improvements - DevWeekZoltan Iszlai
 
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...Katy Slemon
 
Learn Scrum Engineering in 5 minutes
Learn Scrum Engineering in 5 minutesLearn Scrum Engineering in 5 minutes
Learn Scrum Engineering in 5 minutesguest035e0d
 
Successfully Implementing BDD in an Agile World
Successfully Implementing BDD in an Agile WorldSuccessfully Implementing BDD in an Agile World
Successfully Implementing BDD in an Agile WorldSmartBear
 
Project manager with 10+ years of IT experience.
Project manager with 10+ years of IT experience.Project manager with 10+ years of IT experience.
Project manager with 10+ years of IT experience.Rakesh Chandalia
 
Agility and planning : tools and processes
Agility and planning  : tools and processesAgility and planning  : tools and processes
Agility and planning : tools and processesJérôme Kehrli
 

What's hot (20)

Agile Testing
Agile Testing  Agile Testing
Agile Testing
 
The principles of agile development
The principles of agile developmentThe principles of agile development
The principles of agile development
 
The Business value of agile development
The Business value of agile developmentThe Business value of agile development
The Business value of agile development
 
Periodic Table of Agile Principles and Practices
Periodic Table of Agile Principles and PracticesPeriodic Table of Agile Principles and Practices
Periodic Table of Agile Principles and Practices
 
Practical Guide to Scrum
Practical Guide to ScrumPractical Guide to Scrum
Practical Guide to Scrum
 
Agile Methodologies And Extreme Programming
Agile Methodologies And Extreme ProgrammingAgile Methodologies And Extreme Programming
Agile Methodologies And Extreme Programming
 
Quality Assurance in Scrum
Quality Assurance in ScrumQuality Assurance in Scrum
Quality Assurance in Scrum
 
A Pattern-Language-for-software-Development
A Pattern-Language-for-software-DevelopmentA Pattern-Language-for-software-Development
A Pattern-Language-for-software-Development
 
Why Is Managing Software So Hard?
Why Is Managing Software So Hard?Why Is Managing Software So Hard?
Why Is Managing Software So Hard?
 
Introduction to BDD
Introduction to BDDIntroduction to BDD
Introduction to BDD
 
Agile Development Ultimate Slides
Agile Development Ultimate SlidesAgile Development Ultimate Slides
Agile Development Ultimate Slides
 
Java Code Quality Improvements - DevWeek
Java Code Quality Improvements - DevWeekJava Code Quality Improvements - DevWeek
Java Code Quality Improvements - DevWeek
 
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...
Tdd vs bdd vs atdd — developers’ methodologies to navigate complex developmen...
 
Agile course Part 1
Agile course Part 1Agile course Part 1
Agile course Part 1
 
Learn Scrum Engineering in 5 minutes
Learn Scrum Engineering in 5 minutesLearn Scrum Engineering in 5 minutes
Learn Scrum Engineering in 5 minutes
 
Agile Release & Iteration Planning
Agile Release & Iteration Planning   Agile Release & Iteration Planning
Agile Release & Iteration Planning
 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
 
Successfully Implementing BDD in an Agile World
Successfully Implementing BDD in an Agile WorldSuccessfully Implementing BDD in an Agile World
Successfully Implementing BDD in an Agile World
 
Project manager with 10+ years of IT experience.
Project manager with 10+ years of IT experience.Project manager with 10+ years of IT experience.
Project manager with 10+ years of IT experience.
 
Agility and planning : tools and processes
Agility and planning  : tools and processesAgility and planning  : tools and processes
Agility and planning : tools and processes
 

Similar to Agile Delivery Methods And Leadership

ch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfyedej15330
 
chapter-03-Agile view of process.ppt
chapter-03-Agile view of process.pptchapter-03-Agile view of process.ppt
chapter-03-Agile view of process.pptNakulP3
 
Tuli e services_development_process
Tuli e services_development_processTuli e services_development_process
Tuli e services_development_processTULI eServices Inc.
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous IntegrationPreetam Palwe
 
Agile Engineering
Agile EngineeringAgile Engineering
Agile EngineeringJohn Lewis
 
CPIN 269 Final Documentation
CPIN 269 Final DocumentationCPIN 269 Final Documentation
CPIN 269 Final DocumentationJennifer Cordes
 
Week_03-Agile Developmnet.ppt
Week_03-Agile Developmnet.pptWeek_03-Agile Developmnet.ppt
Week_03-Agile Developmnet.pptRedHeart11
 
Adm Initial Proposal
Adm Initial ProposalAdm Initial Proposal
Adm Initial Proposalcfry
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Muhammad Ahmed
 
An Inside Look At Extreme Programming Essay
An Inside Look At Extreme Programming EssayAn Inside Look At Extreme Programming Essay
An Inside Look At Extreme Programming EssaySharon Roberts
 
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docxmercysuttle
 
gtFace: Scrum (presentation)
gtFace: Scrum (presentation)gtFace: Scrum (presentation)
gtFace: Scrum (presentation)kostienko2
 
gtFace: Agile Scrum
gtFace: Agile ScrumgtFace: Agile Scrum
gtFace: Agile Scrumkostienko1
 
Week 4 Assignment - Software Development PlanScenario-Your team has be.docx
Week 4 Assignment - Software Development PlanScenario-Your team has be.docxWeek 4 Assignment - Software Development PlanScenario-Your team has be.docx
Week 4 Assignment - Software Development PlanScenario-Your team has be.docxestefana2345678
 
Uklug 2011 administrator development synergy
Uklug 2011 administrator development synergyUklug 2011 administrator development synergy
Uklug 2011 administrator development synergydominion
 

Similar to Agile Delivery Methods And Leadership (20)

ch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdfch2-Agile-Software-Development-engineerning.pdf
ch2-Agile-Software-Development-engineerning.pdf
 
Obsidian Agile DevOps
Obsidian Agile DevOpsObsidian Agile DevOps
Obsidian Agile DevOps
 
chapter-03-Agile view of process.ppt
chapter-03-Agile view of process.pptchapter-03-Agile view of process.ppt
chapter-03-Agile view of process.ppt
 
SE Lecture 3.ppt
SE Lecture 3.pptSE Lecture 3.ppt
SE Lecture 3.ppt
 
Tuli e services_development_process
Tuli e services_development_processTuli e services_development_process
Tuli e services_development_process
 
Continuous Integration
Continuous IntegrationContinuous Integration
Continuous Integration
 
Agile Engineering
Agile EngineeringAgile Engineering
Agile Engineering
 
CPIN 269 Final Documentation
CPIN 269 Final DocumentationCPIN 269 Final Documentation
CPIN 269 Final Documentation
 
Week_03-Agile Developmnet.ppt
Week_03-Agile Developmnet.pptWeek_03-Agile Developmnet.ppt
Week_03-Agile Developmnet.ppt
 
Agile Project Management
Agile Project ManagementAgile Project Management
Agile Project Management
 
SE chapter 4
SE chapter 4SE chapter 4
SE chapter 4
 
Adm Initial Proposal
Adm Initial ProposalAdm Initial Proposal
Adm Initial Proposal
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)
 
Dev ops lpi-701
Dev ops lpi-701Dev ops lpi-701
Dev ops lpi-701
 
An Inside Look At Extreme Programming Essay
An Inside Look At Extreme Programming EssayAn Inside Look At Extreme Programming Essay
An Inside Look At Extreme Programming Essay
 
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx
(Worthy & Heatley Networking Kimberly N. WorthyCIS 4.docx
 
gtFace: Scrum (presentation)
gtFace: Scrum (presentation)gtFace: Scrum (presentation)
gtFace: Scrum (presentation)
 
gtFace: Agile Scrum
gtFace: Agile ScrumgtFace: Agile Scrum
gtFace: Agile Scrum
 
Week 4 Assignment - Software Development PlanScenario-Your team has be.docx
Week 4 Assignment - Software Development PlanScenario-Your team has be.docxWeek 4 Assignment - Software Development PlanScenario-Your team has be.docx
Week 4 Assignment - Software Development PlanScenario-Your team has be.docx
 
Uklug 2011 administrator development synergy
Uklug 2011 administrator development synergyUklug 2011 administrator development synergy
Uklug 2011 administrator development synergy
 

Recently uploaded

Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewCrack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewNilendra Kumar
 
Application deck- Cyril Caudroy-2024.pdf
Application deck- Cyril Caudroy-2024.pdfApplication deck- Cyril Caudroy-2024.pdf
Application deck- Cyril Caudroy-2024.pdfCyril CAUDROY
 
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...nitagrag2
 
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改yuu sss
 
Ioannis Tzachristas Self-Presentation for MBA.pdf
Ioannis Tzachristas Self-Presentation for MBA.pdfIoannis Tzachristas Self-Presentation for MBA.pdf
Ioannis Tzachristas Self-Presentation for MBA.pdfjtzach
 
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一A SSS
 
Protection of Children in context of IHL and Counter Terrorism
Protection of Children in context of IHL and  Counter TerrorismProtection of Children in context of IHL and  Counter Terrorism
Protection of Children in context of IHL and Counter TerrorismNilendra Kumar
 
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一z xss
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxJenniferPeraro1
 
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCRdollysharma2066
 
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书saphesg8
 
Ch. 9- __Skin, hair and nail Assessment (1).pdf
Ch. 9- __Skin, hair and nail Assessment (1).pdfCh. 9- __Skin, hair and nail Assessment (1).pdf
Ch. 9- __Skin, hair and nail Assessment (1).pdfJamalYaseenJameelOde
 
Back on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveBack on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveMarharyta Nedzelska
 
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一fjjwgk
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Discovery Institute
 
Jumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3AJumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3Ajumarkdiezmo1
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607dollysharma2066
 
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一Fs
 

Recently uploaded (20)

Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interviewCrack JAG. Guidance program for entry to JAG Dept. & SSB interview
Crack JAG. Guidance program for entry to JAG Dept. & SSB interview
 
Application deck- Cyril Caudroy-2024.pdf
Application deck- Cyril Caudroy-2024.pdfApplication deck- Cyril Caudroy-2024.pdf
Application deck- Cyril Caudroy-2024.pdf
 
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
Escorts Service Near Surya International Hotel, New Delhi |9873777170| Find H...
 
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改
办澳洲詹姆斯库克大学毕业证成绩单pdf电子版制作修改
 
Ioannis Tzachristas Self-Presentation for MBA.pdf
Ioannis Tzachristas Self-Presentation for MBA.pdfIoannis Tzachristas Self-Presentation for MBA.pdf
Ioannis Tzachristas Self-Presentation for MBA.pdf
 
Students with Oppositional Defiant Disorder
Students with Oppositional Defiant DisorderStudents with Oppositional Defiant Disorder
Students with Oppositional Defiant Disorder
 
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
办理学位证(UoM证书)北安普顿大学毕业证成绩单原版一比一
 
Protection of Children in context of IHL and Counter Terrorism
Protection of Children in context of IHL and  Counter TerrorismProtection of Children in context of IHL and  Counter Terrorism
Protection of Children in context of IHL and Counter Terrorism
 
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
定制(SCU毕业证书)南十字星大学毕业证成绩单原版一比一
 
Issues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptxIssues in the Philippines (Unemployment and Underemployment).pptx
Issues in the Philippines (Unemployment and Underemployment).pptx
 
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Pitampura Delhi NCR
 
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书办理老道明大学毕业证成绩单|购买美国ODU文凭证书
办理老道明大学毕业证成绩单|购买美国ODU文凭证书
 
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort ServiceYoung Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
Young Call~Girl in Pragati Maidan New Delhi 8448380779 Full Enjoy Escort Service
 
Ch. 9- __Skin, hair and nail Assessment (1).pdf
Ch. 9- __Skin, hair and nail Assessment (1).pdfCh. 9- __Skin, hair and nail Assessment (1).pdf
Ch. 9- __Skin, hair and nail Assessment (1).pdf
 
Back on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental LeaveBack on Track: Navigating the Return to Work after Parental Leave
Back on Track: Navigating the Return to Work after Parental Leave
 
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一
定制(ECU毕业证书)埃迪斯科文大学毕业证毕业证成绩单原版一比一
 
Digital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, IndiaDigital Marketing Training Institute in Mohali, India
Digital Marketing Training Institute in Mohali, India
 
Jumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3AJumark Morit Diezmo- Career portfolio- BPED 3A
Jumark Morit Diezmo- Career portfolio- BPED 3A
 
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
Gurgaon Call Girls: Free Delivery 24x7 at Your Doorstep G.G.N = 8377087607
 
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
定制(Waikato毕业证书)新西兰怀卡托大学毕业证成绩单原版一比一
 

Agile Delivery Methods And Leadership

  • 1. Agile Project delivery Methods and Leadership<br />Author: Ranjith Varghese<br />Email:Varghese.ranjith@gmail.com<br />Date: 20/05/2010<br /> “ Do it first, then do it right, then do it fast “<br />This document is written for Agile Project Leader Practitioner Certification with DSDM Consortium. All Customer, project and vendor related information is removed from this doc due to confidentiality requirements. No information in this document should be replicated without author’s permission.<br />Introduction to the project<br />The project involves development upgrade and maintenance of a product to manage CMSANS and DSLAMS in customer Network. It is a component of the customer OSS stack within 21CN Program which provides an interface between the customer order stack and the Multi-Service Access Node (MSAN) management systems. This supports the capacity management and provisioning of DSL services and the configuration of voice ports for the 21st Century Network. The 21C Network intends to replace classic network with IP based network. The product is developed using C++, Java and Oracle.<br />The customer 21C programs involve replacing the classic network with IP based equipments. The design and development of such a work in waterfall methods will be extremely difficult and near to impossible. Customer adapted agile scrum methodologies for delivering the 21CN stack and forced all vendors to do the same. I have been working on this project for past 4 years and I am leading the Design and work backlog creation team for past 2 years.<br />Project delivery mechanism<br />Work Backlog creation<br />The customer work backlog is created by the CFT (Cross functional Team). The CFT is set of designers from different components discuss together on the requirements. I lead this process from our component. Each requirement comes as a Demand story which is further broken down into CE story, DOMAIN story and component story. The initial requirement is raised as a Demand story which states the business initiative. This will be broken down into different End to End design story, there will be different design required to satisfy above business initiative like building infrastructure building service capability etc. Separate stories will be created for each. Now that the requirement is clear in terms of technical impact the story is further broken down into component impact. The process in illustrated in figure 1<br /> <br />Figure 1<br />The designers discuss the impact on each component and dependencies, if any of the stories need to be blocked due to dependencies then other stories are progressed and impact identified. The component stories might be further broken into chunks to enable delivery. Once this process is complete the story will be marked as Ready to build. A light weight design document will be produced by each component. Customer uses a tool called STORM to organize this process. This iterative process is continued for all business demands. My involvement in the above process is to identify the reusable building blocks, indentify the impact of new blocks, advice on best practices and priorities the blocks for solution delivery. Agile delivery requires building meaningful testable chunks which can be enhanced to reach the final solution.<br />Prioritization and Release planning <br />Customer conducts Release planning meeting for every release. The stories are assigned priority according to the business demand. Then stories are picked from the pool, the delivery capacity of each component and team is analyzed. The above process is coordinated by Customer release Manager, Customer Delivery Manager and My Component project Manager. Once the all teams and dependencies are aligned for a story then that story is committed for the release. Each release is split into 6 sprints and each story will be committed to a particular sprint and components will align to this commitment.<br />This iterative process is continued for all stories and all release planning meeting. My involvement in the above is to lead the release manager to identify the correct dependencies and identify deliverable chunks. Sometimes business initiatives will demand a particular story delivery but if that can’t be delivered as a testable and extensible chunk then I advises the release manager accordingly.<br />Development, Delivery, testing and deployment<br />Once the scope is committed for a release then the development work starts for the release. We maintain baseline documents which are updated every release, for each story we create small documentation which is subset of baseline documentation. Once the release is complete we update the baseline document with the release changes. We have a development environment where we do unit testing in simulated environment and we have CIT (Continues Integration Test) team which will test each sprint with real equipments. We follow Test driven development were the test scripts are written first and the code to pass the test is written. Most of the time more than one person will be working in the same area. Every 2 weeks the code will be delivered in to CIT environment as per the release planning commitment. This will happen 3 times for a release .Once the testing is complete for a release and if the testing is successful then the code is deployed on live .The complete cycle of release planning, testing and deployment repeats ever 6 week. We have a regression test suite to which we add test cases every sprint, the code will be automatically build every night and the test will be run every night. This helps us to become extreme agile, if any urgent requirement comes up, we change the code and allow the nightly test to run, this will enable quick delivery of fully tested code. Figure 2 explains agile delivery process<br /> Figure 2<br />I involve extensively in the above process. I involve with project manager indentifying the resources and planning the timelines. We follow test driven development. All test cases are reviews and finalized before the development work starts. Code will be changed only to pass the test cases that are already written. I involve key stakeholders and Customer architects to get approval for key design decisions. Changes are made to the process and delivery mechanism as per the feedback from Customer delivery management, Architect, Component management and team. We adapt to meaningful suggestion immediately and with Agility. <br />Bug fixing and Extreme Agility<br />For every two weeks sprint there could be bug report which will be fixed immediately and deployed back into CIT. Apart from bugs there could be some urgent requirement stories scoped in after release planning, we take this up if there is enough team capacity, we call this extreme agility. We train the team such that each resource can work on different areas so that any urgent requirements can be taken up.<br />Difficulties with Agile definitions and solutions<br />Most of the time agility is misunderstood for less documentation and less process oriented approach. The actual definition is giving priority to delivery over documentation and process instead of ignoring documentation and process. I believe correct and tightly couples process can be created for agile projects. I don’t believe in delivering software without all necessary documentation like high level design, low level design and user documentation. This is very critical is big projects like 21C. It becomes extremely difficult to follow process and documentation when we have to deliver software every two weeks. We found very good mechanism to overcome the problem. I create a small high level document for each story which clearly states the dependencies and requirement of a particular story, this is called the CFT document. This document just states the requirement without the implementation details and it’s done as part of work backlog creation. Once the work is scoped in the developer will create something called RDD, again this is a small document which will explain which all part of the baseline document will be changed. At the end of each release we update the baseline document with all the changes of that release and we do this every 6 week. By this approach we effectively maintain all the documents and we are truly agile.<br />Another problem in our project is recourse locations. Our project resources are spread across three Geographical locations in two countries in UK and India. Earlier this used to be three countries including Denmark. Agile methodologies give importance to face to face communication which is practically impossible in our case even though sometimes design work is done in hot house where designers get together in to a room. We work around this problem using communicator session. Everybody opens a communicator session and joins the conference. Any problem or roadblock is immediately discussed in the room. I see this more effective that face to face communication because in this case there is record of conversation, don’t have move from the seat and all are informed of the discussion. Apart from this we conduct standup calls every day morning where in which daily actions are discussed. <br />Agile methodologies encourages delivering fast and quick, often this is misunderstood for delivering unusable software. Our customer strictly imposes RFT (Right First Time) in delivery and operations. RFT doesn’t mean what delivered should complete but the trick of agility is identifying that chunk which is correct and extensible to match the full functionality.<br />Another definition of Scrum method states that the scrum master is the only position and rest is team members. Most of the time this is highly misunderstood. I believe each member of the team should be given responsibility and accountability. The project manager should make it clear who is solely responsible for each area of functioning and make the resource responsible. If this is not done then it will create unwanted tension in the team<br />Conclusion<br />I find agile method extremely beneficial and helpful. Agile method actually reduce the pressure of huge delivery and pressure to complete full testing and deployment. Agile keeps the team always busy with work and sufficient work. It’s like a conveyer belt which keep moving bags from one place to another safely, just that more intelligence is put in to understand important and essentials bags.<br />