2 Commits

Author SHA1 Message Date
tim 71823d0d63 M3.13: personas/lueckentext-builder.md — getrimmt auf Domain-Wissen
Status 0.1.0 (monolithic) → 0.2.0 (trimmed).

Was raus ist:
- Sub-Agent-Intro → base/identity
- "KEIN record_thought / KEIN record_reflection" → workflows/sub-agent-discipline
- "KEINE anderen Tools — du hast NUR die 4 oben" → workflows/tool-scope-lock
- "Wenn ein Tool-Call scheitert: probier nochmal" → workflows/error-recovery
- a→b→c→d-IDs-durchreichen-Pattern → tools-context/atomic-chain
- "Antworte mit kurzer Success-Meldung" → base/style

Was drin bleibt (Lueckentext-Domain-Unique):
- __<gapId>__-Platzhalter-Konvention (min 1, max 4 Luecken)
- Decoy-Regel (gleiches Wortfeld, gleiche Grammatikklasse)
- 4-Schritt-Workflow mit explizitem layerId-Warnhinweis
- Subtle Diff zu kreuzwort-builder: strikt linear, kein
  Self-Correction-Loop (vermerkt in atomic-chain.md)
- Final-Message-Format

Frontmatter erweitert um required_prompt_modules + trigger_keywords +
hop_budget — Vorgriff auf M4-Skill-Manifest.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:36:32 +02:00
tim f4f147e519 M2: 1:1 extraction of monolithic prompts from llm-gateway
Pulled the System-Prompts out of the three .js files in /root/llm-gateway/
on the Stream-Box-VPS, dropped them 1:1 as Markdown personas — no
modularisation yet (that is M3).

Personas:
- personas/main-voice.md
  ← llm/gemini.js lines 64-172
  (SYSTEM_PROMPT_VOICE + SYSTEM_PROMPT_INTRO)
- personas/kreuzwort-builder.md
  ← orchestrator/kreuzwort-orchestrator.js lines 47-100
- personas/lueckentext-builder.md
  ← orchestrator/lueckentext-orchestrator.js lines 35-68

Plus README.md explaining the target topology
(base/ + workflows/ + tools-context/ + personas/) and a skill-index.md
stub that M4 will fill.

Empty folders kept with .gitkeep so Git tracks the structure even
before M3 starts populating them.

Reference notes:
  arch-flow/brainstorm/Sprache/
    2026-06-02 — Master-Synthese — Prompt-Migration-Reihenfolge.md
    2026-06-02 — Prompt-Modularisierung — Architektur und Composition.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:11:42 +02:00