Agile software development

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Software development process
Core activities
Paradigms and models
Methodologies and frameworks
Supporting disciplines
Tools
Standards and BOKs

Agile software development describes a set of principles for software development under which requirements and solutions evolve through the collaborative effort of self-organizing cross-functional teams.[1] It advocates adaptive planning, evolutionary development, early delivery, and continuous improvement, and it encourages rapid and flexible response to change.[2] These principles support the definition and continuing evolution of many software development methods.[3]

The term agile was adopted by the authors of the Manifesto for Agile Software Development (often referred to as the Agile Manifesto for short).[4] Usually written as Agile (with a capital A), this is increasingly seen in normal sentence case (as presented in this article).[5]

History[edit]

Iterative and incremental software development methods can be traced back to 1957.[6] Evolutionary project management[7][8] and adaptive software development[9][note 1] emerged in the early 1970s. During the 1990s, a number of lightweight software development methods evolved in reaction to the prevailing heavyweight methods that critics described as heavily regulated, planned, and micro-managed. These included: from 1991, rapid application development;[10][11] from 1994, the unified process and dynamic systems development method (DSDM); from 1995, Scrum; from 1996, Crystal Clear and extreme programming (XP); and from 1997, feature-driven development. Although these originated before the publication of the Manifesto for Agile Software Development, they are collectively referred to as agile software development methods.[3]

In parallel with these developments in software development, similar changes were underway with lean and agile manufacturing[12] and in aerospace.[13]

The Manifesto for Agile Software Development[edit]

In February 2001, seventeen software developers met at the Snowbird resort in Utah to discuss lightweight development methods, among others Jeff Sutherland, Ken Schwaber, and Alistair Cockburn. Together the seventeen published the Manifesto for Agile Software Development, in which they shared that, through their combined experience of developing software and helping others to do it, they had come to value:[4]

  • Individuals and Interactions over processes and tools
  • Working Software over comprehensive documentation
  • Customer Collaboration over contract negotiation
  • Responding to Change over following a plan

While the secondary concerns were important the primary concerns were more critical to success.

By these terms, they meant:[14]

Individuals and interactions
Self-organization and motivation are important, as are interactions like co-location and pair programming.
Working software
Working software is more useful and welcome than just presenting documents to clients in meetings.
Customer collaboration
Requirements cannot be fully collected at the beginning of the software development cycle, therefore continuous customer or stakeholder involvement is very important.
Responding to change
Agile software development methods are focused on quick responses to change and continuous development.

Some of the authors formed the Agile Alliance, a non-profit organization that promotes software development according to the manifesto's values and principles. Introducing the manifesto on behalf of the Agile Alliance, Jim Highsmith said,

The Agile movement is not anti-methodology, in fact many of us want to restore credibility to the word methodology. We want to restore a balance. We embrace modeling, but not in order to file some diagram in a dusty corporate repository. We embrace documentation, but not hundreds of pages of never-maintained and rarely-used tomes. We plan, but recognize the limits of planning in a turbulent environment. Those who would brand proponents of XP or SCRUM or any of the other Agile Methodologies as "hackers" are ignorant of both the methodologies and the original definition of the term hacker.

— Jim Highsmith, History: The Agile Manifesto[15]

Agile software development principles[edit]

The Manifesto for Agile Software Development is based on twelve principles:[16]

  1. Customer satisfaction by early and continuous delivery of valuable software
  2. Welcome changing requirements, even in late development
  3. Working software is delivered frequently (weeks rather than months)
  4. Close, daily cooperation between business people and developers
  5. Projects are built around motivated individuals, who should be trusted
  6. Face-to-face conversation is the best form of communication (co-location)
  7. Working software is the principal measure of progress
  8. Sustainable development, able to maintain a constant pace
  9. Continuous attention to technical excellence and good design
  10. Simplicity—the art of maximizing the amount of work not done—is essential
  11. Best architectures, requirements, and designs emerge from self-organizing teams
  12. Regularly, the team reflects on how to become more effective, and adjusts accordingly

Evolutions[edit]

Later, Ken Schwaber with others founded the Scrum Alliance and created the Certified Scrum Master programs and its derivatives. Schwaber left the Scrum Alliance in the fall of 2009, and founded Scrum.org.

In 2005, a group headed by Alistair Cockburn and Jim Highsmith wrote an addendum of project management principles, the Declaration of Interdependence,[17] to guide software project management according to agile software development methods.

In 2009, a movement by Robert C Martin wrote an extension of software development principles, the Software Craftsmanship Manifesto, to guide agile software development according to professional conduct and mastery.

In 2011 the original Agile Alliance[18] created the Guide to Agile Practices, an evolving open-source compendium of the working definitions of agile practices, terms, and elements, along with interpretations and experience guidelines from the worldwide community of agile practitioners.

Overview[edit]

Pair programming, an agile development technique used by XP. Note information radiators in the background.

Iterative, incremental and evolutionary[edit]

Most agile development methods break product development work into small increments that minimize the amount of up-front planning and design. Iterations are short time frames (timeboxes) that typically last from one to four weeks. Each iteration involves a cross-functional team working in all functions: planning, analysis, design, coding, unit testing, and acceptance testing. At the end of the iteration a working product is demonstrated to stakeholders. This minimizes overall risk and allows the product to adapt to changes quickly.[19] 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.[20] Multiple iterations might be required to release a product or new features.

Working software is the primary measure of progress.

Efficient and face-to-face communication[edit]

No matter which development method is followed, every team should include a customer representative (product owner in Scrum). This person is agreed by stakeholders to act on their behalf[21] and makes a personal commitment to being available for developers to answer questions throughout the iteration. 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.

In agile software development, an information radiator is a (normally large) physical display located prominently near the development team, where passers-by can see it. It presents an up-to-date summary of the product development status.[22][23] A build light indicator may also be used to inform a team about the current status of their product development.

