agile-methodology

Agile Methodology In A Nutshell

Agile started as a lightweight development method compared to heavyweight software development, which is the core paradigm of the previous decades of software development. By 2001 the Manifesto for Agile Software Development was born as a set of principles that defined the new paradigm for software development as a continuous iteration. This would also influence the way of doing business.

AspectExplanation
Concept OverviewAgile Methodology is an iterative and flexible approach to software development and project management. It emphasizes collaboration, adaptability, and customer feedback throughout the development process. Agile methodologies, such as Scrum, Kanban, and Extreme Programming (XP), were developed as alternatives to traditional, rigid project management methodologies. The Agile Manifesto, introduced in 2001, outlines the core principles and values that guide Agile development practices. Key principles include delivering working software in short iterations, welcoming changing requirements, and fostering frequent communication among team members and stakeholders. Agile aims to enhance product quality, reduce development time, and increase customer satisfaction.
Core PrinciplesAgile methodologies are guided by several core principles:
1. Customer Collaboration: Encouraging continuous customer involvement and feedback to ensure the delivered product meets their needs.
2. Responding to Change: Embracing changing requirements, even late in the development process, to provide the best possible outcome.
3. Delivering Working Software: Prioritizing the delivery of functional, tested software in short, iterative cycles.
4. Collaboration and Communication: Promoting collaboration among cross-functional teams and maintaining open and frequent communication.
5. Individuals and Interactions: Valuing individuals and their interactions over processes and tools.
6. Self-Organizing Teams: Trusting and empowering teams to make decisions and manage their work.
MethodologiesAgile encompasses various methodologies, including:
1. Scrum: A framework that divides work into time-bound iterations (sprints), with a focus on roles, ceremonies, and artifacts.
2. Kanban: A visual management method that emphasizes continuous flow and limits work in progress (WIP).
3. Extreme Programming (XP): Emphasizes coding standards, continuous integration, and test-driven development (TDD).
4. Lean Software Development: Adapts lean manufacturing principles to software development, aiming to eliminate waste and optimize value delivery.
5. Crystal: Offers a flexible approach with different flavors (e.g., Crystal Clear, Crystal Orange) based on project complexity.
Key PracticesAgile methodologies include various key practices:
1. Daily Stand-Up (Scrum): Short daily meetings to discuss progress and plan the day’s work.
2. Backlog Prioritization: Maintaining a backlog of tasks and prioritizing them based on customer and business value.
3. Iterative Development: Breaking the project into small iterations or increments, delivering functional software at the end of each iteration.
4. Retrospectives: Regularly reflecting on the team’s performance and identifying areas for improvement.
5. Continuous Integration: Integrating code changes into the main branch frequently to detect and resolve issues early.
6. User Stories (Scrum): Describing features from a user’s perspective to define requirements.
7. Test-Driven Development (TDD): Writing tests before coding to ensure code quality and functionality.
ApplicationsAgile methodologies have applications beyond software development, including:
1. Project Management: Agile principles can be applied to manage various projects, not just software development.
2. Product Development: Used in designing and developing physical products.
3. Marketing: Agile marketing involves iterative campaigns and responding to changing market conditions.
4. Education: Agile principles are applied in educational settings to adapt curriculum and teaching methods.
5. Healthcare: Agile is used for managing healthcare projects and improving patient care.
6. Research and Development: Agile practices can enhance innovation and research projects.
Benefits and ImpactAgile methodologies offer several benefits and have a significant impact:
1. Improved Quality: Frequent testing and continuous integration lead to higher software quality.
2. Flexibility: Agile allows for changing requirements, which is crucial in dynamic environments.
3. Faster Time to Market: Short iterations lead to quicker delivery of valuable features.
4. Enhanced Collaboration: Agile fosters teamwork and communication among team members and stakeholders.
5. Customer Satisfaction: Continuous customer involvement ensures the delivered product meets expectations.
6. Adaptability: Agile practices enable organizations to adapt to evolving market conditions and customer needs.
Challenges and CritiquesChallenges in implementing Agile include resistance to change, difficulty in estimating project timelines, and potential conflicts in self-organizing teams. Critics argue that Agile may not be suitable for all project types and that it can lead to scope creep and a lack of documentation. However, proponents emphasize that proper implementation, training, and adaptation to project requirements are essential for Agile’s success.

Quick Intro to the Agile Methodology

In 2001, a group of seventeen software developers met to discuss these lightweight development methods, with the aim of challenging the old assumption of heavyweight software development.

