Skip to main content

Basic Agile

Agile
Agile Manifesto
  • Individual & Interaction value more than Process & Tools
  • Working Software than Comprehensive Documentation
  • Customer Collaboration than Contract negotiation
  • Responding to change than following a plan

Agile Alliance
  • Crystal
  • Pragmatic Programming
  • Extreme Programming
  • Adaptive S/W Development
  • DSDM
  • Feature Driven Development
  • SCRUM

Agile Principles

  1. Customer Focused
    1. Early and continuous delivery software
    2. Welcome changing requirements
    3. Deliver working software frequently
  2. Team Focused
    1. Business people and developers work together daily
    2. Build projects around motivated individuals
    3. Emphasis on face-to-face interactions
  3. Development focused
    1. Working software shows progress
    2. Sustainable development pace
    3. Require technical excellence and good design
  4. Remaining
    1. Simplicity
    2. Self-Organizing team
    3. Regular Team retrospective and Adaptation

Comments

Popular posts from this blog

The SCRUM Guide Summary

SCRUM Referred from SCRUM guide by Jeff Sutherland and Ken Schwaber Scrum is a framework for developing, delivering, and sustaining complex products Scrum (n): A framework within which people can address complex adaptive problems, while productively and creatively delivering products of the highest possible value Uses of Scrum: Scrum was initially developed for managing and developing products. Starting in the early 1990s, Scrum has been used extensively, worldwide, to: Research and identify viable markets, technologies, and product capabilities; Develop products and enhancements; Release products and enhancements, as frequently as many times per day; Develop and sustain Cloud (online, secure, on-demand) and other operational environments for product use Sustain and renew products. Scrum is founded on empirical process control theory, or empiricism. Empiricism asserts that knowledge comes from experience and making decisions based on what is known. Scrum emp...