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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user