Very short feedback loop and adaptation cycle[edit]

A common characteristic in agile software development is the daily stand-up (also known as the daily scrum). In a brief session, team members report to each other what they did the previous day toward their team's iteration goal, what they intend to do today toward the goal, and any roadblocks or impediments they can see to the goal.[24]

Quality focus[edit]

Specific tools and techniques, such as continuous integration, automated unit testing, pair programming, test-driven development, design patterns, domain-driven design, code refactoring and other techniques are often used to improve quality and enhance product development agility.[25]

Philosophy[edit]

Compared to traditional software engineering, agile software development mainly targets complex systems and product development with dynamic, non-deterministic and non-linear characteristics. Accurate estimates, stable plans, and predictions are often hard to get in early stages, and confidence in them is likely to be low. Agile practitioners will seek to reduce the "leap-of-faith" that is needed before any evidence of value can be obtained.[26] Requirements and design are held to be emergent. Big up-front specifications would probably cause a lot of waste in such cases, i.e., are not economically sound. These basic arguments and previous industry experiences, learned from years of successes and failures, have helped shape agile development's favor of adaptive, iterative and evolutionary development.[27]

Adaptive vs. predictive[edit]

Development methods exist on a continuum from adaptive to predictive.[28] Agile software development methods lie on the adaptive side of this continuum. One key of adaptive development methods is a "Rolling Wave" approach to schedule planning, which identifies milestones but leaves flexibility in the path to reach them, and also allows for the milestones themselves to change.[29] Adaptive methods focus on adapting quickly to changing realities. When the needs of a project change, an adaptive team changes as well. An adaptive team has difficulty describing exactly what will happen in the future. The further away a date is, the more vague an adaptive method is about what will happen on that date. An adaptive team cannot report exactly what tasks they will do next week, but only which features they plan for next month. When asked about a release six months from now, an adaptive team 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 analysing and planning the future in detail and cater for known risks. In the extremes, a predictive team can report exactly what features and tasks are planned for the entire length of the development process. Predictive methods rely on effective early phase analysis and if this goes very wrong, the project may have difficulty changing direction. Predictive teams often institute a change control board to ensure they consider only the most valuable changes.

Risk analysis can be used to choose between adaptive (agile or value-driven) and predictive (plan-driven) methods.[30] Barry Boehm and Richard Turner suggest that each side of the continuum has its own home ground, as follows:[31]

Home grounds of different development methods
Value-driven methods Plan-driven methods 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[clarification needed]
Small number of developers Large number of developers Requirements that can be modeled
Culture that responds to change Culture that demands order Extreme quality

Iterative vs. waterfall[edit]

One of the differences between agile software development methods and waterfall is the approach to quality and testing. In the waterfall model, there is always a separate testing phase after a build phase; however, in agile software development testing is completed in the same iteration as programming.

Because testing is done in every iteration—which develops a small piece of the software—users can frequently use those new pieces of software and validate the value. After the users know the real value of the updated piece of software, they can make better decisions about the software's future. Having a value retrospective and software re-planning session in each iteration—Scrum typically has iterations of just two weeks—helps the team continuously adapt its plans so as to maximize the value it delivers.

This iterative approach supports a product rather than a project mindset. This provides greater flexibility throughout the development process; whereas on projects the requirements are defined and locked down from the very beginning, making it difficult to change them later. Iterative product development allows the software to evolve in response to changes in business environment or market requirements.[32]

Because of the short iteration style of agile software development, it also has strong connections with the lean startup concept.

Code vs. documentation[edit]

In a letter to IEEE Computer, Steven Rakitin expressed cynicism about agile software development, calling it "yet another attempt to undermine the discipline of software engineering" and translating "Working software over comprehensive documentation" as "We want to spend all our time coding. Remember, real programmers don't write documentation."[33]

This is disputed by proponents of agile software development, who state that developers should write documentation if that's the best way to achieve the relevant goals, but that there are often better ways to achieve those goals than writing static documentation.[34] Scott Ambler states that documentation should be "Just Barely Good Enough" (JBGE),[35] that too much or comprehensive documentation would usually cause waste, and developers rarely trust detailed documentation because it's usually out of sync with code,[34] while too little documentation may also cause problems for maintenance, communication, learning and knowledge sharing. Alistair Cockburn wrote of the Crystal Clear method:

Crystal considers development a series of co-operative games, and intends that the documentation is enough to help the next win at the next game. The work products for Crystal include use cases, risk list, iteration plan, core domain models, and design notes to inform on choices...however there are no templates for these documents and descriptions are necessarily vague, but the objective is clear, just enough documentation for the next game. I always tend to characterize this to my team as: what would you want to know if you joined the team tomorrow.

— Alistair Cockburn.[36]

Agile software development methods[edit]

Software development life-cycle support[37]

Agile software development methods support a broad range of the software development life cycle.[37] Some focus on the practices (e.g., XP, pragmatic programming, agile modeling), while some focus on managing the flow of work (e.g., Scrum, Kanban). Some support activities for requirements specification and development (e.g., FDD), while some seek to cover the full development life cycle (e.g., DSDM, RUP).

Popular agile software development frameworks include (but are not limited to):

Agile software development practices[edit]

Agile software development is supported by a number of concrete practices, covering areas like requirements, design, modelling, coding, testing, planning, risk management, process, quality, etc. Some notable agile software development practices include:

The Agile Alliance has provided a comprehensive online guide to applying agile these and other practices.[39]

Method tailoring[edit]

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 determine a system development approach for a specific project situation through responsive changes in, and dynamic interplays between contexts, intentions, and method fragments.

— Mehmet Nafiz Aydin et al., An Agile Information Systems Development Method in use[40]