They forged “The Agile Alliance,” as a group of independent thinkers about software development, which agreed on the Manifesto for Agile Software Development.

Together they published the Manifesto for Agile Software Development. It comprises twelve guiding principles from which many applications (comprising Scrum) were born.

  1. Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.
  2. Welcome changing requirements, even late in development. Agile processes harness change for the customer’s competitive advantage.
  3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.
  4. Business people and developers must work together daily throughout the project.
  5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done.
  6. The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
  7. Working software is the primary measure of progress.
  8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely.
  9. Continuous attention to technical excellence and good design enhances agility.
  10. Simplicity–the art of maximizing the amount of work not done–is essential.
  11. The best architectures, requirements, and designs emerge from self-organizing teams.
  12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.
agile-manifesto-principles
Source: agilemanifesto.org

Agile in Project Management

agile-project-management
Agile project management (APM) is a strategy that breaks large projects into smaller, more manageable tasks. In the APM methodology, each project is completed in small sections – often referred to as iterations. Each iteration is completed according to its project life cycle, beginning with the initial design and progressing to testing and then quality assurance.

The APM framework is based on the Agile Manifesto, which was originally written to guide software development.

However, the four critical values listed in the manifesto can be applied to almost any industry that meets consumer needs.

They are:

Individuals and interactions over processes and tools

In the face of advanced technology, the APM framework still recognizes the importance of human input.

Working software over comprehensive documentation

When project teams avoid being bogged down by small, insignificant details, they can focus on delivering results.

Customer collaboration over contract negotiation

Traditionally, customers are only involved at the beginning and end of project management.

However, in APM, the customer is involved with every step of the process to ensure their input is incorporated.

Responding to change over following a plan

Agile project management works with change instead of actively trying to resist it.

It emphasizes creating a minimum viable product (MVP) at regular intervals as the process moves from iteration to iteration.

Agile In Software Development And Beyond

what-is-scrum
Scrum is a methodology co-created by Ken Schwaber and Jeff Sutherland for effective team collaboration on complex products. Scrum was primarily thought for software development projects to deliver new software capability every 2-4 weeks. It is a sub-group of agile also used in project management to improve startups’ productivity.

The Scrum elements

The Scrum methodology comprises three main components and a set of rules.

The Scrum Team

Within the team, there are three primary roles.

It is important to remark that there is no hierarchy in the Scrum methodology.

But each of the team members will be accountable for a specific part of the project.

  • The Product Owner: this person is primarily accountable for managing the completed increments of work.
  • The ScrumMaster: this person does anything possible to help the team perform at the highest level.
  • The Development Team: There are no titles in the Development Team. The main aim is to break down the product into items that can be incrementally implemented

Scrum Events (so-called Ceremonies)

  • The Sprint:  2-4 weeks period in which a specific part of the work is completed
  • Sprint Planning: those are meetings to assess which part of the product can be completed
  • The Daily Stand-up:  it is a short meeting of no more than 15 minutes to evaluate the progress of the project
  • The Sprint Review: a demonstration to present the work completed during the sprint
  • The Retrospective:  final team meeting to assess what worked and what didn’t to improve the process

Scrum Artifacts

  • Product Backlog: outlines every requirement for a system, project or product. It can be a to-do list consisting of work items
  • Sprint Backlog: list of items to be completed during the sprint
  • Increment: is the list of items completed after the last software release

Scrum Rules

The team will define those rules according to the organization’s values and expectations. Thus there isn’t a simple set of rules to follow.

Agile in Business Design

design-sprint
A design sprint is a proven five-day process where critical business questions are answered through speedy design and prototyping, focusing on the end-user. A design sprint starts with a weekly challenge that should finish with a prototype, test at the end, and therefore a lesson learned to be iterated.

Design sprints are highly collaborative and experimental with a focus on the end-user. The approach is based on design thinking, which advocates a human-centered approach to innovation and rapid prototyping.

A typical design sprint follows this basic structure:

Monday 

On the first day, the challenge is clearly identified and a strategy is devised for the rest of the week to overcome it.

Who is the end-user and what are their needs?

Tuesday 

The sprint team brainstorms potential solutions and sketches various solutions that may have merit.

Wednesday 

From the list of solutions created on Tuesday, the team selects those that have a realistic chance of solving the problem by the end of the week. Then, each sketched solution is turned into a storyboard.

Thursday 

Storyboards are turned into working prototypes that are ready for testing.

Friday 

On the last day, prototypes are shown to key stakeholders and tested for viability.

Agile for Startups

minimum-viable-product
As pointed out by Eric Ries, a minimum viable product is that version of a new product which allows a team to collect the maximum amount of validated learning about customers with the least effort through a cycle of build, measure, learn; that is the foundation of the lean startup methodology.

Beyond Agile and into Lean Methodologies

leaner-mvp
A leaner MVP is the evolution of the MPV approach. Where the market risk is validated before anything else
lean-startup-canvas
The lean startup canvas is an adaptation by Ash Maurya of the business model canvas by Alexander Osterwalder, which adds a layer that focuses on problems, solutions, key metrics, unfair advantage based, and a unique value proposition. Thus, starting from mastering the problem rather than the solution.

Tech Business Modeling

business-model-template
A tech business model is made of four main components: value model (value propositions, mission, vision), technological model (R&D management), distribution model (sales and marketing organizational structure), and financial model (revenue modeling, cost structure, profitability and cash generation/management). Those elements coming together can serve as the basis for building a solid tech business model.

When and How to Use Agile Methodology:

Agile methodology can be used in various project scenarios:

  • Software Development: Agile is commonly used for software development projects, particularly when requirements are not fully known upfront.
  • Product Development: Agile is suitable for developing and refining new products or features, enabling quick adaptation to user feedback.
  • Complex Projects: Projects with evolving requirements or a need for rapid response to changes benefit from Agile’s flexibility.
  • Cross-Functional Teams: Agile is effective when cross-functional teams with diverse skills collaborate closely.

To implement Agile methodology effectively:

  • Scrum or Kanban: Choose an Agile framework like Scrum or Kanban that aligns with your project’s needs and goals.
  • User Stories: Define user stories to capture customer requirements and prioritize them based on value.
  • Sprints or Iterations: Organize work into time-boxed iterations, typically 2-4 weeks, to deliver incremental value.
  • Daily Stand-Ups: Hold daily stand-up meetings to ensure team alignment and address any obstacles.
  • Continuous Feedback: Gather feedback from customers or stakeholders at regular intervals to guide development.

Benefits of Agile Methodology:

Agile methodology offers several benefits:

  • Flexibility: Agile adapts to changing requirements, reducing the risk of outdated or irrelevant deliverables.
  • Faster Delivery: Incremental development leads to quicker delivery of valuable features or products.
  • Customer Satisfaction: Prioritizing customer needs increases satisfaction and loyalty.
  • Reduced Risk: Frequent testing and feedback help identify and address issues early in the project.
  • Improved Collaboration: Cross-functional teams foster collaboration and knowledge sharing.

Potential Drawbacks of Agile Methodology:

While Agile has many advantages, it also has potential drawbacks:

  • Complexity: Agile can be challenging to implement, particularly for large or distributed teams.
  • Lack of Structure: Some projects may require more structure and predictability than Agile provides.
  • Overemphasis on Customer Input: In some cases, excessive customer input can lead to feature creep or scope changes.

Key Highlights

  • Agile Software Development Origins: Agile emerged as a response to the shortcomings of heavyweight software development methodologies, which often led to lengthy and inflexible development cycles. The Agile Manifesto, created in 2001, marked a significant shift in software development philosophy. The manifesto’s authors, a group of software developers, recognized the need for a more flexible, adaptive approach that could accommodate changing requirements and deliver value incrementally.
  • Agile Manifesto Principles: Each of the twelve Agile Manifesto principles addresses a core aspect of Agile software development. For example:
    • “Satisfy the customer through early and continuous delivery of valuable software” emphasizes customer-centricity and frequent software releases.
    • “Welcome changing requirements, even late in development” underscores the flexibility of Agile processes to adapt to changing needs.
    • “Deliver working software frequently” promotes a cadence of regular software releases, ensuring a steady flow of value to customers.
  • Agile in Project Management: Agile Project Management (APM) takes the principles of Agile software development and applies them to project management beyond just software projects. By breaking projects into smaller iterations, teams can maintain adaptability and respond to changing circumstances more effectively. The emphasis on collaboration, customer involvement, and responsiveness aligns well with modern project management needs.
  • Scrum Methodology: Scrum is one of the most popular Agile methodologies. Its emphasis on self-organizing teams, iterative development, and regular feedback loops enhances project flexibility and accountability. Scrum’s roles (Product Owner, ScrumMaster, Development Team) and ceremonies (Sprint, Planning, Stand-up, Review, Retrospective) provide a structured framework for effective teamwork and communication.
  • Agile in Business Design: Design sprints are a practical application of Agile principles in the realm of business design and innovation. These time-boxed workshops help teams rapidly ideate, prototype, and test solutions to business challenges. By involving cross-functional teams, end-users, and stakeholders, design sprints foster collaboration and user-centered design.
  • Agile for Startups: The Lean Startup methodology, championed by Eric Ries, emphasizes validating assumptions and learning from customers as quickly as possible. Building a Minimum Viable Product (MVP) enables startups to gather feedback early, iterate based on real-world usage, and pivot if necessary. This approach reduces the risk of building a product that doesn’t meet customer needs.
  • Lean Startup Canvas: The Lean Startup Canvas builds upon the Business Model Canvas by focusing on customer problems, proposed solutions, key metrics, unfair advantages, and value proposition. This canvas helps startups deeply understand their target audience, refine their value proposition, and identify the critical metrics that indicate progress and success.
  • Tech Business Modeling: A tech business model encompasses multiple dimensions crucial for success:
    • Value Model: Clearly defines the value proposition, mission, and vision of the business.
    • Technological Model: Focuses on managing research and development to ensure innovation and competitiveness.
    • Distribution Model: Outlines how the product or service will be marketed, sold, and delivered to customers.
    • Financial Model: Includes revenue modeling, cost structure, profitability analysis, and cash flow management.
FrameworkDescriptionWhen to Apply
ScrumScrum is an Agile framework that emphasizes iterative development, with small, cross-functional teams working in short cycles called sprints. – It includes roles like Product Owner, Scrum Master, and Development Team, as well as ceremonies such as Sprint Planning, Daily Standups, Sprint Review, and Sprint Retrospective.– When developing complex products or solutions where requirements may evolve, using Scrum to manage iterative development, foster collaboration among team members, and deliver incremental value to stakeholders.
KanbanKanban is an Agile framework focused on visualizing work, limiting work in progress (WIP), and maximizing flow. – It uses a Kanban board to represent work items and their progress through different stages, helping teams identify bottlenecks and optimize their workflow.– When managing workflows with a focus on continuous improvement and minimizing waste, implementing Kanban to visualize work, limit WIP, and optimize flow through the system.
Lean Software DevelopmentLean Software Development applies principles from Lean manufacturing to software development, aiming to eliminate waste, amplify learning, and empower teams. – It emphasizes customer value, optimizing the whole system, and relentless improvement.– When seeking to deliver value to customers quickly, reducing waste in the development process, and continuously improving efficiency and effectiveness, applying Lean principles to software development practices.
Extreme Programming (XP)Extreme Programming (XP) is an Agile framework focused on engineering practices that enable rapid and high-quality software development. – It emphasizes practices such as test-driven development (TDD), pair programming, continuous integration, and frequent releases to ensure code quality and responsiveness to changing requirements.– When prioritizing technical excellence and rapid feedback in software development, adopting XP practices to improve code quality, promote collaboration among team members, and deliver working software incrementally.
Scaled Agile Framework (SAFe)Scaled Agile Framework (SAFe) is a framework for scaling Agile across large enterprises, providing guidance on roles, responsibilities, and ceremonies at the team, program, and portfolio levels. – It offers various configurations for different organizational contexts, including Essential SAFe, Large Solution SAFe, and Full SAFe.– When scaling Agile practices across large organizations with multiple teams and dependencies, implementing SAFe to align teams, synchronize delivery, and ensure consistency and transparency across the enterprise.
Disciplined Agile (DA)Disciplined Agile (DA) is a toolkit that provides guidance on Agile and Lean practices, offering options for tailoring Agile approaches to various contexts. – It includes strategies for choosing the right Agile lifecycle, selecting appropriate practices, and optimizing workflows based on the organization’s goals and constraints.– When navigating complex organizational environments or regulatory constraints, leveraging the flexibility of DA to tailor Agile practices to specific contexts and optimize processes for delivery success.
Feature-Driven Development (FDD)Feature-Driven Development (FDD) is an Agile framework that emphasizes iterative and incremental development through feature-driven iterations. – It focuses on building features incrementally, with a strong emphasis on domain modeling, feature ownership, and frequent integration to ensure rapid delivery of high-quality software.– When developing large-scale software systems with complex requirements, applying FDD to break down features into manageable chunks, promote collaboration among team members, and deliver working features iteratively.
CrystalCrystal is a family of Agile methodologies that adapt to the specific characteristics of a project and team. – It includes different methodologies such as Crystal Clear, Crystal Orange, and Crystal Yellow, each tailored to different project sizes, criticalities, and team sizes.– When working on projects with varying levels of complexity and team dynamics, selecting the appropriate Crystal methodology to match the project’s characteristics and optimize the team’s productivity and collaboration.
Dynamic Systems Development Method (DSDM)Dynamic Systems Development Method (DSDM) is an Agile framework that provides a structured approach to project delivery, focusing on frequent delivery of business value and collaboration between stakeholders and developers. – It emphasizes user involvement, iterative development, and prioritization of requirements based on business need.– When delivering projects within fixed timeframes and budgets, utilizing DSDM to prioritize requirements based on business value, involve stakeholders throughout the development process, and ensure that the delivered solution meets customer needs and expectations.
Agile Unified Process (AUP)Agile Unified Process (AUP) is a simplified version of the Rational Unified Process (RUP) adapted to Agile principles. – It provides a framework for iterative and incremental development, focusing on producing high-quality software in a cost-effective and timely manner.– When seeking a lightweight and adaptable process for software development, applying AUP to guide iterative development, manage project risks, and ensure that the software meets stakeholder expectations.

Read Next: Lean Canvas, Agile Project Management, Scrum, MVP, VTDF.

What are the principles of Agile?

What is Agile methodology example?

What are the 12 Principles of Agile?

The 12 principles of Agile, as highlighted in the Agile Manifesto, officially drafted in 2001 are:

  1. Our highest priority is to satisfy the customer through the early and continuous delivery of valuable software.
  2. Welcome changing requirements, even late in development. Agile processes harness change for the customer’s competitive advantage.
  3. Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.
  4. Business people and developers must work together daily throughout the project.
  5. Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done.
  6. The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
  7. Working software is the primary measure of progress.
  8. Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely.
  9. Continuous attention to technical excellence and good design enhances agility.
  10. Simplicity–the art of maximizing the amount of work not done–is essential.
  11. The best architectures, requirements, and designs emerge from self-organizing teams.
  12. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.

Connected Agile & Lean Frameworks

AIOps

aiops
AIOps is the application of artificial intelligence to IT operations. It has become particularly useful for modern IT management in hybridized, distributed, and dynamic environments. AIOps has become a key operational component of modern digital-based organizations, built around software and algorithms.

AgileSHIFT

AgileSHIFT
AgileSHIFT is a framework that prepares individuals for transformational change by creating a culture of agility.

Agile Methodology

agile-methodology
Agile started as a lightweight development method compared to heavyweight software development, which is the core paradigm of the previous decades of software development. By 2001 the Manifesto for Agile Software Development was born as a set of principles that defined the new paradigm for software development as a continuous iteration. This would also influence the way of doing business.

Agile Program Management

agile-program-management
Agile Program Management is a means of managing, planning, and coordinating interrelated work in such a way that value delivery is emphasized for all key stakeholders. Agile Program Management (AgilePgM) is a disciplined yet flexible agile approach to managing transformational change within an organization.

Agile Project Management

agile-project-management
Agile project management (APM) is a strategy that breaks large projects into smaller, more manageable tasks. In the APM methodology, each project is completed in small sections – often referred to as iterations. Each iteration is completed according to its project life cycle, beginning with the initial design and progressing to testing and then quality assurance.

Agile Modeling

agile-modeling
Agile Modeling (AM) is a methodology for modeling and documenting software-based systems. Agile Modeling is critical to the rapid and continuous delivery of software. It is a collection of values, principles, and practices that guide effective, lightweight software modeling.

Agile Business Analysis

agile-business-analysis
Agile Business Analysis (AgileBA) is certification in the form of guidance and training for business analysts seeking to work in agile environments. To support this shift, AgileBA also helps the business analyst relate Agile projects to a wider organizational mission or strategy. To ensure that analysts have the necessary skills and expertise, AgileBA certification was developed.

Agile Leadership

agile-leadership
Agile leadership is the embodiment of agile manifesto principles by a manager or management team. Agile leadership impacts two important levels of a business. The structural level defines the roles, responsibilities, and key performance indicators. The behavioral level describes the actions leaders exhibit to others based on agile principles. 

Andon System

