Skip to content

Instantly share code, notes, and snippets.

@rpietro
Created September 4, 2013 13:28
Show Gist options
  • Save rpietro/6436946 to your computer and use it in GitHub Desktop.
Save rpietro/6436946 to your computer and use it in GitHub Desktop.
Key words or constructs summarizing Agile principles

Agile principles summarized in key words

  1. Customer focus: Our highest priority is to satisfy the customer through early and continuous delivery of valuable software.
  2. Adapting: Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage.
  3. Working cycles: Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.
  4. Teamwork: Business people and developers must work together daily throughout the project.
  5. Team support: Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done.
  6. Communication: The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
  7. Functioning product: Working software is the primary measure of progress.
  8. Iterative cycles: Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely.
  9. Quality: Continuous attention to technical excellence and good design enhances agility.
  10. Simplicity: Simplicity--the art of maximizing the amount of work not done--is essential.
  11. Self-organization: The best architectures, requirements, and designs emerge from self-organizing teams.
  12. Reflexivity: At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment