feat: add project-status command for steering-committee updates

Turn raw project notes into a structured weekly Steering-Update with
fixed sections (Status traffic light, Fortschritt, Top-Risiken,
Entscheidung, Nächster Schritt, GF-Summary). Calendar week and today's
date are injected automatically so KW [Nummer] resolves correctly.

The optional trigger phrases from the prompt ("Mach mir auch eine
GF-Mail dazu.", "Wo sind blinde Flecken?", "Kürzer.") flow through the
existing "Zusätzliche Anweisungen" textarea, so the user can append
them per call without leaving the form. Signature name comes from
userFullName preference, falling back to "Raphael".

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
muena
2026-05-20 13:34:35 +02:00
parent b56747c3c2
commit 2a5c9a66a9
3 changed files with 376 additions and 0 deletions

View File

@@ -41,6 +41,12 @@
"description": "Strukturierte Daten (JSON oder Tabelle) aus Freitext gemäß einem Schema extrahieren — pseudonymisiert.",
"mode": "view"
},
{
"name": "project-status",
"title": "Projektstatusbericht erstellen",
"description": "Aus Rohnotizen ein Steering-Update für den Lenkungsausschuss erstellen — pseudonymisiert.",
"mode": "view"
},
{
"name": "pseudonymize-text",
"title": "Text pseudonymisieren",