Skip to content

Instantly share code, notes, and snippets.

@joaovissoci
Forked from rpietro/agile_principles.md
Created December 12, 2013 02:37
Show Gist options
  • Save joaovissoci/7922393 to your computer and use it in GitHub Desktop.
Save joaovissoci/7922393 to your computer and use it in GitHub Desktop.

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