mitai-jinkendo/.claude/docs/prompts/prompt-pipeline-2026-03-26.json
Lars 7940dc7560 docs: Struktur .claude/docs versionieren, working/, Gitea-Index, Regeln
- .gitignore: .claude/docs, rules, commands tracken; settings.local weiter ignorieren
- DOCUMENTATION.md: verbindliche Ablage functional/technical/working/issues
- .claude/README.md: Agent-Einstieg; GITEA_ISSUES_INDEX aus MCP (Stand 2026-04-08)
- Arbeitspapiere von docs/ nach .claude/docs/working/ verschoben
- docs/MEMBERSHIP_SYSTEM.md als Stub; kanonisch technical/MEMBERSHIP_SYSTEM.md
- CLAUDE.md Pflichtlektüre und Links angepasst; docs/README.md vereinfacht

Made-with: Cursor
2026-04-08 13:01:49 +02:00

56 lines
2.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Mehrstufige Gesamtanalyse (2)",
"slug": "pipeline",
"display_name": "🔬 Mehrstufige Gesamtanalyse (2)",
"description": "Master-Schalter für die gesamte Pipeline. Deaktiviere diese Analyse, um die Pipeline komplett zu verstecken.",
"type": "pipeline",
"category": "ganzheitlich",
"active": true,
"sort_order": -10,
"output_format": "text",
"template": null,
"stages": [
{
"stage": 1,
"prompts": [
{
"slug": "pipeline_body",
"source": "reference",
"template": "PIPELINE_MASTER",
"output_key": "stage1_body",
"output_format": "json",
"output_schema": null
},
{
"slug": "pipeline_nutrition",
"source": "reference",
"template": "",
"output_key": "stage1_nutrition",
"output_format": "json",
"output_schema": null
},
{
"slug": "pipeline_activity",
"source": "reference",
"template": "",
"output_key": "stage1_activity",
"output_format": "json",
"output_schema": null
}
]
},
{
"stage": 2,
"prompts": [
{
"slug": null,
"source": "inline",
"template": "Du bist ein Gesundheits- und Fitnesscoach. Erstelle eine vollständige, \npersonalisierte Analyse für {{name}} auf Deutsch (450550 Wörter).\n\nDATENZUSAMMENFASSUNGEN AUS STUFE 1:\nKörper: {{stage1_body}}\nErnährung: {{stage1_nutrition}}\nAktivität: {{stage1_activity}}\nProtein-Ziel: {{protein_ziel_low}}{{protein_ziel_high}}g/Tag\n\nSchreibe alle Abschnitte vollständig aus:\n⚖ **Gewichts- & Körperzusammensetzung**\n🍽 **Ernährungsanalyse**\n🏋 **Aktivität & Energiebilanz**\n🔗 **Zusammenhänge** (Verbindungen zwischen Ernährung, Training, Körper)\n💪 **3 Empfehlungen** (nummeriert, konkret, datenbasiert)\n\nSachlich, motivierend, Zahlen zitieren, keine Diagnosen.",
"output_key": "output_1774507015689",
"output_format": "text",
"output_schema": null
}
]
}
]
}