Add complete Abenteuer-Schmiede BMAD module

- 7 specialized agents (Spielleiter, Weltenbauer, NSC-Schmied,
  Begegnungsdesigner, Regelwächter, Handout-Künstler, Partymodus)
- Kompendium-System (Single Source of Truth)
- DSA5-native with Proben, QS, Kampfwerte
- Interactive Partymodus for playtesting
- Balance analysis and rule checking
- Templates for NSCs, locations, scenes, encounters, handouts
- Export (Markdown, Print, VTT)
This commit is contained in:
Kenearos 2026-04-12 18:06:34 +02:00
parent 8cadb065de
commit 9f78d0dd7f
39 changed files with 2771 additions and 1 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Generated output
_bmad-output/szenen/
_bmad-output/handouts/
_bmad-output/export/
# State files (project-specific)
zustand/szenen/
# System files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# IDE
.vscode/
.idea/
# Dependencies
node_modules/
__pycache__/