---
title: "Was ist Agile?"
canonical: https://wavect.io/de/glossary/agile/
language: de
description: "Familie von Softwareentwicklungspraktiken, die kurze Iterationen, häufiges Kundenfeedback und Plananpassung gemäß realer Ergebnisse priorisiert."
image: "https://wavect.io/img/general/bak/open_graph_preview.jpg"
---

METHODE

# Agile

Familie von Softwareentwicklungspraktiken, die kurze Iterationen, häufiges Kundenfeedback und Plananpassung gemäß realer Ergebnisse priorisiert.

Zuletzt geprüft: 2026-05-24 von [Kevin Riedl](/de/team/kevin-riedl/) [wiki ↗](https://www.wikidata.org/wiki/Q139796365)

Agile ist älter, als die meisten denken (das Manifest stammt aus 2001) und schlechter umgesetzt, als die meisten Teams zugeben. Der Ursprungsgedanke war simpel: weiter zu planen, als man vorhersagen kann, ist vergeudete Arbeit. Also: kurz planen, shippen, lernen, neu planen. Alles andere (Scrum, Kanban, SAFe, [Sprints](/de/glossary/sprint/), Retros, Story Points) ist Implementierungsdetail obendrauf.

Die nützlichste Frage an ein Team, das sagt „wir machen Agile": Wann hat sich der Plan zuletzt aufgrund dessen geändert, was letzte Woche geshippt wurde? Lautet die Antwort nie, macht das Team Wasserfall in Zwei-Wochen-Häppchen.

Beispiel für den Unterschied: Zwei Teams fahren beide zweiwöchige Sprints. Team A demot, sieht, dass das Feature, das niemand auf der Roadmap vorhergesagt hat, das ist, das Nutzer tatsächlich anklicken, und ordnet den nächsten Sprint darum neu. Team B demot, notiert das Feedback in einem Doc und macht mit dem im Januar geschriebenen Plan weiter, weil der Plan der Plan ist. Team A ist agile. Team B hat agile Zeremonien und ein Wasserfall-Gehirn. Die Zeremonien sind identisch; nur die Bereitschaft, auf Evidenz zu handeln, unterscheidet sich, und das ist das ganze Spiel.

Der ehrliche Trade-off und der Founder-Fehler: Agile ist kein Freibrief, Planung zu überspringen, und es ist nicht gratis. Es tauscht Langhorizont-Vorhersehbarkeit gegen schnelles Lernen, was genau falsch ist, wenn Scope, Regulierung oder ein Interface-Vertrag wirklich nicht ändern können (zertifizierte Medizingeräte, Avionik, manche Hardware). Selbst dort gelten die ursprünglichen Prinzipien innerhalb des Teams; der nach außen sichtbare Prozess sieht nur mehr nach [Wasserfall](/de/glossary/sdlc/) aus. Wavect ist agile im ursprünglichen Sinn: Wir arbeiten in kurzen Zyklen, demoen oft, lehnen uns auf [CI/CD](/de/glossary/ci-cd/), damit Shippen billig ist, und sind bereit, Arbeit wegzuwerfen, die sich als falsch herausstellte. Wir sind skeptisch gegenüber der Zertifikatsindustrie-Version von Agile, bei der die Meeting-Kadenz zum Ziel wird und eine [TDD](/de/glossary/tdd/) -Suite zur Schau statt für Vertrauen geschrieben wird.

**Wann das im Softwareprojekt zählt.** Wenn der Scope sich noch ändern kann, weil der Markt dir laufend etwas beibringt, was bei den meisten frühen Produkten der Fall ist. Agile tauscht Langhorizont-Vorhersehbarkeit gegen schnelles Lernen, und dieser Tausch zahlt sich nur aus, wenn du wirklich bereit bist, auf das zu handeln, was geshippt wird.

**Was Founder meistens falsch machen.** Sie kaufen die Zeremonien und behalten ein Wasserfall-Gehirn: Zwei-Wochen-Sprints, Story Points, Retros, und ein Plan, der sich seit Januar nicht geändert hat. Zeremonien ohne die Bereitschaft, auf Evidenz den Kurs zu ändern, sind Wasserfall in Verkleidung.

**Wie Wavect damit umgeht.** Wir sind agile im ursprünglichen Sinn: kurze Zyklen, häufige Demos, billiges Shippen via CI/CD, und wir werfen Arbeit weg, die sich als falsch herausstellte. Wenn Scope wirklich nicht beweglich ist, sagen wir das und planen entsprechend; der [Leitfaden Fixpreis vs Time & Material](/de/software-development-guide/fixed-price-vs-time-and-materials/) behandelt diese Vertragswahl.

// FAQ

## Häufige Fragen

### Was unterscheidet echtes Agile von Sprint-Theater?

Ob der Plan sich aufgrund der letzten Auslieferung ändert. Echtes Agile produziert verworfene Tickets und gestrichene Features, weil das Team etwas gelernt hat. Sprint-Theater produziert dieselbe Roadmap wie vor drei Monaten, nur in Zwei-Wochen-Häppchen verpackt.

### Brauchen wir Scrum, Kanban oder SAFe?

Kein Framework rettet ein Team, das nicht lernen will. Kanban für kontinuierlichen Flow ohne Sprint-Zeremonie, Scrum für Teams, die Struktur brauchen, SAFe fast nie freiwillig. Wer SAFe aus Überzeugung wählt, hat meist mehr als 200 Engineers.

### Können wir Agile mit Fixpreis kombinieren?

Ja, wenn der Scope eines Sprints fest ist und die Sprint-Reihenfolge flexibel bleibt. Wir machen das oft: Werkvertrag über Discovery-Output, dann sprint-basierte Auslieferung. Was nicht geht: agile als Ausrede für moving Scope ohne Change Request.

Verwandte Begriffe

- [Sprint](/de/glossary/sprint/)
- [TDD](/de/glossary/tdd/)
- [CI/CD](/de/glossary/ci-cd/)
- [SDLC](/de/glossary/sdlc/)

Passende Leistungen

- [Individuelle Softwareentwicklung](/de/services/software-development/)

Passende Fallstudien

- [Polity](/de/case-studies/polity/)

Passende Guides

- [Der Softwareentwicklungsprozess, Woche für Woche](/de/software-development-guide/software-development-process/)

Reden wir

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/#organization",
      "@type": [
        "Organization",
        "ProfessionalService",
        "LocalBusiness"
      ],
      "employee": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "founder": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "legalRepresentative": [
        {
          "@id": "https://wavect.io/team/kevin-riedl/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Kevin Riedl",
          "url": "https://wavect.io/team/kevin-riedl/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        },
        {
          "@id": "https://wavect.io/team/christof-jori/#person",
          "@type": "Person",
          "jobTitle": "Managing Director",
          "name": "Christof Jori",
          "url": "https://wavect.io/team/christof-jori/",
          "worksFor": {
            "@id": "https://wavect.io/#organization",
            "@type": [
              "Organization",
              "ProfessionalService",
              "LocalBusiness"
            ]
          }
        }
      ],
      "name": "Wavect GmbH",
      "subjectOf": {
        "@id": "https://wavect.io/verified-claims.json#dataset",
        "@type": "Dataset",
        "creator": {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        "description": "A machine-readable registry of quantitative and qualitative claims published by Wavect, with review dates, localized page appearances and public third-party citations where available.",
        "inLanguage": "en",
        "isAccessibleForFree": true,
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "name": "Wavect verified publication claims",
        "url": "https://wavect.io/verified-claims.json"
      },
      "url": "https://wavect.io/"
    },
    {
      "@id": "https://wavect.io/team/kevin-riedl/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Kevin Riedl",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796365",
        "https://www.linkedin.com/in/wsdt",
        "https://github.com/wsdt"
      ],
      "url": "https://wavect.io/team/kevin-riedl/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/team/christof-jori/#person",
      "@type": "Person",
      "jobTitle": "Managing Director",
      "name": "Christof Jori",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q139796367",
        "https://www.linkedin.com/in/jocr77/",
        "https://github.com/jo-chris"
      ],
      "url": "https://wavect.io/team/christof-jori/",
      "worksFor": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      }
    },
    {
      "@id": "https://wavect.io/#website",
      "@type": "WebSite",
      "inLanguage": [
        "en",
        "de",
        "es",
        "zh"
      ],
      "name": "Wavect",
      "potentialAction": {
        "@type": "SearchAction",
        "query-input": "required name=search_term_string",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://wavect.io/search/?q={search_term_string}"
        }
      },
      "publisher": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "url": "https://wavect.io/"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@id": "https://wavect.io/de/glossary/agile/#term",
      "@type": "DefinedTerm",
      "alternateName": [],
      "description": "Familie von Softwareentwicklungspraktiken, die kurze Iterationen, häufiges Kundenfeedback und Plananpassung gemäß realer Ergebnisse priorisiert.",
      "inDefinedTermSet": "https://wavect.io/de/glossary/#termset",
      "name": "Agile",
      "termCode": "agile",
      "url": "https://wavect.io/de/glossary/agile/"
    },
    {
      "@id": "https://wavect.io/de/glossary/agile/#webpage",
      "@type": "WebPage",
      "about": {
        "@id": "https://wavect.io/#organization",
        "@type": [
          "Organization",
          "ProfessionalService",
          "LocalBusiness"
        ]
      },
      "author": {
        "@id": "https://wavect.io/team/kevin-riedl/#person",
        "@type": "Person",
        "name": "Kevin Riedl",
        "url": "https://wavect.io/team/kevin-riedl/"
      },
      "dateModified": "2026-05-24",
      "description": "Familie von Softwareentwicklungspraktiken, die kurze Iterationen, häufiges Kundenfeedback und Plananpassung gemäß realer Ergebnisse priorisiert.",
      "headline": "Agile",
      "inLanguage": "de",
      "isPartOf": {
        "@id": "https://wavect.io/#website",
        "@type": "WebSite"
      },
      "lastReviewed": "2026-05-24",
      "mainEntity": {
        "@id": "https://wavect.io/de/glossary/agile/#term"
      },
      "mentions": [
        {
          "@id": "https://wavect.io/#organization",
          "@type": [
            "Organization",
            "ProfessionalService",
            "LocalBusiness"
          ]
        },
        {
          "@type": "Service",
          "name": "Individuelle Softwareentwicklung",
          "url": "https://wavect.io/de/services/software-development/"
        }
      ],
      "name": "Agile",
      "reviewedBy": {
        "@id": "https://wavect.io/team/christof-jori/#person",
        "@type": "Person",
        "name": "Christof Jori",
        "url": "https://wavect.io/team/christof-jori/"
      },
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          ".gls-single__h1",
          ".gls-single__tldr"
        ]
      },
      "url": "https://wavect.io/de/glossary/agile/"
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/",
          "name": "Startseite",
          "position": 1
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/glossary/",
          "name": "Tech-, Produkt- & Engagement-Glossar",
          "position": 2
        },
        {
          "@type": "ListItem",
          "item": "https://wavect.io/de/glossary/agile/",
          "name": "Agile",
          "position": 3
        }
      ]
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Ob der Plan sich aufgrund der letzten Auslieferung ändert. Echtes Agile produziert verworfene Tickets und gestrichene Features, weil das Team etwas gelernt hat. Sprint-Theater produziert dieselbe Roadmap wie vor drei Monaten, nur in Zwei-Wochen-Häppchen verpackt."
      },
      "name": "Was unterscheidet echtes Agile von Sprint-Theater?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Kein Framework rettet ein Team, das nicht lernen will. Kanban für kontinuierlichen Flow ohne Sprint-Zeremonie, Scrum für Teams, die Struktur brauchen, SAFe fast nie freiwillig. Wer SAFe aus Überzeugung wählt, hat meist mehr als 200 Engineers."
      },
      "name": "Brauchen wir Scrum, Kanban oder SAFe?"
    },
    {
      "@type": "Question",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Ja, wenn der Scope eines Sprints fest ist und die Sprint-Reihenfolge flexibel bleibt. Wir machen das oft: Werkvertrag über Discovery-Output, dann sprint-basierte Auslieferung. Was nicht geht: agile als Ausrede für moving Scope ohne Change Request."
      },
      "name": "Können wir Agile mit Fixpreis kombinieren?"
    }
  ],
  "speakable": {
    "@type": "SpeakableSpecification",
    "cssSelector": [
      ".faq-question",
      ".faq-answer"
    ]
  }
}
```
