3 Commits

Author SHA1 Message Date
Tim (via Claude) 661401d964 investor: Overlay-Persona main-voice-investor + skill-index-Eintrag (Stueck 2) 2026-06-14 18:30:04 +02:00
tim 53f7f99b9d M4: skill-index.md — Stub → populated mit allen 3 Skills
Status: stub → populated.

Skill-Tabelle mit allen drei Initial-Skills:
- main-voice (default-Aktivierung, 17 Tools, hop_budget=6)
- kreuzwort-builder (Trigger keyword, 5 Tools, hop_budget=12)
- lueckentext-builder (Trigger keyword, 4 Tools, hop_budget=8)

Jede Zeile verlinkt auf das Skill-Manifest im Schwester-Repo
parsecapere-skills via absolute Gitea-URL.

Plus Erklaerungs-Sections:
- Aktivierungs-Pfade: default-Skill vs spawn-by-keyword
- Discovery-Flow als Ablauf-Diagramm (User-Wunsch → Tool-Dispatch →
  compose_prompt → Cache-Check → Sub-Agent-Spawn → Erfolgsmeldung)
- Hinweis fuer M5-Implementation: Manifest-required_prompt_modules
  ist Single-Source-of-Truth, kein silent-skip bei fehlenden Modulen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 15:54:35 +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