28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Phase N — [Phasenname]
|
|
|
|
## Ziel
|
|
[1-2 Sätze: Was soll am Ende dieser Phase erreicht sein?]
|
|
|
|
## Arbeitspakete
|
|
<!-- Jede ###-Gruppe = Parallelisierungsgruppe (Tasks laufen parallel). -->
|
|
<!-- Gruppen sind sequentiell: Gruppe N+1 startet erst nach Gruppe N. -->
|
|
<!-- (context: ...) gibt an, welche Dateien der Subagent als Input braucht. -->
|
|
|
|
### Gruppe 1 — [Name]
|
|
- [ ] output-file-a.md — [Beschreibung] (context: input1.md, input2.md) → DoD: #1, #2
|
|
- [ ] output-file-b.md — [Beschreibung] (context: input1.md) → DoD: #3
|
|
|
|
### Gruppe 2 — [Name]
|
|
- [ ] output-file-c.md — [Beschreibung] (context: output-file-a.md) → DoD: #4
|
|
|
|
## Ergebnisse (Definition of Done)
|
|
<!-- Nummerierte Liste — Arbeitspakete verweisen per #N auf diese Einträge. -->
|
|
<!-- DoD-Einträge ohne zugeordnetes Arbeitspaket kennzeichnen (Querschnitt). -->
|
|
1. [ ] output-file-a.md — [Prüfkriterium]
|
|
2. [ ] output-file-b.md — [Prüfkriterium]
|
|
3. [ ] output-file-c.md — [Prüfkriterium]
|
|
4. [ ] output-file-d.md — [Querschnitt, kein eigenes Arbeitspaket]
|
|
|
|
## Nicht in Scope
|
|
- [Was bewusst ausgeklammert wird]
|