Skip to content

Instantly share code, notes, and snippets.

@smirnoffs
Last active August 11, 2021 10:14
Show Gist options
  • Save smirnoffs/59bf6eade1d2951bde74a367a5b4afbe to your computer and use it in GitHub Desktop.
Save smirnoffs/59bf6eade1d2951bde74a367a5b4afbe to your computer and use it in GitHub Desktop.
Team Process

The Process

Key principles

  • Integrate the code as fast as possible, the code that is not ready should be disabled by feature flags.
  • Deliver frequently, deploy frequency improves quality, decreases rework.
  • Enable fast flow from development to production by reducing variability and batch sizes (slice big tasks, deliver often).
  • Visualize team goals and targets, actively monitor and visualize performance to goals/targets. Visualize and minimize WIP.
  • Eliminate unnecessary controls (code review, QA, manager's approval), automate quality, invest in team capabilities and autonomy.
  • High cooperation, knowledge sharing, novelty and innovations are highly welcomed.

Books to Read

  1. Accelerate (Amazon.de). Must read.

    Key ideas:

    • deploy frequency increases quality, decreases time to recovery and failure rate
    • lean management and continuous delivery are key ingredients of performant team culture
    • Continuous Delivery decreases Rework, Burnout and Deployment Pain
    • Components of Lean Management: Work in Small Batches, Make Flow of Work Visible, Gather and Implement Feedback, Team Experimentation
    • CD and LM improves Job Satisfaction
    • Helpful practices to create high-performant generative culture (Westrum organizational culture):
      • High cooperation.
      • Messengers are trained.
      • Risks are shared.
      • Bridging is encouraged.
      • Failure leads to inquiry.
      • Novelty is implemented.
@smirnoffs
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment