---
id: kb-2026-00228
title: Agile Methodology
schema_type: TechArticle
category: computer-science
language: en
confidence: high
last_verified: '2026-06-02'
created_date: '2026-05-22'
generation_method: ai_structured
ai_models:
  - claude-opus
derived_from_human_seed: true
conflict_of_interest: none_declared
is_live_document: false
data_period: static
atomic_facts:
  - id: fact-computer-science-001
    statement: >-
      The Agile Manifesto values individuals and interactions, working software, customer collaboration, and responding to change over their corresponding process-heavy alternatives.
    source_title: Manifesto for Agile Software Development
    source_url: https://agilemanifesto.org/iso/en/manifesto.html
  - id: fact-computer-science-002
    statement: 'The Scrum Guide defines Scrum accountabilities including Developers, Product Owner, and Scrum Master.'
    source_title: Scrum Guide | Scrum Guides
    source_url: https://scrumguides.org/scrum-guide.html
  - id: fact-computer-science-003
    statement: 'The Scrum Guide defines five Scrum events: Sprint, Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective.'
    source_title: Scrum Guide | Scrum Guides
    source_url: https://scrumguides.org/scrum-guide.html
  - id: fact-computer-science-004
    statement: 'The Kanban Guide describes Kanban practices including defining and visualizing workflow, limiting work in progress, making policies explicit, feedback loops, and improving collaboratively.'
    source_title: latest | The Kanban Guide | Kanban Guides
    source_url: https://kanbanguides.org/the-kanban-guide/
completeness: 0.88
known_gaps: []
disputed_statements: []
primary_sources:
  - title: Manifesto for Agile Software Development
    type: documentation
    year: 2001
    url: https://agilemanifesto.org/iso/en/manifesto.html
    institution: Agile Manifesto
  - title: Scrum Guide | Scrum Guides
    type: documentation
    year: 2020
    url: https://scrumguides.org/scrum-guide.html
    institution: Scrum Guides
  - title: latest | The Kanban Guide | Kanban Guides
    type: documentation
    year: 2025
    url: https://kanbanguides.org/the-kanban-guide/
    institution: Kanban Guides
secondary_sources: []
---

## TL;DR

Agile methodology emphasizes adaptive planning, short feedback loops, and frequent delivery of working software. The Agile Manifesto is the shared value statement, while Scrum and Kanban are common frameworks used to organize agile work.

## Core Explanation

The Agile Manifesto states four value preferences: individuals and interactions, working software, customer collaboration, and responding to change. Scrum gives teams named accountabilities, events, and artifacts for iterative delivery. Kanban focuses on visualizing work, limiting work in progress, managing flow, and improving the workflow collaboratively.

## Further Reading

- [Manifesto for Agile Software Development](https://agilemanifesto.org/iso/en/manifesto.html)
- [Scrum Guide](https://scrumguides.org/scrum-guide.html)
- [The Kanban Guide](https://kanbanguides.org/the-kanban-guide/)
