Skip to content

Commit 7587266

Browse files
committed
bmad: Refactor code structure for improved readability and maintainability
1 parent 558904e commit 7587266

8 files changed

Lines changed: 53 additions & 91 deletions

File tree

public/bmad-agent-fleet.png

346 KB
Loading
907 KB
Loading

special-slides/bmad-anforderungen-tests/anforderungen-praezisieren.md

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -59,52 +59,6 @@ Das ist der Unterschied zu "einfach ChatGPT fragen".
5959
🎨 Image prompt: A glowing lightbulb over an open book, representing ideation and structured thinking. Warm orange and blue tones, digital art style similar to /bmad-ai-lightbulb.png.
6060
-->
6161

62-
---
63-
layout: two-column
64-
hideInToc: true
65-
showCopyright: false
66-
---
67-
68-
# PRFAQ: Working Backwards mit KI
69-
70-
::left::
71-
72-
## Ohne PRFAQ ❌
73-
74-
```
75-
"Wir brauchen ein User-Auth-System
76-
mit SSO und RBAC."
77-
78-
→ Teams diskutieren wochen-
79-
lang über Details
80-
→ Budget explodiert
81-
→ Launch-Termin verfehlt
82-
```
83-
84-
::right::
85-
86-
## Mit PRFAQ + BMad ✅
87-
88-
```
89-
"Seattle, 1. März 2026 —
90-
XYZ Corp gibt Matterflow bekannt,
91-
die erste Auth-Plattform, die..."
92-
93-
→ Klare Value Proposition
94-
→ Echte Customer FAQs
95-
→ Scope ist definiert
96-
```
97-
98-
<!--
99-
PRFAQ (Press Release FAQ) ist Amazons Working Backwards Methode.
100-
BMad adaptiert diese als interaktiven KI-Challenge-Prozess.
101-
102-
Der Analyst-Agent stellt provozierende Fragen: "Was tun Nutzer, wenn sie ihr Passwort vergessen?"
103-
"Was passiert bei einem Sicherheitsvorfall?" — Schwachstellen werden früh aufgedeckt.
104-
105-
🎨 Image prompt: Not needed — text-heavy comparison slide.
106-
-->
107-
10862
---
10963
layout: image-right
11064
background: /bmad-governance-control-center.png
@@ -123,10 +77,11 @@ showCopyright: false
12377
- Enthält:
12478
- **Functional Requirements (FRs)** — was soll das System tun?
12579
- **Non-Functional Requirements (NFRs)** — Qualität, Performance, Security
126-
- **User Stories** mit Akzeptanzkriterien
12780
- **Scope** — was ist IN und was ist OUT
81+
12882
- Wird **Basis für alle weiteren Phasen**
129-
83+
- z.B. Grundlage für Fragen zum Erstellenvon **User Stories** mit Akzeptanzkriterien
84+
13085
</v-clicks>
13186

13287
<!--

special-slides/bmad-anforderungen-tests/bmad-overview.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isDark: true
1010

1111
::intro::
1212

13-
Build More Architect Dreams — KI-gesteuertes agiles Entwickeln vom ersten Gedanken bis zum Deployment
13+
KI-gesteuertes agiles Entwickeln vom ersten Gedanken bis zum Deployment
1414

1515
<!--
1616
Einführung in BMad. Frage ans Publikum: "Wer kennt BMad bereits?"
@@ -48,13 +48,55 @@ GitHub: https://github.com/bmad-code-org/BMAD-METHOD
4848
🎨 Image prompt: A glowing lightbulb made of neural network nodes, representing AI-powered ideas. Warm blue light, dark background, futuristic digital art similar to /bmad-ai-lightbulb.png.
4949
-->
5050

