This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create The-Agile-Manifesto.md
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## The Agile Manifesto | ||
### For Agile Software Development | ||
|
||
Agile development was written in 2001 by a group of 17 software experts that included the creators of Scrum Extreme Programming (XP), Dynamic Systems Development Method (DSDM), and Crystal; a representative of feature-driven development; and several other thought leaders in the software industry. The Agile Manifesto established a common set of overarching values and principles for all of the individual agile methodologies at the time. This is that manifesto. | ||
|
||
We are uncovering better ways of developing software by doing it and helping others do it.Through this work we have come to value: | ||
|
||
1. Individuals and interactions over processes and tools. | ||
2. Working software over comprehensive documentation | ||
3. Customer collaboration over contract negotiation | ||
4. Responding to change over following a plan | ||
|
||
> That is, while there is value in the items on the right, we value the items on the left more. | ||
|
||
|
||
Original Signators: | ||
<li>Kent Beck | ||
<li>Mike Beedle | ||
<li>Arie van Bennekum | ||
<li>Alistair Cockburn | ||
<li>Ward Cunningham | ||
<li>Martin Fowler | ||
<li>James Grenning | ||
<li>Jim Highsmith | ||
<li>Andrew Hunt | ||
<li>Ron Jeffries | ||
<li>Jon Kern | ||
<li>Brian Marick | ||
<li>Robert C. Martin | ||
<li>Steve Mellor | ||
<li>Ken Schwaber | ||
<li>Jeff Sutherland | ||
<li>Dave Thomas | ||
|
||
Read the original at http://agilemanifesto.org/ |