andon-system
The andon system alerts managerial, maintenance, or other staff of a production process problem. The alert itself can be activated manually with a button or pull cord, but it can also be activated automatically by production equipment. Most Andon boards utilize three colored lights similar to a traffic signal: green (no errors), yellow or amber (problem identified, or quality check needed), and red (production stopped due to unidentified issue).

Bimodal Portfolio Management

bimodal-portfolio-management
Bimodal Portfolio Management (BimodalPfM) helps an organization manage both agile and traditional portfolios concurrently. Bimodal Portfolio Management – sometimes referred to as bimodal development – was coined by research and advisory company Gartner. The firm argued that many agile organizations still needed to run some aspects of their operations using traditional delivery models.

Business Innovation Matrix

business-innovation
Business innovation is about creating new opportunities for an organization to reinvent its core offerings, revenue streams, and enhance the value proposition for existing or new customers, thus renewing its whole business model. Business innovation springs by understanding the structure of the market, thus adapting or anticipating those changes.

Business Model Innovation

business-model-innovation
Business model innovation is about increasing the success of an organization with existing products and technologies by crafting a compelling value proposition able to propel a new business model to scale up customers and create a lasting competitive advantage. And it all starts by mastering the key customers.

Constructive Disruption

constructive-disruption
A consumer brand company like Procter & Gamble (P&G) defines “Constructive Disruption” as: a willingness to change, adapt, and create new trends and technologies that will shape our industry for the future. According to P&G, it moves around four pillars: lean innovation, brand building, supply chain, and digitalization & data analytics.

Continuous Innovation

continuous-innovation
That is a process that requires a continuous feedback loop to develop a valuable product and build a viable business model. Continuous innovation is a mindset where products and services are designed and delivered to tune them around the customers’ problem and not the technical solution of its founders.

Design Sprint

design-sprint
A design sprint is a proven five-day process where critical business questions are answered through speedy design and prototyping, focusing on the end-user. A design sprint starts with a weekly challenge that should finish with a prototype, test at the end, and therefore a lesson learned to be iterated.

Design Thinking

design-thinking
Tim Brown, Executive Chair of IDEO, defined design thinking as “a human-centered approach to innovation that draws from the designer’s toolkit to integrate the needs of people, the possibilities of technology, and the requirements for business success.” Therefore, desirability, feasibility, and viability are balanced to solve critical problems.

DevOps

devops-engineering
DevOps refers to a series of practices performed to perform automated software development processes. It is a conjugation of the term “development” and “operations” to emphasize how functions integrate across IT teams. DevOps strategies promote seamless building, testing, and deployment of products. It aims to bridge a gap between development and operations teams to streamline the development altogether.

Dual Track Agile

dual-track-agile
Product discovery is a critical part of agile methodologies, as its aim is to ensure that products customers love are built. Product discovery involves learning through a raft of methods, including design thinking, lean start-up, and A/B testing to name a few. Dual Track Agile is an agile methodology containing two separate tracks: the “discovery” track and the “delivery” track.

eXtreme Programming

extreme-programming
eXtreme Programming was developed in the late 1990s by Ken Beck, Ron Jeffries, and Ward Cunningham. During this time, the trio was working on the Chrysler Comprehensive Compensation System (C3) to help manage the company payroll system. eXtreme Programming (XP) is a software development methodology. It is designed to improve software quality and the ability of software to adapt to changing customer needs.

Feature-Driven Development

feature-driven-development
Feature-Driven Development is a pragmatic software process that is client and architecture-centric. Feature-Driven Development (FDD) is an agile software development model that organizes workflow according to which features need to be developed next.

Gemba Walk

gemba-walk
A Gemba Walk is a fundamental component of lean management. It describes the personal observation of work to learn more about it. Gemba is a Japanese word that loosely translates as “the real place”, or in business, “the place where value is created”. The Gemba Walk as a concept was created by Taiichi Ohno, the father of the Toyota Production System of lean manufacturing. Ohno wanted to encourage management executives to leave their offices and see where the real work happened. This, he hoped, would build relationships between employees with vastly different skillsets and build trust.

GIST Planning

gist-planning
GIST Planning is a relatively easy and lightweight agile approach to product planning that favors autonomous working. GIST Planning is a lean and agile methodology that was created by former Google product manager Itamar Gilad. GIST Planning seeks to address this situation by creating lightweight plans that are responsive and adaptable to change. GIST Planning also improves team velocity, autonomy, and alignment by reducing the pervasive influence of management. It consists of four blocks: goals, ideas, step-projects, and tasks.