Potentially, almost all agile methods are suitable for method tailoring. Even the DSDM method is being used for this purpose and has been successfully tailored in a CMM context.[41] Situation-appropriateness can be considered as a distinguishing characteristic between agile methods and traditional software development methods, with the latter being relatively much more rigid and prescriptive. The practical implication is that agile methods allow product development teams to adapt working practices according to the needs of individual products. 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).[40]

Some approaches, such as Scrum and extreme programming, make the need for method adaptation explicit. With these less-prescriptive frameworks, one of the principles is that no single process fits every product development, but rather that practices should be tailored to the needs of the product.[37] Mehdi Mirakhorli[42] proposes a tailoring practice that provides a sufficient road-map and guidelines 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.[43]

Scrum isn't designed for method tailoring. Schwaber notes that "Scrum is not a methodology that needs enhancing. That is how we got into trouble in the first place, thinking that the problem was not having a perfect methodology. Effort centers on the changes in the enterprise that is needed."[44] Bas Vodde reinforces this statement, suggesting that Scrum isn't like traditional, large methodologies that require you to "pick and choose" elements. It is the basics on top of which you add additional elements to localise and contextualise its use.[45]

Comparison with other methods[edit]

RAD[edit]

Agile software development methods have much in common with the Rapid Application Development (RAD) techniques from the 1980/90s as espoused by James Martin and others. 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 software development.[46]

Further, James M. Kerr and Richard Hunter wrote a book on the subject that presented a day-by-day diary of a real RAD development. It covered work right from inception through to production and contains many of the techniques that forge the backbone of, and are very much present in, today's agile product development approaches.[47]

CMMI[edit]

In 2008 the Software Engineering Institute (SEI) explained how Capability Maturity Model Integration (CMMI) and agile software development methods can co-exist.[48] Later versions of CMMI described development processes as iterative, and included tips for implementing CMMI together with agile software development methods.[49] In 2017 the CMMI Institute provided guidance on how CMMI can help improve organization agility.[50]

DevOps[edit]

Organizations that adopt agile development see more frequent releases; which led to the concepts of continuous delivery and DevOps.[51] While DevOps and agile software development both embody many Lean philosophies, such as collaboration and communication, they are distinct concepts. While agile software development principles represent a change in thinking, DevOps seeks to implement actual organizational cultural change.[52][53]

Large-scale, offshore and distributed[edit]

Agile software development has been widely seen as highly suited to certain types of environments, including small teams of experts working on greenfield projects,[31][54]:157 and the challenges and limitations encountered in the adoption of agile software development methods in a large organization with legacy infrastructure are well-documented and understood.[55]

In response, a range of strategies and patterns has evolved for overcoming challenges with large-scale development efforts (>20 developers)[56][57] or distributed (non-colocated) development teams,[58][59] amongst other challenges; and there are now several recognised frameworks that seek to mitigate or avoid these challenges.

There are many conflicting viewpoints on whether all of these are effective or indeed fit the definition of agile development, and this remains an active and ongoing area of research.[56][68]

When agile software development is applied in a distributed setting (with teams dispersed across multiple business locations), it is commonly referred to as distributed agile development. The goal is to leverage the unique benefits offered by each approach. Distributed development allow organizations to build software by strategically setting up teams in different parts of the globe, virtually building software round-the-clock (more commonly referred to as follow-the-sun model). On the other hand, agile development provides increased transparency, continuous feedback and more flexibility when responding to changes.

Regulated domains[edit]

Agile software development methods were initially seen as best suitable for non-critical product developments, thereby excluded from use in regulated domains such as medical devices, pharmaceutical, financial, nuclear systems, automotive, and avionics sectors, etc. However, in the last several years, there have been several initiatives for the adaptation of agile methods for these domains.[69][70][71]

There are numerous standards that may apply in regulated domains, including ISO 26262, ISO 9000, ISO 9001, and ISO/IEC 15504. A number of key concerns are of particular importance in regulated domains:[69]

  • Quality assurance (QA): Systematic and inherent quality management underpinning a controlled professional process and reliability and correctness of product.
  • Safety and security: Formal planning and risk management to mitigate safety risks for users and securely protecting users from unintentional and malicious misuse.
  • Traceability: Documentation providing auditable evidence of regulatory compliance and facilitating traceability and investigation of problems.
  • Verification and Validation (V&V): Embedded throughout the software development process (e.g. user requirements specification, functional specification, design specification, code review, unit tests, integration tests, system tests).

The Scrum framework in particular has received considerable attention. Two derived methods have been defined: R-Scrum (Regulated Scrum)[69] and SafeScrum.[72][73]

Agile coaching[edit]

Teams and organizations choosing to adopt greater agility in their ways of working typically undertake an agile transformation with the support of one or more agile coaches. The agile coach guides teams through the transformation. There are typically two styles of agile coaching: push based and pull-based agile coaching.

Experience and adoption[edit]

Although agile software development methods can be used with any programming paradigm or language in practice, they were originally closely associated with object-oriented environments such as Smalltalk and Lisp and later Java. The initial adopters of agile methods were usually small to medium-sized teams working on unprecedented systems with requirements that were difficult to finalize and likely to change as the system was being developed. This section describes common problems that organizations encounter when they try to adopt agile software development methods as well as various techniques to measure the quality and performance of agile teams.[74]

Common agile software development pitfalls[edit]

Organizations and teams implementing agile software development often face difficulties transitioning from more traditional methods such as waterfall development, such as teams having an agile process forced on them.[75] These are often termed agile anti-patterns or more commonly agile smells. Below are some common examples:

Lack of overall product design[edit]

A goal of agile software development is to focus more on producing working software and less on documentation. This is in contrast to waterfall models where the process is often highly controlled and minor changes to the system require significant revision of supporting documentation. However, this does not justify completely doing without any analysis or design at all. Failure to pay attention to design can cause a team to proceed rapidly at first but then to have significant rework required as they attempt to scale up the system. One of the key features of agile software development is that it is iterative. When done correctly design emerges as the system is developed and commonalities and opportunities for re-use are discovered.[76]

