Prompts
# Prompts Alle Prompt-Vorlagen der App als einfache Textdateien — getrennt vom Code, damit sie leicht zu lesen und anzupassen sind. Geladen werden sie von `backend/llm/prompts.py` (Loader mit Cache). | Datei | Zweck | Technik | | --- | --- | --- | | `system_{de,en}.txt` | System-Persona (Karriere-Coach / HR-Profi) | Role Prompting | | `few_shot_{de,en}.txt` | Vorher/Nachher-Beispiele für starke Bulletpoints | Few-shot Prompting | | `chain_of_thought_{de,en}.txt` | Strukturiertes internes Vorgehen vor dem Schreiben | Chain-of-Thought | | `format_{de,en}.txt` | Verbindliches Markdown-Ausgabeformat + Regeln | Output Constraints | | `user_message_{de,en}.txt` | Haupt-Prompt mit Platzhaltern (`{job_description}`, `{wishes}`, `{cv_context}`, `{technique_block}`, `{format}`) | Dynamic Context Injection | | `refine_{de,en}.txt` | Folge-Nachricht für iteratives Verfeinern (`{instruction}`, `{format}`) | Conversation History |
fill the variables
This prompt has 7 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.
{de,en}{job_description}{wishes}{cv_context}{technique_block}{format}{instruction}
Unlock with Pro →when to use it
Community prompt sourced from the open-source GitHub repo Kastriottafolli/Lebenslauf-Boost-AI (no explicit license). A "Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
Kastriottafolli/Lebenslauf-Boost-AI · no explicit license
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions