Add complete Schreibwerkstatt BMAD module
- 7 specialized agents (Dramaturg, Autor, Lektor, Figurenprüfer, Kontinuitätsprüfer, Motivjäger, Stilprüfer) - Bibel-System (Single Source of Truth) - State Management per chapter - Review Pipeline with Human-in-the-Loop - KI-Muster-Erkennung (Perplexity Gate) - Export (EPUB, DOCX, Markdown) - Setup scripts and templates
This commit is contained in:
parent
1f72c07758
commit
22298f1008
35 changed files with 2184 additions and 2 deletions
42
geschichte/plan.md
Normal file
42
geschichte/plan.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Kapitelplan
|
||||
|
||||
> Erstelle den Kapitelplan mit dem **Dramaturg**-Agenten.
|
||||
> Sage: "Ich möchte den Kapitelplan erstellen"
|
||||
|
||||
## Übersicht
|
||||
|
||||
- **Geplante Kapitelanzahl**: <!-- z.B. 25 -->
|
||||
- **Kapitellänge**: <!-- z.B. 3000-5000 Wörter -->
|
||||
- **Geschätzte Gesamtlänge**: <!-- z.B. 80.000-100.000 Wörter -->
|
||||
|
||||
## Kapitel
|
||||
|
||||
### Kapitel 1: <!-- Titel -->
|
||||
- **POV**: <!-- Perspektivfigur -->
|
||||
- **Ort**: <!-- Hauptschauplatz -->
|
||||
- **Zeit**: <!-- Wann spielt das Kapitel -->
|
||||
- **Emotionaler Bogen**: <!-- von → nach, z.B. "Neugier → Unbehagen" -->
|
||||
- **Beats**:
|
||||
1. <!-- Ereignis/Szene -->
|
||||
2. <!-- Ereignis/Szene -->
|
||||
3. <!-- Ereignis/Szene -->
|
||||
- **Offene Fäden**: <!-- Was wird neu aufgeworfen -->
|
||||
- **Geschlossene Fäden**: <!-- Was wird aufgelöst -->
|
||||
- **Informationsstand**: <!-- Was weiß der Leser was die Figur nicht weiß? -->
|
||||
|
||||
<!-- Kopiere den Block für jedes weitere Kapitel -->
|
||||
|
||||
---
|
||||
|
||||
### Kapitel 2: <!-- Titel -->
|
||||
- **POV**:
|
||||
- **Ort**:
|
||||
- **Zeit**:
|
||||
- **Emotionaler Bogen**:
|
||||
- **Beats**:
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
- **Offene Fäden**:
|
||||
- **Geschlossene Fäden**:
|
||||
- **Informationsstand**:
|
||||
55
geschichte/synopsis.md
Normal file
55
geschichte/synopsis.md
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# Synopsis
|
||||
|
||||
> Erstelle die Synopsis mit dem **Dramaturg**-Agenten.
|
||||
> Sage: "Ich möchte die Synopsis entwickeln"
|
||||
|
||||
## Arbeitstitel
|
||||
|
||||
<!-- Titel des Romans -->
|
||||
|
||||
## Pitch (1 Satz)
|
||||
|
||||
<!-- Worum geht es — in einem Satz? -->
|
||||
|
||||
## Prämisse
|
||||
|
||||
<!-- Die thematische Kernaussage.
|
||||
z.B. "Nur wer loslässt, kann festhalten." -->
|
||||
|
||||
## Zentraler Konflikt
|
||||
|
||||
- **Extern**: <!-- Wer/Was steht der Hauptfigur im Weg? -->
|
||||
- **Intern**: <!-- Welchen inneren Kampf kämpft sie? -->
|
||||
- **Zwischenmenschlich**: <!-- Welche Beziehung ist das Schlachtfeld? -->
|
||||
|
||||
## Handlungsübersicht
|
||||
|
||||
### Akt I — Setup
|
||||
<!-- Ausgangssituation, Vorstellung der Figuren, auslösendes Ereignis -->
|
||||
|
||||
### Akt II-A — Konfrontation (aufsteigend)
|
||||
<!-- Eskalation, neue Allianzen, wachsende Spannung -->
|
||||
|
||||
### Midpoint
|
||||
<!-- Der Wendepunkt der alles verändert -->
|
||||
|
||||
### Akt II-B — Konfrontation (absteigend)
|
||||
<!-- Konsequenzen, Verluste, Annäherung an die Wahrheit -->
|
||||
|
||||
### Akt III — Auflösung
|
||||
<!-- Klimax, finale Konfrontation, Auflösung der Fäden -->
|
||||
|
||||
## Schlüssel-Wendepunkte
|
||||
|
||||
1. **Auslösendes Ereignis** (ca. Kapitel ___):
|
||||
2. **Plot Point I** (ca. Kapitel ___):
|
||||
3. **Midpoint** (ca. Kapitel ___):
|
||||
4. **Plot Point II** (ca. Kapitel ___):
|
||||
5. **Klimax** (ca. Kapitel ___):
|
||||
|
||||
## Subplots
|
||||
|
||||
### Subplot: <!-- Name -->
|
||||
- **Figuren**:
|
||||
- **Verbindung zum Hauptplot**:
|
||||
- **Auflösung**:
|
||||
Loading…
Add table
Add a link
Reference in a new issue