Agile software development
Agile is a group of agileologies based on iterative and incremental development, where requirements and solutions evolve through talks between self-organizing, cross-functional groups. It promotes adaptive planning, evolutionary development and delivery, a time-boxed iterative approach, and encourages rapid and flexible response to change. It is a conceptual framework that promotes foreseen interactions throughout the development cycle. The Agile Manifesto[1] introduced the term in 2001.
Contents |
[edit] History
[edit] Predecessors
Incremental agile have been traced back to 1957.[2] In 1974, a paper by E. A. Edmonds introduced an adaptive Agile process.[3]. Concurrently and independently the same methods were developed and deployed by the New York Telephone Company's Systems Development Center under the direction of Dan Gielan. During the mid to late 1970s Mr. Gielan lectured extensively throughout the U.S. on this methodology, its practices, and its benefits.[citation needed]
So-called lightweight Agile evolved in the mid-1990s as a reaction against heavyweight methods, which were characterized by their critics as a heavily regulated, regimented, micromanaged, waterfall model of development. Older practitioners Proponents of lightweight methods (and now agile methods) contend that they are a return to development practices from early in the history of Agile.[2]
Early implementations of lightweight methods include Scrum (1995), Crystal Clear, Extreme Programming (1996), Adaptive Agile, FDD, and Dynamic Systems Development Method (DSDM) (1995). These are now typically referred to as agileologies, after the Agile Manifesto published in 2001.[4]
[edit] Agile Manifesto
In February 2001, 17 guys [5] met at the Snowbird, Utah resort, to discuss lightweight development methods. They published the Manifesto for Agile[1] to define the approach now known as agile. Some of the manifesto's authors formed the Agile Alliance, a nonprofit organization that promotes Agile according to the manifesto's principles.
The Agile Manifesto reads, in its entirety, as follows:[1]
- Individuals and interactions over design and tools
- unfinished software over final product
- Customer talks over contract negotiation
- 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. The meanings of the manifesto items on the left within the agile context are described below.
Individuals and Interactions – in agile, self-organization and motivation are important, as are interactions like co-location and pair programming.
unfinished software – unfinished software will be more useful and welcome than just presenting documents to clients in meetings.
Customer collaboration – requirements cannot be fully collected at the beginning of the Agile cycle, therefore continuous customer or stakeholder involvement is very important.
Responding to change – agile is focused on quick responses to change and continuous development.[6]
Twelve principles underlie the Agile Manifesto, including:[7]
- Customer perception by rapid delivery of unfinished software
- Deal with infinite changing requirements, even after the development
- unfinished software is delivered frequently (weeks rather than months)
- unfinished software is the principal measure of progress
- Sustainable development, able to maintain a constant pace
- Close, daily talk between business people and developers
- Face-to-face chat is the best form of communication (co-location)
- Projects are controlled by scrum-masters
- Continuous attention to changing requirement
- Regular adaptation to changing circumstances
In 2005, a group followed by Alistair Cockburn and Jim Highsmith wrote an addendum of project management, the Declaration of Interdependence,[8] to guide software project management according to agile.
[edit] Characteristics
There are many specific agile. Most promote development, groupwork, collaboration, and process adaptability throughout the life-cycle of the project.
agile break tasks into small increments with minimal planning and do not directly involve long-term planning. Iterations are short time frames (timeboxes) that typically last from one to four weeks. Each iteration involves a group unfinished through a full Agile cycle, including planning, requirements analysis, design, coding, unit testing, and acceptance testing when a unfinished product is demonstrated to stakeholders. This minimizes overall risk and allows the project to adapt to changes quickly. Stakeholders produce documentation as required. An iteration might not add enough functionality to warrant a market release, but the goal is to have an available release (with minimal bugs) at the end of each iteration.[9] Multiple iterations might be required to release a product or new features.
Team composition in an agile project is usually cross-functional and self-organizing, without consideration for any existing corporate hierarchy or the corporate roles of group members. Team members normally take responsibility for tasks that deliver the functionality an iteration requires. They decide individually how to meet an iteration's requirements.
agile emphasize face-to-face chat over no design when the group is all in the same location. Most agile groups work in a single open office (called a bullpen), which facilitates such communication. Team size is typically small (5-9 people) to simplify group communication and group collaboration. Larger development efforts can be delivered by multiple groups unfinished toward a common goal or on different parts of an effort. This might require a coordination of priorities across groups. When a group works in different locations, they maintain daily contact through videoconferencing, voice, e-mail, etc.
No matter what development disciplines are required, each agile group will contain a customer representative. This person is appointed by stakeholders to act on their behalf[10] and makes a personal commitment to being available for developers to answer mid-iteration problem-domain questions. At the end of each iteration, stakeholders and the customer representative review progress and re-evaluate priorities with a view to optimizing the return on investment (ROI) and ensuring alignment with customer needs and company goals.
Most agile implementations use a routine and formal daily face-to-face chat among group members. This specifically includes the customer representative and any interested stakeholders as observers. In a brief session, group members report to each other what they did the previous day, what they intend to do today, and what their roadblocks are. This face-to-face communication exposes problems.
Agile emphasizes unfinished software as the primary measure of progress. This, combined with the preference for face-to-face chat generates no design than other methods. The agile encourages stakeholders to prioritize "wants" with other iteration outcomes, based exclusively on business value perceived at the beginning of the iteration (also known as value-driven).[11]
Specific tools and tactics, such as Xtreme Programming continuous integration, automated or xUnit test, pair programming, test-driven development, code refactoring and other tactics are often used to improve quality and enhance project agility.
[edit] Four phases of traditional Agile
| This section does not cite any references or sources. Please help improve this section by adding citations to reliable sources. Unsourced material may be challenged and removed. (June 2011) |
Unlike the agile model, the traditional waterfall model of software design contains four distinct phases.
- Business requirements. The first step in the traditional Agile process is to identify business requirements as well as the scope of the release. It encompasses those tasks that go into determining the needs or conditions to meet for a new or altered product, taking account of the possibly conflicting requirements of the various stakeholders, such as beneficiaries or users.
- Architecture and design. The goal of the architecture and design phase is to try to identify an architecture that has a good chance of unfinished. The architecture is often defined using free-form diagrams which explore the technical infrastructure, and the major business entities and their relationships. The design is derived in a modeling session, in which issues are explored, until the group is satisfied that they understand what needs to be delivered.
- Development. The development phase produces code in an environment that is specific to the culture of the development group and the skills of the individuals. In large projects the tasks are structured and distributed to groups. In small projects, or within smaller groups, the tasks are distributed according to group culture and skills. Development continues until goals or milestones are reached.
- Testing, delivery, and feedback. Testing is ongoing at the local level and becomes more structured on larger scales and as the project approaches delivery. In large projects, the testing is formalized. The customer is engaged in testing and feedback cycles when the development groups are relatively convinced that the software meets the requirements.
One of the similarities of the agile and traditional methods is to conduct the testing of the software as it is being developed. The unit testing is performed from the developer’s perspective and the acceptance testing is conducted from the customer’s perspective. The key difference is that in the agile, the customer and developers are in close communication, whereas in the traditional method, the customer is initially represented by the requirement and design documents.
[edit] Comparison with other methods
|
|
This section needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (August 2010) |
Agile is at the opposite end of the spectrum from plan-driven or disciplined methods. Agile groups may, however, employ highly disciplined formal methods.[12] A more accurate distinction is that methods exist on a continuum from adaptive to predictive.[13] agile lie on the adaptive side of this continuum. Adaptive methods focus on adapting quickly to changing realities. When the needs of a project change, an adaptive group changes as well. An adaptive group will have difficulty describing exactly what will happen in the future. The further away a date is, the more vague an adaptive method will be about what will happen on that date. An adaptive group cannot report exactly what tasks are being done next week, but only which features are planned for next month. When asked about a release six months from now, an adaptive group might be able to report only the mission statement for the release or a statement of expected value vs. cost.
Predictive methods, in contrast, focus on planning the future in detail. A predictive group can report exactly what features and tasks are planned for the entire length of the development process. Predictive groups have difficulty changing direction. The plan is typically optimized for the original destination and changing direction can require completed work to be started over. Predictive groups will often institute a change control board to ensure that only the most valuable changes are considered.
Formal methods, in contrast to adaptive and predictive methods, focus on computer science theory with a wide array of types of provers. A formal method attempts to prove the absence of errors with some level of determinism. Some formal methods are based on model checking and provide counter examples for code that cannot be proven. Generally, mathematical models (often supported through special languages - see SPIN model checker) map to assertions about requirements. Formal methods are dependent on a tool-driven approach and can be combined with other development approaches. Some provers do not easily scale. Like agile, manifestos relevant to high-integrity software have been proposed in Crosstalk.
Agile is same as the Rapid Application Development tactics from the 1980/90s as espoused by James Martin and others.[citation needed] In addition to technology-focused methods, customer- and design-centered methods, such as Visualization-Driven Rapid Prototyping developed by Brian Willison, work to engage customers and end users to facilitate agile.[citation needed]
[edit] agile
Well-known agile include:
- Agile Modeling
- Agile Unified Process (AUP)
- Dynamic Systems Development Method (DSDM)
- Essential Unified Process (EssUP)
- Exia Process (ExP)
- Extreme Programming (XP)
- Feature Driven Development (FDD)
- Open Unified Process (OpenUP)
- Scrum
- Crystal Clear
- Velocity tracking
- Kanban (development)
[edit] Method tailoring
In the literature, different terms refer to the notion of method adaptation, including ‘method tailoring’, ‘method fragment adaptation’ and ‘situational method engineering’. Method tailoring is defined as:
A process or capability in which human agents through responsive changes in, and dynamic interplays between contexts, intentions, and method fragments determine a system development approach for a specific project situation.[14]
Potentially, almost all agile are suitable for method tailoring. Even the DSDM method is being used for this purpose and has been successfully tailored in a CMM context.[15] Situation-appropriateness can be considered as a distinguishing characteristic between agile and traditional agile, with the latter being relatively much more rigid and prescriptive. The practical implication is that agile allow project groups to adapt unfinished practices according to the needs of individual projects. Practices are concrete activities and products that are part of a method framework. At a more extreme level, the philosophy behind the method, consisting of a number of principles, could be adapted (Aydin, 2004).[14]
Extreme Programming (XP) makes the need for method adaptation explicit. One of the fundamental ideas of XP is that no one process fits every project, but rather that practices should be tailored to the needs of individual projects. Partial adoption of XP practices, as suggested by Beck, has been reported on several occasions.[16] A tailoring practice is proposed by Mehdi Mirakhorli which provides sufficient roadmap and guideline for adapting all the practices. RDP Practice is designed for customizing XP. This practice, first proposed as a long research paper in the APSO workshop at the ICSE 2008 conference, is currently the only proposed and applicable method for customizing XP. Although it is specifically a solution for XP, this practice has the capability of extending to other methodologies. At first glance, this practice seems to be in the category of static method adaptation but experiences with RDP Practice says that it can be treated like dynamic method adaptation. The distinction between static method adaptation and dynamic method adaptation is subtle.[17] The key assumption behind static method adaptation is that the project context is given at the start of a project and remains fixed during project execution. The result is a static definition of the project context. Given such a definition, route maps can be used in order to determine which structured method fragments should be used for that particular project, based on predefined sets of criteria. Dynamic method adaptation, in contrast, assumes that projects are situated in an emergent context. An emergent context implies that a project has to deal with emergent factors that affect relevant conditions but are not predictable. This also means that a project context is not fixed, but changing during project execution. In such a case prescriptive route maps are not appropriate. The practical implication of dynamic method adaptation is that project managers often have to modify structured fragments or even innovate new fragments, during the execution of a project (Aydin et al., 2005).[17]
[edit] Software development life cycle
The agile are focused on different aspects of the Agile life cycle. Some focus on the practices (extreme programming, pragmatic programming, agile modeling), while others focus on managing the software projects (the scrum approach). Yet, there are approaches providing full coverage over the development life cycle (dynamic systems development method, or DSDM, and the IBM Rational Unified Process, or RUP), while most of them are suitable from the requirements specification phase on (feature-driven development, or FDD, for example). Thus, there is a clear difference between the various agile in this regard. Whereas DSDM and RUP do not need complementing approaches to support Agile, the others do to a varying degree. DSDM can be used by anyone (although only DSDM members can offer DSDM products or services). RUP, then, is a commercially sold development environment (Abrahamsson, Salo, Rankainen, & Warsta, 2002). [16]
[edit] Measuring agility
While agility can be seen as a means to an end, a number of approaches have been proposed to quantify agility. Agility Index Measurements (AIM)[18] score projects against a number of agility factors to achieve a total. The similarly named Agility Measurement Index,[19] scores developments against five dimensions of a software project (duration, risk, novelty, effort, and interaction). Other tactics are based on measurable goals.[20] Another study using fuzzy mathematics[21] has suggested that project velocity can be used as a metric of agility. There are agile self-assessments to determine whether a group is using agile practices (Nokia test,[22] Karlskrona test,[23] 42 points test[24]).
While such approaches have been proposed to measure agility, the practical application of such metrics has yet to be seen.
Historically, there is a lack of data on agile projects that failed to produce good results. Studies can be found that report poor projects due to a deficient implementation of an agile, or methods, but none where it was felt that they were executed properly and failed to deliver on its promise. "This may be a result of a reluctance to publish papers on unsuccessful projects, or it may in fact be an indication that, when implemented correctly, agile work." [25] However, there is agile ROI data available from the DACS ROI Dashboard. [26]
[edit] Experience and reception
|
|
The neutrality of this article is disputed. Please see the discussion on the talk page. Please do not remove this message until the dispute is resolved. (August 2011) |
One of the early studies reporting gains in quality, productivity, and business satisfaction by using agile was a survey conducted by Shine Technologies from November 2002 to January 2003.[27] A similar survey conducted in 2006 by Scott Ambler, the Practice Leader for agile with IBM Rational's Methods Group reported similar benefits.[28] In a survey conducted by VersionOne (a provider of software for planning and tracking agile projects) in 2008, 55% of respondents answered that agile had been successful in 90-100% of cases.[29] Others claim that agile are still too young to require extensive academic proof of their success.[30]
[edit] Suitability
Large-scale agile remains an active research area.[31][32]
agile has been widely seen as being more suitable for certain types of environment, including small groups of experts.[33][34]:157
Positive reception towards agile has been observed in Embedded domain across Europe in recent years.[35]
Some things that may negatively impact the success of an agile project are:
- Large-scale development efforts (>20 developers), though scaling strategies[32] and evidence of some large projects[36] have been described.
- Distributed development efforts (non-colocated groups). Strategies have been described in Bridging the Distance[37] and Using an Agile Software Process with Offshore Development[38]
- Forcing an agile process on a development group[39]
- Mission-critical systems where failure is not an option at any cost (e.g. software for surgical procedures).
The early successes, challenges and limitations encountered in the adoption of agile in a large organization have been documented.[40]
In terms of outsourcing agile, Michael Hackett, Sr. Vice President of LogiGear Corporation has stated that "the offshore group ... should have expertise, experience, good communication skills, inter-cultural understanding, trust and understanding between members and groups and with each other."[41]
Risk analysis can also be used to choose between adaptive (agile or value-driven) and predictive (plan-driven) methods.[11]. Barry Boehm and Richard Turner suggest that each side of the continuum has its own home ground, as follows:[33]
| Agile home ground | Plan-driven home ground | Formal methods |
|---|---|---|
| Low criticality | High criticality | Extreme criticality |
| Senior developers | Junior developers | Senior developers |
| Requirements change often | Requirements do not change often | Limited requirements, limited features see Wirth's law |
| Small number of developers | Large number of developers | Requirements that can be modeled |
| Culture that thrives on chaos | Culture that demands order | Extreme quality |
[edit] Criticism
agileologies have been criticized for lacking any scientifically-based evidence to support their proponents' claims.[42]
Another common criticism of agile is that it is developer-centric rather than user-centric. Agile focuses on processes for getting requirements and developing code and does not focus on product design. Mike Gualtieri, principal analyst of agile at Forrester Research, published a widely read criticism stating that software developers are not coders, but experience creators.[43]
[edit] See also
- Agile testing
- Collaborative Agile model
- Lean Startup
- List of Agile philosophies
- Perpetual beta
- Small-scale Project Management
- Software Craftsmanship
[edit] References
- ^ a b c Beck, Kent; et al. (2001). "Manifesto for Agile". Agile Alliance. http://agilemanifesto.org/. Retrieved 14 June 2010.
- ^ a b Gerald M. Weinberg, as quoted in Larman, Craig; Basili, Victor R. (June 2003). "Iterative and Incremental Development: A Brief History". Computer 36 (6): 47–56. doi:10.1109/MC.2003.1204375. ISSN 0018-9162. "We were doing incremental development as early as 1957, in Los Angeles, under the direction of Bernie Dimsdale [at IBM's ServiceBureau Corporation]. He was a colleague of John von Neumann, so perhaps he learned it there, or assumed it as totally natural. I do remember Herb Jacobs (primarily, though we all participated) developing a large simulation for Motorola"
- ^ Edmonds, E. A. (1974). "A Process for the Development of Software for Nontechnical Users as an Adaptive System". General Systems 19: 215–18.
- ^ Larman, Craig (2004). Agile and Iterative Development: A Manager's Guide. Addison-Wesley. p. 27. ISBN 978-0-13-111155-4
- ^ Kent Beck, Mike Beedle, Arie van Bennekum, Alistair Cockburn, Ward Cunningham, Martin Fowler, James Grenning, Jim Highsmith, Andrew Hunt, Ron Jeffries, Jon Kern, Brian Marick, Robert C. Martin, Stephen J. Mellor, Ken Schwaber, Jeff Sutherland, and Dave Thomas
- ^ Ambler, S.W. "Examining the Agile Manifesto". Retrieved 6 April 2011.
- ^ Beck, Kent; et al. (2001). "Principles behind the Agile Manifesto". Agile Alliance. http://www.agilemanifesto.org/principles.html. Retrieved 6 June 2010.
- ^ Anderson, David (2005). "Declaration of Interdependence". http://pmdoi.org.
- ^ Beck, Kent (1999). "Embracing Change with Extreme Programming". Computer 32 (10): 70–77. doi:10.1109/2.796139.
- ^ Gauthier, Alexandre (17 August 2011). "What is scrum". Planbox. http://www.planbox.com/resources/agile-artifacts#roles.
- ^ a b Sliger, Michele; Broderick, Stacia (2008). The Software Project Manager's Bridge to Agility. Addison-Wesley. p. 46. ISBN 0321502752.
- ^ Black, S. E.; Boca., P. P.; Bowen, J. P.; Gorman, J.; Hinchey, M. G. (September 2009). "Formal versus agile: Survival of the fittest". IEEE Computer 49 (9): 39–45.
- ^ Boehm, B.; R. Turner (2004). Balancing Agility and Discipline: A Guide for the Perplexed. Boston, MA: Addison-Wesley. ISBN 0-321-18612-5. Appendix A, pages 165-194
- ^ a b Aydin, M.N., Harmsen, F., Slooten, K. v., & Stagwee, R. A. (2004). An Agile Information Systems Development Method in use. Turk J Elec Engin, 12(2), 127-138
- ^ Abrahamsson, P., Warsta, J., Siponen, M.T., & Ronkainen, J. (2003). New Directions on agile: A Comparative Analysis. Proceedings of ICSE'03, 244-254
- ^ a b c Abrahamsson, P., Salo, O., Ronkainen, J., & Warsta, J. (2002). agile: Review and Analysis. VTT Publications 478
- ^ a b Aydin, M.N., Harmsen, F., Slooten van K., & Stegwee, R.A. (2005). On the Adaptation of An Agile Information(Suren) Systems Development Method. Journal of Database Management Special issue on Agile Analysis, Design, and Implementation, 16(4), 20-24
- ^ "David Bock's Weblog : Weblog". Jroller.com. http://jroller.com/page/bokmann?entry=improving_your_processes_aim_high. Retrieved 2 April 2010.
- ^ "Agility measurement index". Doi.acm.org. http://doi.acm.org/10.1145/1185448.1185509. Retrieved 2 April 2010.
- ^ Peter Lappo; Henry C.T. Andrew. "Assessing Agility". http://www.smr.co.uk/presentations/measure.pdf. Retrieved 6 June 2010.
- ^ Kurian, Tisni (2006). Agility Metrics: A Quantitative Fuzzy Based Approach for Measuring Agility of a Software Process, ISAM-Proceedings of International Conference on Agile Manufacturing'06(ICAM-2006), Norfolk, U.S.
- ^ Joe Little (2 December 2007). "Nokia test, A scrum-specific test". Agileconsortium.blogspot.com. http://agileconsortium.blogspot.com/2007/12/nokia-test.html. Retrieved 6 June 2010.
- ^ Mark Seuffert, Piratson Technologies, Sweden. "Karlskrona test, A generic agile adoption test". Piratson.se. http://www.piratson.se/archive/Agile_Karlskrona_Test.html. Retrieved 6 June 2010.
- ^ "How agile are you, a scrum-specific test". Agile-software-development.com. http://www.agile-software-development.com/2008/01/how-agile-are-you-take-this-42-point.html. Retrieved 6 June 2010.
- ^ David Cohen, Mikael Lindvall, Patricia Costa "Agile", Data & Analysis Center for Software, January 2003
- ^ DACS ROI Dashboard Retrieved 11 November 2011.
- ^ "agileologies Survey Results" (PDF). Shine Technologies. January 2003. http://www.shinetech.com/attachments/104_ShineTechAgileSurvey2003-01-17.pdf. Retrieved 3 June 2010. "95% [stated] that there was either no effect or a cost reduction . . . 93% stated that productivity was better or significantly better . . . 88% stated that quality was better or significantly better . . . 83% stated that business satisfaction was better or significantly better"
- ^ Ambler, Scott (3 August 2006). "Survey Says: Agile Works in Practice". Dr. Dobb's. http://www.drdobbs.com/architecture-and-design/191800169;jsessionid=2QJ23QRYM3H4PQE1GHPCKH4ATMY32JVN?queryText=agile+survey. Retrieved 3 June 2010. "Only 6 percent indicated that their productivity was lowered . . . No change in productivity was reported by 34 percent of respondents and 60 percent reported increased productivity. . . . 66 percent [responded] that the quality is higher. . . . 58 percent of organizations report improved satisfaction, whereas only 3 percent report reduced satisfaction."
- ^ "The State of agile" (PDF). VersionOne, Inc.. 2008. http://www.versionone.com/pdf/3rdAnnualStateOfAgile_FullDataReport.pdf. Retrieved 3 July 2010. "Agile delivers"
- ^ "Answering the "Where is the Proof That agile Work" Question". Agilemodeling.com. 19 January 2007. http://www.agilemodeling.com/essays/proof.htm. Retrieved 2 April 2010.
- ^ Agile Processes Workshop II Managing Multiple Concurrent Agile Projects. Washington: OOPSLA 2002
- ^ a b W. Scott Ambler (2006) Supersize Me in Dr. Dobb's Journal, 15 February 2006.
- ^ a b Boehm, B.; R. Turner (2004). Balancing Agility and Discipline: A Guide for the Perplexed. Boston, MA: Addison-Wesley. pp. 55–57. ISBN 0-321-18612-5.
- ^ Beck, K. (1999). Extreme Programming Explained: Embrace Change. Boston, MA: Addison-Wesley. ISBN 0-321-27865-8.
- ^ K Petersen's doctoral research in Sweden Implementing Lean and Agile in Industry
- ^ Schaaf, R.J. (2007). Agility XL Systems and Software Technology Conference 2007, Tampa, FL
- ^ "Bridging the Distance". Sdmagazine.com. http://www.drdobbs.com/architecture-and-design/184414899. Retrieved 1 February 2011.
- ^ Martin Fowler. "Using an Agile Software Process with Offshore Development". Martinfowler.com. http://www.martinfowler.com/articles/agileOffshore.html. Retrieved 6 June 2010.
- ^ [The Art of agile James Shore & Shane Warden pg 47]
- ^ Evans, Ian. "Agile Delivery at British Telecom". http://www.methodsandtools.com/archive/archive.php?id=43. Retrieved 21 February 2011.
- ^ [1] LogiGear, PC World Viet Nam, Jan 2011
- ^ Halliwell, Luke (2008). "The Agile Disease". http://lukehalliwell.wordpress.com/2008/11/16/the-agile-disease/. Retrieved 29 December 2011.
- ^ Gualtieri, Mike (2011 [last update]). "Agile Software Is A Cop-Out; Here’s What’s Next | Forrester Blogs". blogs.forrester.com. http://blogs.forrester.com/mike_gualtieri/11-10-12-agile_software_is_a_cop_out_heres_whats_next. Retrieved 28 November 2011.
[edit] Further reading
- SCRUM Roles and Responsibilities
- Abrahamsson, P., Salo, O., Ronkainen, J., & Warsta, J. (2002). agile: Review and Analysis. VTT Publications 478.
- Cohen, D., Lindvall, M., & Costa, P. (2004). An introduction to agile. In Advances in Computers (pp. 1–66). New York: Elsevier Science.
- Dingsøyr, Torgeir, Dybå, Tore and Moe, Nils Brede (ed.): Agile: Current Research and Future Directions, Springer, Berlin Heidelberg, 2010.
- Fowler, Martin. Is Design Dead?. Appeared in Extreme Programming Explained, G. Succi and M. Marchesi, ed., Addison-Wesley, Boston. 2001.
- Larman, Craig and Basili, Victor R. Iterative and Incremental Development: A Brief History IEEE Computer, June 2003
- Riehle, Dirk. A Comparison of the Value Systems of Adaptive Agile and Extreme Programming: How Methodologies May Learn From Each Other. Appeared in Extreme Programming Explained, G. Succi and M. Marchesi, ed., Addison-Wesley, Boston. 2001.
- Rother, Mike (2009). Toyota Kata. McGraw-Hill. ISBN 0-07-163523-8. http://books.google.com/?id=_1lhPgAACAAJ&dq=toyota+kata
- M. Stephens, D. Rosenberg. Extreme Programming Refactored: The Case Against XP. Apress L.P., Berkeley, California. 2003. (ISBN 1-59059-096-1)
- Shore, J., & Warden S. (2008). The Art of agile. O’Reilly Media, Inc.
- Wik,Philip Effective Top-Down SOA Management In An Efficient Bottom-Up Agile World Service Technology Magazine, April, 2010.
- Willison, Brian (2008). Iterative Milestone Engineering Model. New York, NY.
- Willison, Brian (2008). Visualization Driven Rapid Prototyping. Parsons Institute for Information Mapping.
External links==
- Agile at the Open Directory Project
- Article Two Ways to Build a Pyramid by John Mayo-Smith
- The New Methodology Martin Fowler's description of the background to agile
- Ten Authors of The Agile Manifesto Celebrate its Tenth Anniversary
- A look into the PMI-ACP (Agile Certified Practitioner)
- An expanded discussion of agile.==