General Principles:

  • Eliminate Waste
  • Amplify Learning
  • Decide as Late as Possible
  • Deliver as Fast as Possible
  • Empower the Team
  • Build Integrity In
  • See the Whole


Tools:

  1. Seeing Waste
  2. Value Stream Mapping
  3. Feedback
  4. Iterations
  5. Synchronization
  6. Set-based Development
  7. Options Thinking
  8. The Last Responsible Moment
  9. Making Decisions
  10. Pull Systems
  11. Queuing Theory
  1. Cost of Delay
  2. Self-Determination
  3. Motivation
  4. Leadership
  5. Expertise
  6. Perceived Integrity
  7. Conceptual Integrity
  8. Refactoring
  9. Testing
  10. Measurements
  11. Contracts

Page 16:###

Development Production
Designs the Recipe Makes the Dish
Quality is fitness for use Quality is conformance to requirements
Variable results are good Variable results are bad
Iteration generates value Iteration generates waste (rework)


Quality in software development results in a system with both perceived integrity and conceptual integrity. Perceived integrity means that the totality of the product achieves a balance of function, usability, reliability, and economy that delights customers. Conceptual integrity means that the system’s central concepts work together as a smooth, cohesive whole.


Page 30:

  • The team must be small and staffed with the necessary expertise. Some team members must be experienced in the domain and some in each critical technology.
  • The team must have enough information about requested features to be able to decide what is feasible to accomplish in the time-box.
  • The team must be assured of getting the resources it needs.
  • Team members must have the freedom, support, and skill to figure out how to meet its commitments.
  • The team must have or create the basic environment for good programming:
    • Automated build process
    • Automated testing
    • Coding standards
    • Version Control
    • Etc.


Page 64:

A clear statement of intent is the key to enabling emergent behavior on the front line. In business, the communicating intent is generally done through a small set of well-chosen, simple rules.


Page 65:

This is the key to simple rules: They allow everyone in an organization to act quickly, synchronously, in a coordinated manner, without the necessity of waiting for instructions from above.


Page 72:

The simple mathematical fact working here is that variation is always amplified as it moves down a chain of connected events. A little variation in step one introduces a huge variation five steps later.


Page 82:

Queueing theory is a well-known discipline that applies whenever something flows through a constrained resource. Here is a quick summary of how queues work:

  • Measuring the amount of work waiting to be done (let’s call this work-in-queue) is equivalent to measuring the cycle time of a system.
  • As variability (in arrival time or processing time) increases, cycle time and work-in-queue will increase.
  • As batch size increases, variability in arrival and processing time increases, and therefore cycle time and work-in-queue will increase.
  • As utilization increases, cycle time will increase nonlinearly.
  • As variability increases, cycle time will increase nonlinearly.
  • Continuous flow requires a reduction in variability.
  • Variability may be reduced by an even arrival of demand, small batches, an even rate of processing, and parallel processing.
  • Decreasing variability early in the process has larger impact than decreasing various ability late in the process.


Page 96:

Frequently, the programs increases the intensity of factors leading to job dissatisfaction (policy, supervision, administration) instead of increasing factors that contribute to job satisfaction (achievement, recognition, responsibility).


Page 97:

As frequently implemented, these programs tend to remove process design and decision-making authority from developers and put it under control of central organizations … Lean thinking capitalizes on the intelligence of front-line workers, believing that they are the ones who should determine and continually improve the way they do their jobs.


Page 98:

Ibid: “To truly accelerate development work and optimize time-to-market, your people must do their jobs the right way the very first time” (p. 10). “Require detailed and complete plans, review these plans, and then negotiate commitments with the people who will do the work” (p. 39). Humphrey calls this “rational management.” It seems to us that rational management has a tendency to foster sequential development and it does not deal well with uncertainty. Highsmith’s “optimization paradox” discusses how increasing focus on prediction and control induces failure in uncertain environments.


Page 116:

PRoject leaders play an important role in an agile project; it’s just not the role they learned at their project management class. Instead of scheduling with Pert and Gantt charts, they create a release plan with frequent milestones and keep the focus on meeting iteration commitments. … instead of worrying about change approval processes, they worry about change-tolerant design practices.


Page 128:

Integrity


Page 129:

Three fundamental requirements for improved software development performance are:

  • Increased application domain knowledge across the entire software development staff.
  • Acceptance of change as an ordinary process and the capability to accommodate emergent design decisions.
  • An environment that enhances communication to integrate people, tools, and information.


Page 144:

Refactoring Productivity


Page 153:

Jay Forrester … notes that the policies established to solve a problem will often exacerbate the problem, creating a downward spiral; As a problem gets worse, managers apply even more aggressively the policies that are causing the problem.


Page 159:

If you can’t measure everything that is necessary to optimize the overall business goal, then you are better off without the sub-optimizing partial measurements. Otherwise, you are in serious danger of encouraging sub-optimized behavior.