51+
---
52+
layout: image-right
53+
background: /bmad-agent-fleet.png
54+
hideInToc: true
55+
showCopyright: false
56+
---
57+
58+
# Erste Schritte mit BMad
59+
60+
<br/>
61+
62+
<v-clicks>
63+
64+
1. **Installieren**: `npx bmad-method install`
65+
2. **Tutorial starten**: `bmad-help` für intelligente Führung
66+
3. **Klein anfangen**: Quick Flow für das nächste kleine Feature
67+
4. **TEA hinzufügen**: `npx bmad-method install` → TEA Modul
68+
5. **Community**: Discord, GitHub, YouTube
69+
70+
</v-clicks>
71+
72+
<v-click>
73+
74+
```
75+
🌐 docs.bmad-method.org
76+
📦 npmjs.com/package/bmad-method
77+
```
78+
79+
</v-click>
80+
81+
<!--
82+
Call-to-Action: Was können die Zuhörer heute noch tun?
83+
84+
BMad ist komplett kostenlos und Open Source.
85+
Die Community ist aktiv und hilfreich.
86+
Der Start mit npx bmad-method install dauert 5 Minuten.
87+
88+
🎨 Image prompt: A fleet of spaceships launching toward a bright horizon, representing teams starting their BMad journey. Inspiring digital art, warm sunrise colors, futuristic style similar to /bmad-agent-fleet.png.
89+
-->
90+
5191
---
5292
hideInToc: true
5393
showCopyright: false
5494
---
5595

5696
## BMad: 4 Phasen, 1 Framework
5797

98+
### Klissischer Prozess, kein (A)TDD
99+
58100
<br/>
59101

60102
```mermaid {scale: 0.7}

special-slides/bmad-anforderungen-tests/context-engineering.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ showCopyright: false
4242

4343
<v-click>
4444

45-
> 💡 **"Context is the new prompt engineering"** — mit Struktur statt Trick
45+
> 💡 **"Context is the new prompt engineering"** — mit Struktur statt Trick <br/>
46+
(Harness Context)
4647

4748
</v-click>
4849

@@ -101,7 +102,7 @@ Das verhindert inkonsistente Entscheidungen zwischen verschiedenen Agenten/Sessi
101102

102103
---
103104
layout: image-right
104-
background: /bmad-governance-control-center.png
105+
background: /bmad-project-context-agent-brain.png
105106
hideInToc: true
106107
showCopyright: false
107108
---

special-slides/bmad-anforderungen-tests/das-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ showCopyright: false
150150

151151
<v-click>
152152

153-
## Mit BMad
153+
## Mit KI
154154

155155
</v-click>
156156

special-slides/bmad-anforderungen-tests/tea-testentwicklung.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ isDark: true
192192

193193
# 🎬 Demo 3: TEA Test Design Workflow
194194

195+
<br/>
196+
<br/>
197+
195198
<v-click>
196199

197200
```bash

special-slides/bmad-anforderungen-tests/zusammenfassung.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -160,45 +160,6 @@ Einstieg: Beginne mit "Quick Flow" für kleine Features, skaliere dann zu BMad M
160160
🎨 Image prompt: Not needed — text comparison slide.
161161
-->
162162

163-
---
164-
layout: image-right
165-
background: /bmad-agent-fleet.png
166-
hideInToc: true
167-
showCopyright: false
168-
---
169-
170-
# Erste Schritte mit BMad
171-
172-
<br/>
173-
174-
<v-clicks>
175-
176-
1. **Installieren**: `npx bmad-method install`
177-
2. **Tutorial starten**: `bmad-help` für intelligente Führung
178-
3. **Klein anfangen**: Quick Flow für das nächste kleine Feature
179-
4. **TEA hinzufügen**: `npx bmad-method install` → TEA Modul
180-
5. **Community**: Discord, GitHub, YouTube
181-
182-
</v-clicks>
183-
184-
<v-click>
185-
186-
```
187-
🌐 docs.bmad-method.org
188-
📦 npmjs.com/package/bmad-method
189-
```
190-
191-
</v-click>
192-
193-
<!--
194-
Call-to-Action: Was können die Zuhörer heute noch tun?
195-
196-
BMad ist komplett kostenlos und Open Source.
197-
Die Community ist aktiv und hilfreich.
198-
Der Start mit npx bmad-method install dauert 5 Minuten.
199-
200-
🎨 Image prompt: A fleet of spaceships launching toward a bright horizon, representing teams starting their BMad journey. Inspiring digital art, warm sunrise colors, futuristic style similar to /bmad-agent-fleet.png.
201-
-->
202163

203164
---
204165
layout: image-left

0 commit comments

Comments
 (0)