ICE Scoring

ice-scoring-model
The ICE Scoring Model is an agile methodology that prioritizes features using data according to three components: impact, confidence, and ease of implementation. The ICE Scoring Model was initially created by author and growth expert Sean Ellis to help companies expand. Today, the model is broadly used to prioritize projects, features, initiatives, and rollouts. It is ideally suited for early-stage product development where there is a continuous flow of ideas and momentum must be maintained.

Innovation Funnel

innovation-funnel
An innovation funnel is a tool or process ensuring only the best ideas are executed. In a metaphorical sense, the funnel screens innovative ideas for viability so that only the best products, processes, or business models are launched to the market. An innovation funnel provides a framework for the screening and testing of innovative ideas for viability.

Innovation Matrix

types-of-innovation
According to how well defined is the problem and how well defined the domain, we have four main types of innovations: basic research (problem and domain or not well defined); breakthrough innovation (domain is not well defined, the problem is well defined); sustaining innovation (both problem and domain are well defined); and disruptive innovation (domain is well defined, the problem is not well defined).

Innovation Theory

innovation-theory
The innovation loop is a methodology/framework derived from the Bell Labs, which produced innovation at scale throughout the 20th century. They learned how to leverage a hybrid innovation management model based on science, invention, engineering, and manufacturing at scale. By leveraging individual genius, creativity, and small/large groups.

Lean vs. Agile

lean-methodology-vs-agile
The Agile methodology has been primarily thought of for software development (and other business disciplines have also adopted it). Lean thinking is a process improvement technique where teams prioritize the value streams to improve it continuously. Both methodologies look at the customer as the key driver to improvement and waste reduction. Both methodologies look at improvement as something continuous.

Lean Startup

startup-company
A startup company is a high-tech business that tries to build a scalable business model in tech-driven industries. A startup company usually follows a lean methodology, where continuous innovation, driven by built-in viral loops is the rule. Thus, driving growth and building network effects as a consequence of this strategy.

Minimum Viable Product

minimum-viable-product
As pointed out by Eric Ries, a minimum viable product is that version of a new product which allows a team to collect the maximum amount of validated learning about customers with the least effort through a cycle of build, measure, learn; that is the foundation of the lean startup methodology.

Leaner MVP

leaner-mvp
A leaner MVP is the evolution of the MPV approach. Where the market risk is validated before anything else

Kanban

kanban
Kanban is a lean manufacturing framework first developed by Toyota in the late 1940s. The Kanban framework is a means of visualizing work as it moves through identifying potential bottlenecks. It does that through a process called just-in-time (JIT) manufacturing to optimize engineering processes, speed up manufacturing products, and improve the go-to-market strategy.

Jidoka

jidoka
Jidoka was first used in 1896 by Sakichi Toyoda, who invented a textile loom that would stop automatically when it encountered a defective thread. Jidoka is a Japanese term used in lean manufacturing. The term describes a scenario where machines cease operating without human intervention when a problem or defect is discovered.

PDCA Cycle

pdca-cycle
The PDCA (Plan-Do-Check-Act) cycle was first proposed by American physicist and engineer Walter A. Shewhart in the 1920s. The PDCA cycle is a continuous process and product improvement method and an essential component of the lean manufacturing philosophy.

Rational Unified Process

rational-unified-process
Rational unified process (RUP) is an agile software development methodology that breaks the project life cycle down into four distinct phases.

Rapid Application Development

rapid-application-development
RAD was first introduced by author and consultant James Martin in 1991. Martin recognized and then took advantage of the endless malleability of software in designing development models. Rapid Application Development (RAD) is a methodology focusing on delivering rapidly through continuous feedback and frequent iterations.

Retrospective Analysis

retrospective-analysis
Retrospective analyses are held after a project to determine what worked well and what did not. They are also conducted at the end of an iteration in Agile project management. Agile practitioners call these meetings retrospectives or retros. They are an effective way to check the pulse of a project team, reflect on the work performed to date, and reach a consensus on how to tackle the next sprint cycle. These are the five stages of a retrospective analysis for effective Agile project management: set the stage, gather the data, generate insights, decide on the next steps, and close the retrospective.

Scaled Agile

scaled-agile-lean-development
Scaled Agile Lean Development (ScALeD) helps businesses discover a balanced approach to agile transition and scaling questions. The ScALed approach helps businesses successfully respond to change. Inspired by a combination of lean and agile values, ScALed is practitioner-based and can be completed through various agile frameworks and practices.