Adding stories to an iteration in progress[edit]

In agile software development, stories (similar to use case descriptions) are typically used to define requirements and an iteration is a short period of time during which the team commits to specific goals.[77] Adding stories to an iteration in progress is detrimental to a good flow of work. These should be added to the product backlog and prioritized for a subsequent iteration or in rare cases the iteration could be cancelled.[78]

This does not mean that a story cannot expand. Teams must deal with new information, which may produce additional tasks for a story. If the new information prevents the story from being completed during the iteration, then it should be carried over to a subsequent iteration. However, it should be prioritized against all remaining stories, as the new information may have changed the story's original priority.

Lack of sponsor support[edit]

Agile software development is often implemented as a grassroots effort in organizations by software development teams trying to optimize their development processes and ensure consistency in the software development life cycle. By not having sponsor support, teams may face difficulties and resistance from business partners, other development teams and management. Additionally, they may suffer without appropriate funding and resources.[79] This increases the likelihood of failure.[80]

Insufficient training[edit]

A survey performed by VersionOne found respondents cited insufficient training as the most significant cause for failed agile implementations[81] Teams have fallen into the trap of assuming the reduced processes of agile software development compared to other methodologies such as waterfall means that there are no actual rules for agile software development. Agile software development is a set of prescribed methodologies, and training/practice is a requirement.

Product owner role is not properly filled[edit]

The product owner is responsible for representing the business in the development activity and is often the most demanding role.[82]

A common mistake is to have the product owner role filled by someone from the development team. This requires the team to make its own decisions on prioritization without real feedback from the business. They try to solve business issues internally or delay work as they reach outside the team for direction. This often leads to distraction and a breakdown in collaboration.[83]

Teams are not focused[edit]

Agile software development requires teams to meet product commitments, which means they should focus only on work for that product. However, team members who appear to have spare capacity are often expected to take on other work, which makes it difficult for them to help complete the work to which their team had committed.[84]

Excessive preparation/planning[edit]

Teams may fall into the trap of spending too much time preparing or planning. This is a common trap for teams less familiar with agile software development where the teams feel obliged to have a complete understanding and specification of all stories. Teams should be prepared to move forward only with those stories in which they have confidence, then during the iteration continue to discover and prepare work for subsequent iterations (often referred to as backlog refinement or grooming).

Problem-solving in the daily standup[edit]

A daily standup should be a focused, timely meeting where all team members disseminate information. If problem-solving occurs, it often can only involve certain team members and potentially is not the best use of the entire team's time. If during the daily standup the team starts diving into problem-solving, it should be tabled until a sub-team can discuss, usually immediately after the standup completes.[85]

Assigning tasks[edit]

One of the intended benefits of agile software development is to empower the team to make choices, as they are closest to the problem. Additionally, they should make choices as close to implementation as possible, to use more timely information in the decision. If team members are assigned tasks by others or too early in the process, the benefits of localized and timely decision making can be lost.[86]

Being assigned work also constrains team members into certain roles (for example, team member A must always do the database work), which limits opportunities for cross-training.[86] Team members themselves can choose to take on tasks that stretch their abilities and provide cross-training opportunities.

Scrum master as a contributor[edit]

Another common pitfall is for a scrum master to act as a contributor. While not prohibited by the Scrum methodology, the scrum master needs to ensure they have the capacity to act in the role of scrum master first and not working on development tasks. A scrum master's role is to facilitate the process rather than create the product.[87]

Having the scrum master also multitasking may result in too many context switches to be productive. Additionally, as a scrum master is responsible for ensuring roadblocks are removed so that the team can make forward progress, the benefit gained by individual tasks moving forward may not outweigh roadblocks that are deferred due to lack of capacity.[87]

Lack of test automation[edit]

Due to the iterative nature of agile development, multiple rounds of testing are often needed. Automated testing helps reduce the impact of repeated unit, integration, and regression tests and frees developers and testers to focus on higher value work.[88]

Test automation also supports continued refactoring required by iterative software development. Allowing a developer to quickly run tests to confirm refactoring has not modified the functionality of the application may reduce the workload and increase confidence that cleanup efforts have not introduced new defects.

Allowing technical debt to build up[edit]

Focusing on delivering new functionality may result in increased technical debt. The team must allow themselves time for defect remediation and refactoring. Technical debt hinders planning abilities by increasing the amount of unscheduled work as production defects distract the team from further progress.[89]

As the system evolves it is important to refactor as entropy of the system naturally increases.[90] Over time the lack of constant maintenance causes increasing defects and development costs.[89]

Attempting to take on too much in an iteration[edit]

A common misconception is that agile software development allows continuous change, however an iteration backlog is an agreement of what work can be completed during an iteration.[91] Having too much work-in-progress (WIP) results in inefficiencies such as context-switching and queueing.[92] The team must avoid feeling pressured into taking on additional work.[93]

Fixed time, resources, scope, and quality[edit]

Agile software development fixes time (iteration duration), quality, and ideally resources in advance (though maintaining fixed resources may be difficult if developers are often pulled away from tasks to handle production incidents), while the scope remains variable. The customer or product owner often pushes for a fixed scope for an iteration. However, teams should be reluctant to commit to locked time, resources and scope (commonly known as the project management triangle). Efforts to add scope to the fixed time and resources of agile software development may result in decreased quality.[94]

Measuring agility[edit]

The best agile practitioners have always emphasized sound engineering principles. As a result, there are a number of best practices and tools for measuring the performance of agile software development and teams.

Internal assessments[edit]

The Agility measurement index, amongst others, rates developments against five dimensions of product development (duration, risk, novelty, effort, and interaction).[95][96]

Other techniques are based on measurable goals[97] and one study suggests that velocity can be used as a metric of agility.[98]

