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
34
module.yaml
Normal file
34
module.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
code: "sw"
|
||||
name: "Schreibwerkstatt"
|
||||
version: "0.1.0"
|
||||
description: "KI-gestützte Roman-Entwicklung mit spezialisierten Agenten für Plotting, Figurenentwicklung, Lektorat, Kontinuitätsprüfung und Motivanalyse. Beinhaltet ein Bibel-System für konsistentes Worldbuilding und State-Management pro Kapitel."
|
||||
author: "Kenearos"
|
||||
license: "MIT"
|
||||
repository: "https://github.com/Kenearos/schreibwerkstatt"
|
||||
|
||||
config:
|
||||
variables:
|
||||
- name: projekt_name
|
||||
type: string
|
||||
description: "Name deines Romanprojekts"
|
||||
- name: sprache
|
||||
type: select
|
||||
options: ["Deutsch", "English"]
|
||||
description: "Sprache des Romans"
|
||||
- name: genre
|
||||
type: string
|
||||
description: "Genre des Romans (z.B. Dark Romance, Fantasy, Thriller)"
|
||||
- name: erzaehlperspektive
|
||||
type: select
|
||||
options: ["Ich-Erzähler", "Dritte Person Limited", "Dritte Person Allwissend", "Zweite Person"]
|
||||
description: "Erzählperspektive des Romans"
|
||||
- name: zeitform
|
||||
type: select
|
||||
options: ["Präsens", "Präteritum"]
|
||||
description: "Zeitform der Erzählung"
|
||||
- name: kapitel_laenge
|
||||
type: select
|
||||
options: ["kurz (2000-3000 Wörter)", "mittel (3000-5000 Wörter)", "lang (5000-8000 Wörter)"]
|
||||
description: "Ungefähre Kapitellänge"
|
||||
|
||||
dependencies: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue