update
This commit is contained in:
23
templates/Prompt/Guide-Lese-Check.md
Normal file
23
templates/Prompt/Guide-Lese-Check.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Prüfe geschriebene Sections eines Lern-Guides zum Thema "{topic}" (Format: {format_name}) auf Lesbarkeit.
|
||||
Zielgruppe: Anfänger.
|
||||
|
||||
SECTION-SPEZIFIKATION (Soll-Zustand):
|
||||
{spec}
|
||||
|
||||
SECTIONS:
|
||||
{sections}
|
||||
|
||||
Prüfe jede Section:
|
||||
1. Ist die Beschreibung für Anfänger verständlich und maximal 1–2 Sätze?
|
||||
2. Sind die Beispiele kurz, simpel und plausibel korrekt?
|
||||
3. Ist das Markdown sauber (keine abgebrochenen Code-Blöcke, keine Platzhalter, kein Fremdtext)?
|
||||
|
||||
Du PRÜFST nur und notierst Probleme — du änderst nichts. Nur echte Mängel notieren, keine Geschmacksfragen.
|
||||
|
||||
Schreibe NUR die JSON-Datei nach: {out_path}
|
||||
|
||||
Format — alles in Ordnung:
|
||||
{{"ok": true}}
|
||||
Sonst (Section-Titel EXAKT wie oben):
|
||||
{{"probleme": [{{"section": "Exakter Section-Titel", "problem": "…"}}]}}
|
||||
{extra}
|
||||
Reference in New Issue
Block a user