Skip to main content

Some tips for Agile DevOps transformation


Lot of companies start on the Agile transformation and find it very difficult. Some even go back to their old process. I have seen this in lot of "large" companies who have "established" process which they are following for many years.

Process control

Most of these companies have lots of process, checklists and control to manage the "work" which is then  manged by complex hierarchy of "mangers".  Many feel empowered by this complex multi-layer organizational hierarchy. I always wondered how actual works gets done, if any,  in such environment. Such companies  will be slow and costly and will end up like dinosaurs. An Agile/DevOps transformation for  such companies is very difficult.

The people connection

In today's knowledge industry people are the most critical and important part of any company.
The old process thrives with rigid rule and checklists. They focus on finding tools or solutions to meet the objective usually ignoring the people part.
Agile works differently by decentralizing the execution by empowering small teams which is at odds with such companies existing norms.
Agile works best when teams are empowered to learn by experimentation.  There is no failure as long as people learn from their experimentation.  The "control" process will never allow experimentation and this learning.

Tools, Process and culture

The biggest failure of so called "Agile Coaches/Transformation consultants and companies" is that they focus on the process, frameworks and tools, rather than the  existing organisational culture. This culture and people drives the behaviors. For a successful transformation this has to be changed.

Change is hard and it will not happen fast. In most organization there will be lot of people who will resist this change. For many the concept of Agile and DevOps will be new and the might feel that this new process will erode their power. They might even see this as a threat to their jobs.   It takes a  lot of effort, training, coaching and mentoring to make permanent changes in culture which could sustain the transformation.


Based on my experience i will suggest to start with these
  1. Start small so that failure doesn't "kills" any future discussion/adoption 
  2. Identify team/product who genuinely wants to change 
  3. Involve all stakeholders and train them or at least get their "blessings" 
  4. Don't fall for the consultant trap and  start all the "x"Ops together. 
  5. Create a small cross functional team - ideally 5-7 members
  6. Don't create big team for bigger project - http://www.theagileschool.com/2012/02/leveraging-scrum-for-large-projects-not.html 
  7. Keep your teams intact don't break them apart , bring work to team
  8. Assign full time people to team. It is better to have 1 person with 90% allocation rather than 3 people with 30% allocations.
  9. Scale your process to multiple teams/products
    • There are different scaling models for scaling Agile and DevOps practices to multiple teams
    • Try not to use any of the "frameworks" unless you have to.
    •  The best transformations i have seen are with the teams who grew organically keeping the Agile and DevOps principles 
  10. Keep SDLC simple and it should undergo periodic changes
  11. If scrum doesn't work experiment with Kanban or  create something new based on agile principles 
  12. Create a "fail-safe" ecosystem where team can fail safely and learn from it 
  13. Focus on automation and other ways of reducing technical debts. Ideally all the manual steps can be automated.
  14. Reduce the cycle time by implementing DevOps
  15. Identify short term and long term objectives for Agile and DevOps
    • This could be as simple as reducing the build time by 20 % 
    • or reduce the overall cycle time by 10 days
    • or reduce the number of manual tickets by 40 %
    • or reducing the residual bug by 30 %
  16. Focus on continuous improvement and not on tools or semantics of process
    • once you achieve the initial target review/update the goals
    • celebrate all the wins
    • learn from the "failures" and take corrective actions
  17. Get the help of an experienced coach who is willing to work with your team considering the unique culture and team dynamics you have

Comments

Popular posts from this blog

PDCA & SCRUM (or Agile); Why is it important?

The PDCA (Plan DO Check Act) cycle was made popular by Dr. W. Edwards Deming. This is a scientific cyclic process which can be used to improve the process (or product). This is cyclic in nature and usually time boxed. Plan  This is the first stage of the process. During this step the team discusses the objectives, the process and the clear conditions of exit (conditions of acceptance). This stage sets the measurable and achievable goals for the team. DO Team works together to achieve the objective set in the planning phase. Team works with the set of agreed process. Check Once the implantation is done team regroups and verifies the output and compares it to the agreed conditions of acceptance decided during the planning phase. The deviation, if any, is noted down. ACT If any deviation in planned tasks is observed during the Check stage, a root cause analysis is conducted. Team brainstorms and identifies the changes required to prevent such deviations in future. Team also

Why is potentially shippable product quality important

Agile teams work in iterations. During this period, they are supposed to work on product increments which can be “delivered” at the end of iteration. But how you know that the correct product was delivered? Many teams have different kinds of acceptance criteria and Definition of Done (DoD). But in many cases, this “done” is not the real “done” there might be some testing pending, some integration or review pending or anything else which prevents the actual use of the product increment. Many of these teams will need additional iterations to finish hardening their products. Many teams will implement different types of “gates” or approval steps to move to next stage. The free flow of product will be interrupted. They might end up doing mini waterfall within their agile process. Many don’t even realize this. This results in poor quality and requires additional effort to “harden” the product. Potentially Shippable Product increment The acceptance criteria and DoD should be modified

Product Backlog: Should you write everything in user story format?

I like user stories a lot. They help everyone talk the same language and results in a better product. User story alone does not constitute product requirement. User story is supposed to be a place holder for discussion which should happen between the team, Product Owner and the customer. This discussion result in a common understanding which along with the user story content is the product requirement. This format captures the essence of requirement without confusing the readers User Story is only one of the many different ways in which requirements can be represented. This is not mandatory in any Agile “process”. But many have made this mandatory. I have seen many spending countless hours trying to write the requirements in user story format when they could have easily written that in simple one-line sentence in few minutes.   I have seen team members refusing to even discuss the requirement until product owner rewrote the requirement in user story format. Once I