SMED

smed
The SMED (single minute exchange of die) method is a lean production framework to reduce waste and increase production efficiency. The SMED method is a framework for reducing the time associated with completing an equipment changeover.

Spotify Model

spotify-model
The Spotify Model is an autonomous approach to scaling agile, focusing on culture communication, accountability, and quality. The Spotify model was first recognized in 2012 after Henrik Kniberg, and Anders Ivarsson released a white paper detailing how streaming company Spotify approached agility. Therefore, the Spotify model represents an evolution of agile.

Test-Driven Development

test-driven-development
As the name suggests, TDD is a test-driven technique for delivering high-quality software rapidly and sustainably. It is an iterative approach based on the idea that a failing test should be written before any code for a feature or function is written. Test-Driven Development (TDD) is an approach to software development that relies on very short development cycles.

Timeboxing

timeboxing
Timeboxing is a simple yet powerful time-management technique for improving productivity. Timeboxing describes the process of proactively scheduling a block of time to spend on a task in the future. It was first described by author James Martin in a book about agile software development.

Scrum

what-is-scrum
Scrum is a methodology co-created by Ken Schwaber and Jeff Sutherland for effective team collaboration on complex products. Scrum was primarily thought for software development projects to deliver new software capability every 2-4 weeks. It is a sub-group of agile also used in project management to improve startups’ productivity.

Scrumban

scrumban
Scrumban is a project management framework that is a hybrid of two popular agile methodologies: Scrum and Kanban. Scrumban is a popular approach to helping businesses focus on the right strategic tasks while simultaneously strengthening their processes.

Scrum Anti-Patterns

scrum-anti-patterns
Scrum anti-patterns describe any attractive, easy-to-implement solution that ultimately makes a problem worse. Therefore, these are the practice not to follow to prevent issues from emerging. Some classic examples of scrum anti-patterns comprise absent product owners, pre-assigned tickets (making individuals work in isolation), and discounting retrospectives (where review meetings are not useful to really make improvements).

Scrum At Scale

scrum-at-scale
Scrum at Scale (Scrum@Scale) is a framework that Scrum teams use to address complex problems and deliver high-value products. Scrum at Scale was created through a joint venture between the Scrum Alliance and Scrum Inc. The joint venture was overseen by Jeff Sutherland, a co-creator of Scrum and one of the principal authors of the Agile Manifesto.

Six Sigma

six-sigma
Six Sigma is a data-driven approach and methodology for eliminating errors or defects in a product, service, or process. Six Sigma was developed by Motorola as a management approach based on quality fundamentals in the early 1980s. A decade later, it was popularized by General Electric who estimated that the methodology saved them $12 billion in the first five years of operation.

Stretch Objectives

stretch-objectives
Stretch objectives describe any task an agile team plans to complete without expressly committing to do so. Teams incorporate stretch objectives during a Sprint or Program Increment (PI) as part of Scaled Agile. They are used when the agile team is unsure of its capacity to attain an objective. Therefore, stretch objectives are instead outcomes that, while extremely desirable, are not the difference between the success or failure of each sprint.

Toyota Production System

toyota-production-system
The Toyota Production System (TPS) is an early form of lean manufacturing created by auto-manufacturer Toyota. Created by the Toyota Motor Corporation in the 1940s and 50s, the Toyota Production System seeks to manufacture vehicles ordered by customers most quickly and efficiently possible.

Total Quality Management

total-quality-management
The Total Quality Management (TQM) framework is a technique based on the premise that employees continuously work on their ability to provide value to customers. Importantly, the word “total” means that all employees are involved in the process – regardless of whether they work in development, production, or fulfillment.

Waterfall

waterfall-model
The waterfall model was first described by Herbert D. Benington in 1956 during a presentation about the software used in radar imaging during the Cold War. Since there were no knowledge-based, creative software development strategies at the time, the waterfall method became standard practice. The waterfall model is a linear and sequential project management framework. 

Read Also: Continuous InnovationAgile MethodologyLean StartupBusiness Model InnovationProject Management.

Read Next: Agile Methodology, Lean Methodology, Agile Project Management, Scrum, Kanban, Six Sigma.

Main Guides:

Main Case Studies:

Discover more from FourWeekMBA

Subscribe now to keep reading and get access to the full archive.

Continue reading

Scroll to Top
FourWeekMBA