There are also agile self-assessments to determine whether a team is using agile software development practices (Nokia test,[99] Karlskrona test,[100] 42 points test[101]).

Public surveys[edit]

One of the early studies reporting gains in quality, productivity, and business satisfaction by using agile software developments methods was a survey conducted by Shine Technologies from November 2002 to January 2003.[102]

A similar survey, the State of Agile, is conducted every year starting in 2006 with thousands of participants from around the software development community. This tracks trends on the benefits of agility, lessons learned, and good practices. Each survey has reported increasing numbers saying that agile software development helps them deliver software faster; improves their ability to manage changing customer priorities; and increases their productivity.[103] Surveys have also consistently shown better results with agile product development methods compared to classical project management.[104][105] In balance, there are reports that some feel that agile development methods are still too young to enable extensive academic research of their success.[106]

Criticism[edit]

Agile methodologies can be inefficient in large organizations and certain types of developments.[107] Many organizations believe that agile software development methodologies are too extreme and adopt a hybrid approach that mixes elements of agile software development and plan-driven approaches.[108] Some methods, such as Dynamic systems development method (DSDM) attempt this in a disciplined way, without sacrificing fundamental principles.

The term "Agile" has also been criticized as being a management fad that simply describes existing good practices under new jargon, promotes a "one size fits all" mindset towards development strategies, and wrongly emphasizes method over results.[109]

Alistair Cockburn organized a celebration of the 10th anniversary of The Manifesto for Agile Software Development in Snowbird, Utah on 12 February 2011, gathering some 30+ people who had been involved at the original meeting and since. A list of about 20 elephants in the room ("undiscussable" agile topics/issues) were collected, including aspects: the alliances, failures and limitations of agile software development practices and context (possible causes: commercial interests, decontextualization, no obvious way to make progress based on failure, limited objective evidence, cognitive biases and reasoning fallacies), politics and culture.[110] As Philippe Kruchten wrote:

The agile movement is in some ways a bit like a teenager: very self-conscious, checking constantly its appearance in a mirror, accepting few criticisms, only interested in being with its peers, rejecting en bloc all wisdom from the past, just because it is from the past, adopting fads and new jargon, at times cocky and arrogant. But I have no doubts that it will mature further, become more open to the outside world, more reflective, and also therefore more effective.

— Philippe Kruchten[110]

Applications outside software development[edit]

Agile Brazil 2014 conference

Agile software development methods have been extensively used for development of software products and some of them use certain characteristics of software, such as object technologies.[111] However, these techniques can be applied to the development of non-software products, such as computers, motor vehicles,[112] medical devices, food, clothing, and music;[113] see Flexible product development. Agile software development methods have been used in non-development IT infrastructure deployments and migrations. Some of the wider principles of agile software development have also found application in general management[114] (e.g., strategy, governance, risk, finance) under the terms business agility or agile business management.

Under an agile business management model, agile software development techniques, practices, principles and values are expressed across five domains.[115]

  1. Integrated customer engagement: to embed customers within any delivery process to share accountability for product/service delivery.
  2. Facilitation-based management: adopting agile management models, like the role of Scrum Master, to facilitate the day-to-day operation of teams.
  3. Agile work practices: adopting specific iterative and incremental work practices such as Scrum, Kanban, test-driven development or feature-driven development across all business functions (from sales, human resources, finance[116] and Marketing).
  4. An enabling organisational structure: with a focus on staff engagement, personal autonomy and outcomes based governance.
  5. Applications of agile process, along with devops and lean manufacturing, to data analytics, business intelligence, big data, and data science of Agile is called DataOps

Agile software development paradigms can be used in other areas of life such as raising children. Its success in child development might be founded on some basic management principles; communication, adaptation and awareness. Bruce Feiler has claimed that the basic agile development paradigms can be applied to household management and raising children. In his TED Talk "Agile programming – for your family",[117] these paradigms brought significant changes to his household environment, such as the kids doing dishes, taking out the trash, and decreasing his children's emotional outbreaks, which inadvertently increased their emotional stability.

See also[edit]

  • PDCA – an iterative four-step management method

Notes[edit]

^ Note by Edmonds: I presented these ideas in London in 1970 and first submitted the paper to the Journal Computer Aided Design. It was rejected with the comment "If you don't know what you are going to do before you start you shouldn't start"! Only then did I submit it to General Systems.

References[edit]

  1. ^ Collier, Ken W. (2011). Agile Analytics: A Value-Driven Approach to Business Intelligence and Data Warehousing. Pearson Education. pp. 121 ff. ISBN 9780321669544. What is a self-organizing team? 
  2. ^ "What is Agile Software Development?". Agile Alliance. 8 June 2013. Retrieved 4 April 2015. 
  3. ^ a b Larman, Craig (2004). Agile and Iterative Development: A Manager's Guide. Addison-Wesley. p. 27. ISBN 978-0-13-111155-4. 
  4. ^ a b Kent Beck, James Grenning, Robert C. Martin, Mike Beedle, Jim Highsmith, Steve Mellor, Arie van Bennekum, Andrew Hunt, Ken Schwaber, Alistair Cockburn, Ron Jeffries, Jeff Sutherland, Ward Cunningham, Jon Kern, Dave Thomas, Martin Fowler, Brian Marick (2001). "Manifesto for Agile Software Development". Agile Alliance. Retrieved 14 June 2010. 
  5. ^ Rally (2010). "Agile With a Capital “A” Vs. agile With a Lowercase “a”". Archived from the original on 5 January 2016. Retrieved September 9, 2015. 
  6. ^ 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. ISSN 0018-9162. doi:10.1109/MC.2003.1204375. We were doing incremental development as early as 1957, in Los Angeles, under the direction of Bernie Dimsdale at IBM's Service Bureau 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, where the technique used was, as far as I can tell ... All of us, as far as I can remember, thought waterfalling of a huge project was rather stupid, or at least ignorant of the realities. I think what the waterfall description did for us was make us realize that we were doing something else, something unnamed except for 'software development.' 
  7. ^ "Evolutionary Project Management (Original page, external archive)". Gilb. Archived from the original on 27 March 2016. Retrieved 2017-04-30. 
  8. ^ "Evolutionary Project Management (New page)". Gilb. Retrieved 2017-04-30. 
  9. ^ Edmonds, E. A. (1974). "A Process for the Development of Software for Nontechnical Users as an Adaptive System". General Systems. 19: 215–18. 
  10. ^ Martin, James (1991). Rapid Application Development. Macmillan. ISBN 0-02-376775-8. 
  11. ^ Kerr, James M.; Hunter, Richard (1993). Inside RAD: How to Build a Fully Functional System in 90 Days or Less. McGraw-Hill. p. 3. ISBN 0-07-034223-7. 
  12. ^ Iacocca Institute (1991). "21st Century Manufacturing Enterprise Strategy: An Industry Led View". Iacocca Institute, Lehigh University, Bethlehem, PA.
  13. ^ Presley, A., J. Mills and D. Liles (1995). "Agile Aerospace Manufacturing". Nepcon East 1995, Boston.
  14. ^ "Examining the Agile Manifesto". Ambysoft Inc. Retrieved 6 April 2011. 
  15. ^ Jim Highsmith (2001). "History: The Agile Manifesto". agilemanifesto.org. 
  16. ^ Kent Beck, James Grenning, Robert C. Martin, Mike Beedle, Jim Highsmith, ||Steve Mellor, Arie van Bennekum, Andrew Hunt, Ken Schwaber, Alistair Cockburn, Ron Jeffries, Jeff Sutherland, Ward Cunningham, Jon Kern, Dave Thomas, Martin Fowler, Brian Marick (2001). "Principles behind the Agile Manifesto". Agile Alliance. Archived from the original on 14 June 2010. Retrieved 6 June 2010. 
  17. ^ Anderson, David (2005). "Declaration of Interdependence". 
  18. ^ "Archived copy". Archived from the original on 9 February 2014. Retrieved 2013-11-24. 
  19. ^ Moran, A. (2014). Agile Risk Management. Springer Verlag. ISBN 3319050079. 
  20. ^ Beck, Kent (1999). "Embracing Change with Extreme Programming". Computer. 32 (10): 70–77. doi:10.1109/2.796139. 
  21. ^ Gauthier, Alexandre (17 August 2011). "What is scrum". Planbox. 
  22. ^ Cockburn, Alistair (19 June 2008). "Information radiator". 
  23. ^ Ambler, Scott (12 April 2002). Agile Modeling: Effective Practices for EXtreme Programming and the Unified Process. John Wiley & Sons. pp. 12, 164, 363. ISBN 978-0-471-20282-0. 
  24. ^ Vasiliauskas, Vidas (2014). "Developing agile project task and team management practices". Eylean. 
  25. ^ Jeffries, Ron; Anderson, Ann; Hendrickson, Chet (2001). Extreme Programming installed. Addison-Weslsy. pp. 72–147. ISBN 0201-70842-6. 
  26. ^ Mitchell, Ian (2016). Agile Development in Practice. Tamare House. p. 11. ISBN 978-1-908552-49-5. 
  27. ^ Larman, Craig (2004). Agile and Iterative Development: A Manager's Guide. Addison-Wesley. p. 27. ISBN 978-0-13-111155-4. 
  28. ^ 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
  29. ^ Larman, Craig (2004). "Chapter 11: Practice Tips". Agile and Iterative Development: A Manager's Guide. p. 253. ISBN 9780131111554. Retrieved 14 October 2013. 
  30. ^ Sliger, Michele; Broderick, Stacia (2008). The Software Project Manager's Bridge to Agility. Addison-Wesley. p. 46. ISBN 0-321-50275-2. 
  31. ^ 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. 
  32. ^ "At the Kickoff: Project Development vs Product Development". AltexSoft Inc. 12 February 2016. Retrieved 31 May 2016. 
  33. ^ Rakitin, Steven R. (2001). "Manifesto Elicits Cynicism: Reader's letter to the editor by Steven R. Rakitin". IEEE Computer. 34: 4. The article titled 'Agile Software Development: The Business of Innovation' . . . is yet another attempt to undermine the discipline of software engineering . . . We want to spend all our time coding. Remember, real programmers don’t write documentation. 
  34. ^ a b Scott Ambler. "Agile/Lean Documentation: Strategies for Agile Software Development". 
  35. ^ Scott Ambler. "Just Barely Good Enough Models and Documents: An Agile Best Practice". 
  36. ^ Geoffrey Wiseman (July 18, 2007). "Do Agile Methods Require Documentation?". InfoQ.  quoting Cooper, Ian (6 July 2007). "Staccato Signals:Agile and Documentation". WordPress.com. 
  37. ^ a b c Abrahamson P, Salo O, Ronkainen J, Warsta J (2002). Agile software development methods: Review and analysis (PDF) (Technical report). VTT. 478. 
  38. ^ Heap, Tony. "Business Analyst Designer Method". www.its-all-design.com. Retrieved 2015-08-08. 
  39. ^ "Guide to Agile Practices". the Agile Alliance. Archived from the original on 9 February 2014. 
  40. ^ a b Aydin, M.N.; Harmsen, F.; Slooten; Stagwee, R. A. (2004). "An Agile Information Systems Development Method in use". Turk J Elec Engin. 12 (2): 127–138. 
  41. ^ Abrahamsson, P., Warsta, J., Siponen, M.T., & Ronkainen, J. (2003). New Directions on Agile Methods: A Comparative Analysis. Proceedings of ICSE'03, 244-254
  42. ^ http://portal.acm.org/citation.cfm?id=1370143.1370149&coll=ACM&dl=ACM&CFID=69442744&CFTOKEN=96226775
  43. ^ Aydin, M.N.; Harmsen, F.; van Slooten, 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. 
  44. ^ Schwaber, K (2006) Scrum is hard and disruptive.
  45. ^ Vodde, B (2016) The Story of LeSS. Closing Keynote. Scrum Australia, Melbourne. April, 2016.
  46. ^ Lankhorst, Mark (2012). Agile Service Development. Springer-Verglag. pp. 17–19. ISBN 978-3-642-28187-7. 
  47. ^ Kerr, James M.; Hunter, Richard (1993). Inside RAD: How to Build a Fully Functional System in 90 Days or Less. McGraw-Hill. ISBN 0-07-034223-7.
  48. ^ "CMMI or Agile: Why Not Embrace Both". 2008. TECHNICAL NOTE CMU/SEI-2008-TN-003. 
  49. ^ CMMI Product Team, ; CMMI for Development, Version 1.3 (CMU/SEI-2010-TR-033). Software Engineering Institute, Carnegie Mellon University, 2010. http://www.sei.cmu.edu/library/abstracts/reports/10tr033.cfm
  50. ^ Dalton, Jeff (2017). A Guide to Scrum and CMMI:Improving Agile Performance with CMMI. CMMI Institute. 
  51. ^ Humble, Jez; Farley, David (2011). Continuous Delivery: reliable software releases through build, test, and deployment automation. Pearson Education Inc. pp. 255–257. ISBN 978-0-321-60191-9. 
  52. ^ Ambler, Scott W. (12 February 2014). "We need more Agile IT Now!". Dr. Dobb's The world of software Development. San Francisco: UBM. 
  53. ^ Best Practices in Change, Configuration and Release Management (Report). Gartner. 14 July 2010. 
  54. ^ Beck, K. (1999). Extreme Programming Explained: Embrace Change. Boston, MA: Addison-Wesley. ISBN 0-321-27865-8. 
  55. ^ Evans, Ian. "Agile Delivery at British Telecom". Retrieved 21 February 2011. 
  56. ^ a b W. Scott Ambler (2006) Supersize Me in Dr. Dobb's Journal, 15 February 2006.
  57. ^ Schaaf, R.J. (2007). Agility XL Systems and Software Technology Conference 2007 Archived 13 March 2016 at the Wayback Machine., Tampa, FL
  58. ^ "Bridging the Distance". Sdmagazine.com. Retrieved 1 February 2011. 
  59. ^ Martin Fowler. "Using an Agile Software Process with Offshore Development". Martinfowler.com. Retrieved 6 June 2010. 
  60. ^ Leffingwell, Dean. "Scaled Agile Framework". Scaled Agile Framework. 
  61. ^ Schwaber, Ken. "Nexus Guide: The Definitive Guide to Nexus: The exoskeleton of scaled Scrum development" (PDF). scrum.org. Retrieved 14 September 2015. 
  62. ^ Sutherland, Jeff; Brown, Alex. "Scrum At Scale: Part 1". Retrieved 14 September 2015. 
  63. ^ Beedle, Mike. "Enterprise Scrum". Retrieved 25 September 2015. 
  64. ^ Ebbage, Michael. "Setchu – Agile at Scale". Retrieved 30 September 2015. 
  65. ^ http://agiletng.org/2014/04/21/xscale/
  66. ^ http://www.agile-path.com/
  67. ^ http://www.holistic-software.com
  68. ^ Agile Processes Workshop II Managing Multiple Concurrent Agile Projects. Washington: OOPSLA 2002
  69. ^ a b c Fitzgerald, B.; Stol, K.-J.; O'Sullivan, R.; O'Brien, D. (May 2013). "Scaling agile methods to regulated environments: An industry case study". 2013 35th International Conference on Software Engineering (ICSE): 863–872. doi:10.1109/ICSE.2013.6606635. 
  70. ^ Cawley, Oisín; Wang, Xiaofeng; Richardson, Ita (2010). Abrahamsson, Pekka; Oza, Nilay, eds. "Lean/Agile Software Development Methodologies in Regulated Environments – State of the Art". Lean Enterprise Software and Systems. Lecture Notes in Business Information Processing. Springer Berlin Heidelberg. 65: 31–36. ISBN 978-3-642-16415-6. doi:10.1007/978-3-642-16416-3_4. 
  71. ^ McHugh, Martin; McCaffery, Fergal; Coady, Garret (2014-11-04). Mitasiunas, Antanas; Rout, Terry; O’Connor, Rory V.; et al., eds. "An Agile Implementation within a Medical Device Software Organisation". Software Process Improvement and Capability Determination. Communications in Computer and Information Science. Springer International Publishing. 477: 190–201. ISBN 978-3-319-13035-4. doi:10.1007/978-3-319-13036-1_17. 
  72. ^ http://www.sintef.no/safescrum
  73. ^ Thor Myklebust, Tor Stålhane, Geir Kjetil Hanssen, Tormod Wien and Børge Haugset: Scrum, documentation and the IEC 61508-3:2010 software standard, http://www.sintef.no/globalassets/ec-61508-documentation-and-safescrum-psam12.pdf
  74. ^ Beck, Kent (2000). Extreme Programming Explained. Addison-Wesley. pp. 1–24. ISBN 0201616416. 
  75. ^ Shore, James; Warden, Shane. Art of Agile Development. p. 47. 
  76. ^ Beck, Kent (2000). Extreme Programming Explained. Addison-Wesley. pp. 48–49. ISBN 0201616416. 
  77. ^ Rouse, Margaret. "Sprint (software development) definition". searchsoftwarequality.techtarget.com. Retrieved 2 October 2015. 
  78. ^ Goldstein, Ilan. "Sprint issues – when sprints turn into crawls". www.axisagile.com.au. Retrieved 2014-06-08. 
  79. ^ "Project Roles and Responsibility Distribution". agile-only.com. Retrieved 2014-06-15. 
  80. ^ Bourne, Lynda. "What Does a Project Sponsor Really Do?". blogs.pmi.org. Retrieved 2014-06-08. 
  81. ^ "State of Agile Development Survey Results". www.versionone.com. Version One. Retrieved 2014-06-08. 
  82. ^ Sims, Chris; Johnson, Hillary Louise (2011-02-15). The Elements of Scrum (Kindle ed.). Dymaxicon. p. 73. 
  83. ^ Rothman, Johanna Rothman. "When You Have No Product Owner At All". www.jrothman.com. Retrieved 2014-06-08. 
  84. ^ Fox, Alyssa. "Working on Multiple Agile Teams". techwhirl.com/. Retrieved 2014-06-14. 
  85. ^ "Daily Scrum Meeting". www.mountaingoatsoftware.com. Retrieved 2014-06-14. 
  86. ^ a b May, Robert. "Effective Sprint Planning". www.agileexecutives.org. Archived from the original on 28 June 2014. Retrieved 2014-06-14. 
  87. ^ a b Berczuk, Steve. "Mission Possible: ScrumMaster and Technical Contributor". www.agileconnection.com. Retrieved 2014-06-14. 
  88. ^ Namta, Rajneesh. "Thoughts on Test Automation in Agile". www.infoq.com. Retrieved 2014-06-14. 
  89. ^ a b Band, Zvi. "Technical Debt + Red October". Retrieved 8 June 2014. 
  90. ^ Shore, James. "The Art of Agile Development: Refactoring". www.jamesshore.com. Retrieved 2014-06-14. 
  91. ^ "Step 4: Sprint Planning (Tasks)". www.allaboutagile.com. Retrieved 2014-06-14. 
  92. ^ George, Claire. "Why Limiting Your Work-in-Progress Matters". leankit.com. Retrieved 2014-06-14. 
  93. ^ "Sprint Planning Meeting". www.mountaingoatsoftware.com. Retrieved 2014-06-14. 
  94. ^ McMillan, Keith. "Time, Resources, Scope… and Quality.". www.adeptechllc.com. Retrieved 2014-06-15. 
  95. ^ "Agility measurement index". doi:10.1145/1185448.1185509. 
  96. ^ "David Bock's Weblog : Weblog". Jroller.com. Retrieved 2 April 2010. 
  97. ^ Peter Lappo; Henry C.T. Andrew. "Assessing Agility" (PDF). Retrieved 6 June 2010. 
  98. ^ 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.
  99. ^ Joe Little (2 December 2007). "Nokia test, A scrum-specific test". Agileconsortium.blogspot.com. Retrieved 6 June 2010. 
  100. ^ Mark Seuffert; Mayberg, Sweden. "Karlskrona test, A generic agile adoption test". Mayberg.se. Retrieved 5 Apr 2014. 
  101. ^ "How Agile Are You? (Take This 42 Point Test)". allaboutagile.com/. Retrieved 3 April 2014. 
  102. ^ "Agile Methodologies Survey Results" (PDF). Shine Technologies. January 2003. Archived from the original (PDF) on 21 August 2010. 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 
  103. ^ "2013 State of Agile report: Why Agile?". stateofagile.com. 27 January 2014. Archived from the original on 28 August 2014. Retrieved 13 August 2014. 
  104. ^ Status Quo Agile, Second study on success and forms of usage of agile methods. Retrieved 1 July 2015
  105. ^ Ambler, Scott (3 August 2006). "Survey Says: Agile Works in Practice". Dr. Dobb's. Retrieved 3 June 2010. Only 6% indicated that their productivity was lowered ... No change in productivity was reported by 34% of respondents and 60% reported increased productivity ... 66% [responded] that the quality is higher ... 58% of organizations report improved satisfaction, whereas only 3% report reduced satisfaction. 
  106. ^ "Answering the "Where is the Proof That Agile Methods Work" Question". Agilemodeling.com. 19 January 2007. Retrieved 2 April 2010. 
  107. ^ Larman, Craig; Bas Vodde (2009-08-13). "Top Ten Organizational Impediments to Large-Scale Agile Adoption". InformIT. 
  108. ^ Barlow, Jordan B.; Justin Scott Giboney; Mark Jeffery Keith; David W. Wilson; Ryan M. Schuetzler; Paul Benjamin Lowry; Anthony Vance (2011). "Overview and Guidance on Agile Development in Large Organizations". Communications of the Association for Information Systems. 29 (1): 25–44. 
  109. ^ Kupersmith, Kupe. "Agile is a Fad". 
  110. ^ a b Kruchten, Philippe (2011-06-20). "Agile's Teenage Crisis?". InfoQ. 
  111. ^ Smith, Preston G (2007). Flexible Product Development. Jossey-Bass. p. 25. ISBN 978-0-7879-9584-3. 
  112. ^ "WIKISPEED – Applying Agile software principles and practices for fast automotive development". Agile Business Management Consortium. 2013-12-03. Retrieved 2015-09-11. 
  113. ^ Newton Lee (2014). "Getting on the Billboard Charts: Music Production as Agile Software Development," Digital Da Vinci: Computers in Music. Springer Science+Business Media. ISBN 978-1-4939-0535-5. 
  114. ^ Moran, Alan (2015). Managing Agile: Strategy, Implementation, Organisation and People. Springer Verlag. ISBN 978-3-319-16262-1. 
  115. ^ Leybourn, Evan (2013). Directing the Agile Organisation: A Lean Approach to Business Management. IT Governance Publishing. ISBN 978-1-849-28491-2. 
  116. ^ "Pair Trading: Collaboration in Finance". The Agile Director. 2015-03-11. Retrieved 2015-09-11. 
  117. ^ "Agile programming – for your family".

Further reading[edit]

External links[edit]