Zum Hauptinhalt springen

Tutorial: Fortgeschrittene Automatisierungsrezepte

Ziel: Ein umfassendes Kochbuch mit sofort einsetzbaren Command-Rezepten für Power-User. Niveau: Mittelstufe bis Experte Dauer: Nachschlagewerk (bei Bedarf nutzen)

Dieses Tutorial bietet 40 produktionsreife Command-Rezepte, organisiert nach Kategorie. Jedes Rezept enthält vollständige Anweisungen, die Sie direkt in Rephlo kopieren können.


So verwenden Sie dieses Kochbuch

  1. Suchen Sie ein Rezept, das zu Ihrem Anwendungsfall passt
  2. Erstellen Sie einen neuen Command in Rephlo (Dashboard > Commands > New)
  3. Kopieren Sie die Anweisung aus dem Rezept in das Feld „Instruction"
  4. Konfigurieren Sie den Ausführungsmodus wie angegeben (Standalone oder Combination)
  5. Hängen Sie optional einen Space an für kontextbewusste Rezepte
  6. Speichern und testen Sie mit Beispieleingaben

Variablen verstehen

  • {{input_content}} - Der Text, den Sie auf dem Bildschirm ausgewählt haben
  • {{space_data_all}} - Alle Dokumente aus Ihrem aktiven Space
  • {{filename}} - Inhalt einer bestimmten Datei in Ihrem Space (z. B. {{style_guide_pdf}})

Schreibrezepte

Rezept 1: Management-Summary-Generator

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: Claude (hervorragend bei strukturierten Zusammenfassungen) oder GPT-5.4

Was es tut: Wandelt umfangreiche Dokumente, Berichte oder Besprechungsprotokolle in prägnante Management Summarys mit den wichtigsten Erkenntnissen und Maßnahmen um.

Der Command:

  • Name: executive-summary
  • Ausführungsmodus: Combination

Anweisung:

You are a senior business analyst skilled at distilling complex information into executive-ready summaries.

Analyze the following content and create an executive summary with these sections:

## Executive Summary

### Key Points (3-5 bullets)
- Most critical findings or decisions

### Background
Brief context (2-3 sentences max)

### Recommendations
Numbered list of actionable next steps

### Risks & Considerations
Any concerns leadership should be aware of

### Timeline
Key dates or milestones mentioned

---
Rules:
- Keep total length under 300 words
- Use active voice and decisive language
- Highlight numbers, percentages, and concrete metrics
- If the source lacks certain sections, note "Not specified in source material"

Content to summarize:
{{input_content}}

Anwendungsbeispiel:

Eingabe: Ein vierteljährlicher Verkaufsbericht mit 2000 Wörtern Ausgabe: Eine strukturierte 250-Wörter-Zusammenfassung mit Umsatz-Highlights, Teamleistung, Empfehlungen für Q2 und Risikofaktoren

Profi-Tipp: Hängen Sie einen Space mit den Management-Summary-Vorlagen Ihres Unternehmens an, um in allen Berichten eine einheitliche Formatierung zu gewährleisten.


Rezept 2: E-Mail-Thread-Zusammenfasser

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: GPT-5.4 oder Claude (schnell und präzise)

Was es tut: Verdichtet lange E-Mail-Verläufe zu handlungsorientierten Zusammenfassungen und identifiziert getroffene Entscheidungen, offene Fragen und nächste Schritte.

Der Command:

  • Name: email-summarizer
  • Ausführungsmodus: Combination

Anweisung:

You are an executive assistant analyzing an email thread.

Summarize this email chain with:

**Thread Topic**: [One-line description]

**Participants**: [List names and roles if apparent]

**Timeline**: [Date range of conversation]

**Decisions Made**:
- [Bullet each confirmed decision]

**Open Questions**:
- [Bullet any unresolved items]

**Action Items**:
| Owner | Task | Deadline |
|-------|------|----------|
| [Name] | [Task] | [Date if mentioned] |

**My Recommended Response** (if I need to reply):
[2-3 sentence suggested reply addressing open items]

---
Email thread:
{{input_content}}

Anwendungsbeispiel:

Eingabe: E-Mail-Thread mit 15 Nachrichten zum Projektzeitplan Ausgabe: Strukturierte Zusammenfassung mit 3 Entscheidungen, 2 offenen Fragen und 4 Aufgaben mit Verantwortlichen

Profi-Tipp: Erstellen Sie eine Tastenkombination (Hotkey) für diesen Command, da das Zusammenfassen von E-Mails häufig genutzt wird.


Rezept 3: Tonalitäts-Wechsler (Multi-Modus)

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: Claude (nuanciertes Verständnis von Tonalität)

Was es tut: Wandelt Text zwischen formellem, lockerem und technischem Tonfall um und bewahrt dabei die Kernaussage.

Der Command:

  • Name: tone-shift-formal
  • Ausführungsmodus: Combination

Anweisung:

Transform the following text into a FORMAL, professional tone suitable for:
- Executive communications
- Official documentation
- Client-facing materials

Guidelines:
- Replace contractions with full words
- Use passive voice where appropriate
- Remove slang, colloquialisms, and casual expressions
- Add appropriate salutations and closings if letter/email format
- Maintain all factual content and meaning
- Keep sentences clear and well-structured

Original text:
{{input_content}}

Provide only the rewritten text with no explanations.

Varianten-Commands (erstellen Sie für jede Variante einen separaten Command):

Lockerer Tonfall (tone-shift-casual):

Transform the following text into a CASUAL, friendly tone suitable for:
- Internal team communications
- Social media posts
- Informal updates

Guidelines:
- Use contractions naturally
- Add conversational phrases where appropriate
- Keep it warm and approachable
- Maintain professionalism (no inappropriate language)
- Preserve all key information

Original text:
{{input_content}}

Provide only the rewritten text with no explanations.

Technischer Tonfall (tone-shift-technical):

Transform the following text into a TECHNICAL, precise tone suitable for:
- Documentation
- Technical specifications
- Developer communications

Guidelines:
- Use precise, unambiguous language
- Include technical terminology where appropriate
- Structure with clear logical flow
- Remove emotional or persuasive language
- Add clarifying details if meaning is ambiguous

Original text:
{{input_content}}

Provide only the rewritten text with no explanations.

Anwendungsbeispiel:

Eingabe: "Hey! Also, der Server spinnt irgendwie rum und wir müssen das schnellstmöglich fixen, sonst wird's übel." Ausgabe (Formell): "Hiermit teile ich Ihnen mit, dass wir Leistungsanomalien in unserer Serverinfrastruktur festgestellt haben. Eine sofortige Behebung ist erforderlich, um eine Beeinträchtigung des Dienstes zu vermeiden."

Profi-Tipp: Gruppieren Sie alle Tonalitäts-Wechsler-Commands in einer "Tone Shift"-Command-Group für den schnellen Zugriff.


Rezept 4: Stichpunkte-zu-Fließtext-Konverter

Kategorie: Schreiben Schwierigkeitsgrad: Anfänger Anbieterempfehlung: Beliebiger Anbieter (unkomplizierte Aufgabe)

Was es tut: Wandelt stichpunktartige Notizen in flüssige, gut lesbare Absätze um.

Der Command:

  • Name: bullets-to-prose
  • Ausführungsmodus: Combination

Anweisung:

Convert these bullet points into well-written prose paragraphs.

Requirements:
- Create smooth transitions between ideas
- Group related points into paragraphs
- Maintain all original information
- Use varied sentence structure
- Keep the same level of formality as the bullets suggest
- Aim for 1 paragraph per 3-5 related bullets

Bullet points:
{{input_content}}

Output flowing prose only, no bullet points in the result.

Anwendungsbeispiel:

Eingabe: "- Umsatz in Q3 um 15 % gestiegen\n- Neuer Produktlaunch erfolgreich\n- 5 neue Vertriebsmitarbeiter eingestellt\n- Expansion in die APAC-Region" Ausgabe: "Der Umsatz im dritten Quartal zeigte eine starke Entwicklung mit einem Anstieg von 15 % gegenüber dem Vorquartal. Dieses Wachstum wurde unter anderem durch den erfolgreichen Launch unseres neuen Produkts vorangetrieben, der die ursprünglichen Erwartungen übertraf. Um die weitere Expansion zu unterstützen, begrüßte das Team fünf neue Vertriebsmitarbeiter. Mit Blick auf die Zukunft verfolgt das Unternehmen aktiv Chancen in der APAC-Region."

Profi-Tipp: Dies lässt sich gut mit dem Management-Summary-Generator kombinieren, um umfassende Berichte zu erstellen.


Rezept 5: Von Besprechungsnotizen zu Aufgaben

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: GPT-5.4 (schnelle Extraktion) oder Claude

Was es tut: Extrahiert umsetzbare Aufgaben aus Besprechungsnotizen inklusive Verantwortlichen, Fristen und Prioritätsstufen.

Der Command:

  • Name: meeting-action-items
  • Ausführungsmodus: Combination

Anweisung:

You are a project manager extracting action items from meeting notes.

Analyze these meeting notes and produce:

## Meeting: [Inferred Topic]
**Date**: [If mentioned, else "Not specified"]
**Attendees**: [List if mentioned]

## Action Items

| # | Task | Owner | Deadline | Priority | Dependencies |
|---|------|-------|----------|----------|--------------|
| 1 | [Specific task] | [Name/@mention] | [Date] | [High/Medium/Low] | [Any blockers] |

## Decisions Logged
- [Any decisions that were finalized]

## Parking Lot (For Future Discussion)
- [Items mentioned but deferred]

## Follow-up Meeting Needed?
[Yes/No + suggested topics if yes]

---
Extraction rules:
- If owner is unclear, mark as "TBD - needs assignment"
- Infer priority from urgency language (ASAP = High, when possible = Low)
- Convert vague deadlines to specific dates if context allows
- Flag any conflicting or duplicate action items

Meeting notes:
{{input_content}}

Anwendungsbeispiel:

Eingabe: Rohe Besprechungsnotizen aus einem einstündigen Projekt-Sync Ausgabe: Strukturierte Tabelle mit 8 Aufgaben, 3 Entscheidungen und 2 zurückgestellten Punkten

Profi-Tipp: Hängen Sie einen Space mit Ihrer Teamliste an, um Verantwortliche besser zuordnen zu können.


Rezept 6: Übersetzer von Fachsprache in Alltagssprache

Kategorie: Schreiben Schwierigkeitsgrad: Fortgeschritten Anbieterempfehlung: Claude (hervorragend bei Analogien und Vereinfachung)

Was es tut: Übersetzt technischen Fachjargon in eine allgemeinverständliche Sprache für nicht-technische Stakeholder.

Der Command:

  • Name: tech-to-plain
  • Ausführungsmodus: Combination

Anweisung:

You are a technical communicator specializing in making complex concepts accessible.

Translate this technical content for a non-technical audience (executives, clients, or general public).

Translation guidelines:
1. Replace jargon with everyday equivalents
2. Use analogies and real-world comparisons
3. Explain "why it matters" for each concept
4. Keep sentences short (max 20 words)
5. Use active voice
6. Include a "Key Takeaway" at the end

Avoid:
- Acronyms without explanation
- Assuming prior technical knowledge
- Oversimplifying to the point of inaccuracy

Format:
## Plain Language Version
[Translated content]

## Key Takeaway
[One sentence summary of what they need to know/do]

## Glossary (if needed)
| Term | Simple Definition |
|------|-------------------|

---
Technical content:
{{input_content}}

Anwendungsbeispiel:

Eingabe: "Der API-Endpunkt liefert 503-Fehler, weil der Thread-Pool durch synchrone blockierende Aufrufe in der asynchronen Pipeline erschöpft ist." Ausgabe: "Unser System ist vorübergehend überlastet, weil zu viele Anfragen in der Warteschlange stehen. Stellen Sie es sich wie ein Restaurant vor, in dem alle Kellner auf die Küche warten müssen. Wichtigste Erkenntnis: Nutzer können langsamere Ladezeiten bemerken, bis wir die Verarbeitung der Anfragen optimiert haben."

Profi-Tipp: Speichern Sie gängige Analogien in einem Space, um im gesamten Team einheitliche Erklärungen zu gewährleisten.


Rezept 7: Inhalts-Erweiterer

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: Claude oder GPT-5.4 (kreative Erweiterung)

Was es tut: Erweitert knappe Notizen oder Gliederungen zu detailliertem, ausgearbeitetem Inhalt.

Der Command:

  • Name: content-expand
  • Ausführungsmodus: Combination

Anweisung:

Expand the following brief content into a detailed, comprehensive version.

Expansion guidelines:
- Multiply the word count by approximately 3-5x
- Add relevant examples and illustrations
- Include supporting details and context
- Maintain the original tone and intent
- Use subheadings if the content warrants structure
- Add transitional phrases for flow

Do NOT:
- Add information that contradicts the original
- Change the core message or conclusions
- Use filler or fluff content
- Repeat the same points in different words

Brief content to expand:
{{input_content}}

Anwendungsbeispiel:

Eingabe: "Remote-Arbeit steigert die Produktivität. Weniger Meetings. Bessere Fokuszeit." Ausgabe: Ein 300 Wörter langer Abschnitt, der die Produktivitätsvorteile mit Statistiken, Beispielen für reduzierten Meeting-Aufwand und Forschungsergebnissen zu den Prinzipien konzentrierten Arbeitens (Deep Work) erklärt.

Profi-Tipp: Kombinieren Sie dies mit einem Style-Guide-Space für eine markenkonsistente Erweiterung.


Rezept 8: Inhalts-Verdichter

Kategorie: Schreiben Schwierigkeitsgrad: Mittelstufe Anbieterempfehlung: Claude (hervorragend darin, die Bedeutung beim Kürzen zu bewahren)

Was es tut: Reduziert umfangreiche Inhalte auf ihre wesentlichen Punkte, ohne kritische Informationen zu verlieren.

Der Command:

  • Name: content-condense
  • Ausführungsmodus: Combination

Anweisung:

Condense the following content to approximately 30% of its original length.

Condensation rules:
- Preserve ALL critical information, decisions, and action items
- Remove redundant explanations and examples
- Combine related sentences
- Eliminate filler phrases ("it is important to note that", "as mentioned earlier")
- Keep specific numbers, dates, and names
- Maintain the original structure if helpful

Priority order for what to keep:
1. Decisions and conclusions
2. Action items and deadlines
3. Key metrics and data points
4. Essential context
5. Supporting details (cut first if needed)

Content to condense:
{{input_content}}

Provide only the condensed version.

Anwendungsbeispiel:

Eingabe: Projekt-Update mit 1000 Wörtern Ausgabe: 300-Wörter-Version, in der alle Entscheidungen, Kennzahlen und Aufgaben erhalten bleiben

Profi-Tipp: Verwenden Sie dies vor dem Management-Summary-Generator, um maximale Verdichtung zu erzielen.


Rezept 9: SEO-Meta-Description-Generator

Kategorie: Schreiben Schwierigkeitsgrad: Anfänger Anbieterempfehlung: GPT-5.4 (schnell, SEO-bewusst)

Was es tut: Erstellt optimierte Meta-Descriptions für Webseiten auf Basis des Inhalts.

Der Command:

  • Name: seo-meta-description
  • Ausführungsmodus: Combination

Anweisung:

Generate an SEO-optimized meta description for the following web page content.

Requirements:
- Length: 150-160 characters (strict limit)
- Include primary keyword naturally
- Create urgency or value proposition
- Use active voice
- Include a subtle call-to-action

Provide 3 options:

**Option 1 (Benefit-focused)**:
[Description emphasizing what the reader gains]

**Option 2 (Problem-solution)**:
[Description addressing a pain point and solution]

**Option 3 (Curiosity-driven)**:
[Description that creates intrigue]

For each, show:
- Character count
- Primary keyword identified
- CTA used

---
Page content:
{{input_content}}

Anwendungsbeispiel:

Eingabe: Blogbeitrag mit Produktivitätstipps für Remote-Arbeit Ausgabe: Drei Meta-Descriptions, z. B.: "Steigern Sie Ihre Produktivität im Homeoffice mit 7 bewährten Strategien. Erfahren Sie, wie Top-Performer fokussiert bleiben und von zu Hause aus mehr erreichen. Starten Sie noch heute."

Profi-Tipp: Erstellen Sie einen Space mit Ihren Marken-Keywords und Tonalitätsrichtlinien für eine einheitliche SEO-Stimme.


Rezept 10: Ersteller für Social-Media-Threads

Kategorie: Schreiben Schwierigkeitsgrad: Fortgeschritten Anbieterempfehlung: Claude (kreative, ansprechende Inhalte)

Was es tut: Wandelt lange Inhalte in ein ansprechendes Social-Media-Thread-Format (Twitter/X-Stil) um.

Der Command:

  • Name: social-thread-creator
  • Ausführungsmodus: Combination

Anweisung:

Transform this content into an engaging social media thread (Twitter/X format).

Thread structure:
1. **Hook tweet**: Attention-grabbing opener (no more than 240 chars)
2. **Body tweets**: 5-10 tweets with the main content
3. **Closer**: Call-to-action or summary

Tweet rules:
- Max 280 characters each (aim for 240 for retweet room)
- Number each tweet (1/, 2/, etc.)
- Use line breaks for readability
- Include 1-2 relevant emojis per tweet (subtle, not excessive)
- End hook with "A thread:" or similar

Content guidelines:
- Start with a bold claim or question
- Use "Here's what I learned:" or "Here's the thing:" transitions
- Include specific examples or data points
- Make each tweet standalone but connected
- End with engagement prompt ("What's your experience?")

---
Source content:
{{input_content}}

Output the complete thread ready to post.

Anwendungsbeispiel:

Eingabe: Artikel mit 800 Wörtern über Produktivitätssysteme Ausgabe: Thread mit 8 Tweets, bestehend aus Aufhänger, zentralen Erkenntnissen und einem Abschluss zur Interaktionsförderung

Profi-Tipp: Testen Sie Threads zunächst in einer Notiz-App, um die Zeichenanzahl zu überprüfen.


Code-Rezepte

Rezept 11: Code-Reviewer mit Schweregrad-Bewertung

Kategorie: Code Schwierigkeitsgrad: Fortgeschritten Anbieterempfehlung: Claude (hervorragendes Codeverständnis) oder GPT-5.4

Was es tut: Führt einen umfassenden Code-Review mit kategorisierten Problemen und Schweregrad-Bewertungen durch.

Der Command:

  • Name: code-review
  • Ausführungsmodus: Combination

Anweisung:

You are a senior software engineer conducting a thorough code review.

Review the following code and provide feedback in this format:

## Code Review Summary
**Language/Framework**: [Detected]
**Overall Quality**: [1-10 score]
**Review Priority**: [Critical/High/Medium/Low]

## Issues Found

### Critical (Must Fix)
| Line | Issue | Recommendation |
|------|-------|----------------|
| [#] | [Problem] | [How to fix] |

### High (Should Fix)
| Line | Issue | Recommendation |
|------|-------|----------------|

### Medium (Consider Fixing)
| Line | Issue | Recommendation |
|------|-------|----------------|

### Low (Nitpicks)
| Line | Issue | Recommendation |
|------|-------|----------------|

## Security Concerns
- [Any security issues]

## Performance Notes
- [Any performance implications]

## What's Done Well
- [Positive observations]

## Suggested Refactoring

[Improved code snippet if applicable]


---
Review criteria:
- Security vulnerabilities
- Performance issues
- Code readability and maintainability
- Error handling
- Naming conventions
- SOLID principles adherence
- Potential bugs or edge cases

Code to review:
{{input_content}}

Anwendungsbeispiel:

Eingabe: 50-zeilige Funktion mit verschachtelten Schleifen und ohne Fehlerbehandlung Ausgabe: Detaillierter Review mit 2 kritischen Problemen (fehlende Null-Prüfungen), 3 High-Problemen (Performance) und einem überarbeiteten Code-Beispiel

Profi-Tipp: Hängen Sie einen Space mit den Coding-Standards Ihres Teams an, um projektspezifische Reviews zu erhalten.


Rezept 12: Unit-Test-Generator

Kategorie: Code Schwierigkeitsgrad: Fortgeschritten Anbieterempfehlung: Claude oder GPT-5.4 (fundierte Kenntnis von Testmustern)

Was es tut: Erstellt umfassende Unit-Tests für den angegebenen Code einschließlich Grenzfällen.

Der Command:

  • Name: generate-unit-tests
  • Ausführungsmodus: Combination

Anweisung:

You are a QA engineer specializing in unit test creation.

Generate comprehensive unit tests for the following code.

Test requirements:
1. Use the appropriate testing framework for the detected language:
- C#: xUnit or NUnit
- JavaScript/TypeScript: Jest
- Python: pytest
- Java: JUnit 5

2. Include test categories:
- Happy path (normal operation)
- Edge cases (boundaries, empty inputs)
- Error cases (invalid inputs, exceptions)
- Null/undefined handling

3. Follow AAA pattern (Arrange, Act, Assert)

4. Use descriptive test names following:
[MethodName]_[Scenario]_[ExpectedResult]

5. Include mocking if external dependencies are detected

Output format:
```[language]
// Test file: [FileName].Tests.[ext]

[Complete test code with all test cases]

Test Coverage Summary

MethodHappy PathEdge CasesError Cases
[Name][count][count][count]

Additional Test Recommendations

  • [Any manual testing needed]
  • [Integration test suggestions]

Code to test: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Eine Funktion `CalculateDiscount(price, customerType)`
> Ausgabe: 15 Unit-Tests, die gültige Rabatte, Preis null, negativen Preis, unbekannte Kundentypen und Null-Eingaben abdecken

**Profi-Tipp**: Erstellen Sie sprachspezifische Varianten (z. B. `generate-tests-csharp`) für optimierte Ergebnisse.

---

### Rezept 13: API-Dokumentationsschreiber
**Kategorie**: Code
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: GPT-5.4 oder Claude

**Was es tut**: Erstellt umfassende API-Dokumentation aus Code oder Endpunkt-Definitionen.

**Der Command**:
- **Name**: `api-documentation`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a technical writer creating API documentation.

Generate professional API documentation for the following code/endpoint.

Documentation format:

[Endpoint/Method Name]

Overview

[2-3 sentence description of what this API does]

Endpoint

[HTTP_METHOD] /path/to/endpoint

Authentication

[Required auth method or "None"]

Request

Headers

HeaderTypeRequiredDescription

Path Parameters

ParameterTypeRequiredDescription

Query Parameters

ParameterTypeRequiredDefaultDescription

Request Body

{
"field": "type - description"
}

Response

Success Response (200 OK)

{
"example": "response"
}

Error Responses

Status CodeDescriptionExample
400Bad Request{"error": "..."}
401Unauthorized{"error": "..."}
404Not Found{"error": "..."}

Example Usage

cURL

curl -X [METHOD] '[URL]' \
-H 'Authorization: Bearer [TOKEN]' \
-H 'Content-Type: application/json' \
-d '[BODY]'

JavaScript

const response = await fetch('[URL]', { ... });

Notes

  • [Any important considerations]
  • [Rate limiting info if applicable]

Code/endpoint to document: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Eine C#-Controller-Aktion für die Benutzerregistrierung
> Ausgabe: Vollständige API-Dokumentation mit Request-/Response-Schemas, Fehlercodes und Beispielaufrufen

**Profi-Tipp**: Hängen Sie Ihren API-Style-Guide-Space an, um eine einheitliche Dokumentation über alle Endpunkte hinweg zu gewährleisten.

---

### Rezept 14: SQL-Abfrage-Optimierer
**Kategorie**: Code
**Schwierigkeitsgrad**: Fortgeschritten
**Anbieterempfehlung**: Claude (starke analytische Fähigkeiten)

**Was es tut**: Analysiert SQL-Abfragen und schlägt Leistungsoptimierungen vor.

**Der Command**:
- **Name**: `sql-optimizer`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a database performance expert analyzing SQL queries.

Analyze this SQL query and provide optimization recommendations.

Query Analysis

Original Query

[echo back the query formatted properly]

Detected Issues

IssueSeverityImpactLine
[Problem][High/Medium/Low][Performance impact][#]

Optimization Recommendations

  1. [Optimization Name]
    • Problem: [What's wrong]
    • Solution: [How to fix]
    • Expected improvement: [Estimated gain]

Optimized Query

[Rewritten query with optimizations]

Index Recommendations

-- Recommended indexes
CREATE INDEX idx_[name] ON [table]([columns]);

Execution Plan Considerations

  • [Tips for analyzing the execution plan]

Before/After Comparison

MetricOriginal (Est.)Optimized (Est.)
Table scans[#][#]
Index usage[%][%]
Estimated rows[#][#]

Optimization checks:

  • Missing indexes
  • N+1 query patterns
  • Unnecessary columns (SELECT *)
  • Subquery vs JOIN efficiency
  • Proper use of EXISTS vs IN
  • Index-friendly WHERE clauses
  • LIKE pattern optimization

SQL query to optimize: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Komplexe JOIN-Abfrage mit WHERE-Klauseln auf nicht indizierten Spalten
> Ausgabe: Optimierte Abfrage mit 3 Indexempfehlungen und einer geschätzten Leistungsverbesserung von 70 %

**Profi-Tipp**: Fügen Sie Ihr Datenbankschema in einem Space hinzu, um tabellenbezogene Empfehlungen zu erhalten.

---

### Rezept 15: Regex-Muster-Generator
**Kategorie**: Code
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Beliebiger Anbieter (Mustererkennung ist gut verstanden)

**Was es tut**: Erstellt Regex-Muster aus natürlichsprachlichen Beschreibungen inklusive Testfällen.

**Der Command**:
- **Name**: `regex-generator`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a regex expert. Generate a regular expression pattern based on the description.

Regex Pattern

Description Understood

[Paraphrase what the user is looking for]

Pattern

[REGEX_PATTERN]

Pattern Breakdown

ComponentMatchesPurpose
[part][what it matches][why]

Flavor Compatibility

  • JavaScript: [Yes/No - modifications if needed]
  • Python: [Yes/No - modifications if needed]
  • .NET/C#: [Yes/No - modifications if needed]
  • PCRE (PHP): [Yes/No - modifications if needed]

Test Cases

InputShould MatchResult
[test string]Yes[matched portion]
[test string]No[no match]

Code Examples

JavaScript:

const regex = /[PATTERN]/g;
const matches = text.match(regex);

Python:

import re
pattern = r'[PATTERN]'
matches = re.findall(pattern, text)

C#:

var regex = new Regex(@"[PATTERN]");
var matches = regex.Matches(text);

Edge Cases to Consider

  • [Potential false positives]
  • [Potential false negatives]

Description: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "E-Mail-Adressen finden, aber nicht solche von gmail.com"
> Ausgabe: Vollständiger Regex mit Negative Lookahead, Erklärung, Testfällen und Codebeispielen in 3 Sprachen

**Profi-Tipp**: Testen Sie generierte Muster vor dem Produktiveinsatz stets mit echten Daten.

---

### Rezept 16: Verbesserer für Fehlermeldungen
**Kategorie**: Code
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Formuliert technische Fehlermeldungen so um, dass sie benutzerfreundlich und umsetzbar sind.

**Der Command**:
- **Name**: `error-message-improver`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a UX writer specializing in error messages.

Transform this technical error into a user-friendly message.

Original Error

{{input_content}}

Improved Error Messages

User-Facing Message

Title: [Short, clear title - 5 words max] Message: [Friendly explanation - 1-2 sentences] Action: [What the user should do]

Full Format

[Title]

[Message explaining what happened in plain terms]

What you can do:
- [Action 1]
- [Action 2 if applicable]

Need help? [Contact support / Error code: XXX]

Variations

Toast/Snackbar (short): [Under 60 characters with action]

Modal/Dialog (detailed): [Full explanation with steps]

Inline/Field-level: [Adjacent to the input field]

Technical Logging

// For developers (log level: ERROR)
[Original error + context for debugging]

Guidelines applied:

  • Blame the system, not the user
  • Avoid technical jargon
  • Provide clear next steps
  • Include error codes for support reference
  • Use positive framing when possible

**Anwendungsbeispiel**:
> Eingabe: "NullReferenceException: Object reference not set to an instance of an object at UserService.GetProfile()"
> Ausgabe: "Ihr Profil konnte nicht geladen werden. Bitte laden Sie die Seite neu. Wenn das Problem weiterhin besteht, wenden Sie sich mit dem Code NRE-USR-001 an den Support."

**Profi-Tipp**: Sammeln Sie verbesserte Meldungen in einem Space, um eine einheitliche Bibliothek für Fehlermeldungen aufzubauen.

---

### Rezept 17: Generator für Code-Kommentare
**Kategorie**: Code
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Fügt unkommentiertem Code umfassende Kommentare hinzu.

**Der Command**:
- **Name**: `add-code-comments`
- **Ausführungsmodus**: Combination

**Anweisung**:

Add comprehensive comments to the following code.

Commenting guidelines:

  1. Add file/class header documentation
  2. Document all public methods with:
    • Purpose description
    • Parameter explanations
    • Return value description
    • Exception documentation (if applicable)
  3. Add inline comments for complex logic
  4. Use the appropriate comment style for the detected language:
    • C#: XML documentation (///) for public members
    • JavaScript/TypeScript: JSDoc format
    • Python: Docstrings (Google style)
    • Java: Javadoc

Do NOT:

  • State the obvious ("increment i by 1")
  • Over-comment simple code
  • Change any code logic

Output the complete code with comments added.


Code to comment: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Unkommentierte C#-Service-Klasse
> Ausgabe: Dieselbe Klasse mit XML-Dokumentation für alle öffentlichen Methoden und Inline-Kommentaren bei komplexen Algorithmen

**Profi-Tipp**: Verwenden Sie dies vor Code-Reviews, um sicherzustellen, dass die Dokumentationsstandards eingehalten werden.

---

### Rezept 18: Refactoring-Vorschlagsgeber
**Kategorie**: Code
**Schwierigkeitsgrad**: Fortgeschritten
**Anbieterempfehlung**: Claude (hervorragende Mustererkennung)

**Was es tut**: Analysiert Code und schlägt konkrete Refactoring-Möglichkeiten mit Vorher-/Nachher-Beispielen vor.

**Der Command**:
- **Name**: `refactoring-suggestions`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a software architect specializing in code quality and refactoring.

Analyze this code and suggest refactoring opportunities.

Refactoring Analysis

Code Quality Score: [1-10]

Identified Opportunities

1. [Refactoring Name] - [Priority: High/Medium/Low]

Pattern: [e.g., Extract Method, Replace Conditional with Polymorphism] Location: Lines [X-Y] Benefit: [Why this improves the code]

Before:

[Current code snippet]

After:

[Refactored code snippet]

Steps to implement:

  1. [Step 1]
  2. [Step 2]

[Repeat for each opportunity]

SOLID Principles Assessment

PrincipleCurrentAfter Refactoring
Single Responsibility[1-5][1-5]
Open/Closed[1-5][1-5]
Liskov Substitution[1-5][1-5]
Interface Segregation[1-5][1-5]
Dependency Inversion[1-5][1-5]

Design Pattern Opportunities

  • [Pattern that could be applied and why]
  1. [Most impactful change first]
  2. [Second priority]
  3. [Third priority]

Code to analyze: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: 200-zeilige Methode mit mehreren Zuständigkeiten
> Ausgabe: 5 Refactoring-Vorschläge, darunter Extract Method, Introduce Parameter Object und Replace Conditional with Strategy

**Profi-Tipp**: Hängen Sie Ihre Architecture Decision Records (ADRs) in einem Space an, um kontextbezogene Vorschläge zu erhalten.

---

### Rezept 19: Scanner für Sicherheitslücken
**Kategorie**: Code
**Schwierigkeitsgrad**: Experte
**Anbieterempfehlung**: Claude (gründliche Analyse)

**Was es tut**: Durchsucht Code nach gängigen Sicherheitslücken und gibt Hinweise zur Behebung.

**Der Command**:
- **Name**: `security-scan`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a security engineer performing a code security audit.

Scan the following code for security vulnerabilities.

Security Audit Report

Risk Summary

SeverityCountImmediate Action
Critical[#][Required/Not Required]
High[#][Required/Not Required]
Medium[#][Recommended]
Low[#][Optional]

Vulnerabilities Found

[VULN-001] [Vulnerability Name]

Severity: [Critical/High/Medium/Low] CWE: [CWE-XXX if applicable] OWASP Category: [e.g., A1:2021-Injection] Location: Line [#]

Description: [What the vulnerability is and how it could be exploited]

Vulnerable Code:

[The problematic code]

Remediation:

[Fixed code]

Additional Mitigations:

  • [Defense in depth measures]

[Repeat for each vulnerability]

Security Best Practices Missing

  • [Practice not implemented]
  • [Practice not implemented]

Compliance Notes

  • GDPR: [Relevant findings]
  • PCI-DSS: [Relevant findings]
  • HIPAA: [Relevant findings]
PurposeLibraryWhy
[Purpose][Library name][Benefit]

Checks performed:

  • SQL Injection
  • XSS (Cross-Site Scripting)
  • CSRF vulnerabilities
  • Insecure deserialization
  • Hardcoded secrets/credentials
  • Path traversal
  • Command injection
  • Insecure cryptography
  • Authentication/authorization flaws
  • Information disclosure

Code to scan: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: API-Endpunkt, der Benutzereingaben verarbeitet
> Ausgabe: 3 gefundene Sicherheitslücken (SQL-Injection, fehlende Eingabevalidierung, hartcodierter API-Schlüssel) mit konkreten Lösungen

**Profi-Tipp**: Führen Sie dies bei jedem Code vor dem Merge in die Produktion aus. Machen Sie diesen Review-Schritt verpflichtend.

---

### Rezept 20: Berater für Leistungsoptimierung
**Kategorie**: Code
**Schwierigkeitsgrad**: Experte
**Anbieterempfehlung**: Claude (tiefgehende algorithmische Analyse)

**Was es tut**: Identifiziert Performance-Engpässe und schlägt Optimierungen mit Komplexitätsanalyse vor.

**Der Command**:
- **Name**: `performance-advisor`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a performance engineer analyzing code for optimization opportunities.

Performance Analysis Report

Complexity Analysis

OperationTime ComplexitySpace ComplexityOptimal
[Operation]O([?])O([?])O([?])

Identified Bottlenecks

[PERF-001] [Issue Name]

Severity: [Critical/High/Medium/Low] Location: Line [#] Current Complexity: O([?]) Achievable Complexity: O([?])

Problem: [What's causing the performance issue]

Current Code:

[Slow code]

Optimized Code:

[Fast code]

Expected Improvement:

  • Time: [X]% faster / O([?]) improvement
  • Memory: [X]% reduction

[Repeat for each bottleneck]

Memory Optimization

  • [Memory-related suggestions]

Caching Opportunities

DataCache TypeTTL SuggestionReason
[What to cache][In-memory/Distributed][Duration][Why]

Async/Parallel Opportunities

  • [Where concurrency could help]

Database Query Optimization

  • [If applicable, query improvements]

Benchmarking Recommendations

// Suggested benchmark code

Code to analyze: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Datenverarbeitungsfunktion mit verschachtelten Schleifen
> Ausgabe: Optimierung von O(n^2) auf O(n log n) durch Sortierung sowie eine Caching-Empfehlung für wiederholte Lookups

**Profi-Tipp**: Kombinieren Sie dies mit echten Profiler-Daten in einem Space für gezielte Optimierungen.

---

## Recherche-Rezepte

### Rezept 21: Synthesizer für Literaturübersichten
**Kategorie**: Recherche
**Schwierigkeitsgrad**: Fortgeschritten
**Anbieterempfehlung**: Claude (hervorragend bei Synthese und akademischem Tonfall)

**Was es tut**: Fasst mehrere Forschungsquellen zu einem zusammenhängenden Literaturüberblick zusammen.

**Der Command**:
- **Name**: `literature-synthesizer`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are an academic researcher synthesizing literature for a review paper.

Synthesize the following sources/notes into a cohesive literature review section.

Literature Review

Overview

[2-3 sentence introduction to the research landscape]

Thematic Analysis

Theme 1: [Identified Theme]

[Synthesized discussion weaving together multiple sources] [In-text citations: (Author, Year) format]

Theme 2: [Identified Theme]

[Continue synthesis]

Methodological Approaches

[Summary of methods used across studies]

Key Findings Comparison

StudySampleMethodKey FindingLimitation

Research Gaps Identified

  1. [Gap 1 - with supporting evidence]
  2. [Gap 2 - with supporting evidence]

Theoretical Framework

[How studies connect to theory]

Synthesis Conclusion

[Overall state of knowledge and direction for future research]


Writing guidelines:

  • Use academic tone
  • Connect ideas across sources (not source-by-source summary)
  • Highlight agreements and contradictions
  • Identify patterns and trends
  • Use hedging language appropriately ("suggests", "indicates")
  • Maintain objectivity

Source material: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Notizen aus 10 Forschungsarbeiten zur Produktivität bei Remote-Arbeit
> Ausgabe: 800 Wörter langer Literaturüberblick mit thematischer Analyse, Vergleichstabelle und identifizierten Forschungslücken

**Profi-Tipp**: Hängen Sie Ihre Bibliografie in einem Space an, um eine einheitliche Zitierweise zu gewährleisten.

---

### Rezept 22: Rahmenwerk für Wettbewerbsanalysen
**Kategorie**: Recherche
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: GPT-5.4 oder Claude

**Was es tut**: Strukturiert Wettbewerbsinformationen in einem standardisierten Analyserahmen.

**Der Command**:
- **Name**: `competitive-analysis`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a market research analyst creating a competitive analysis.

Structure the following competitive intelligence into a comprehensive analysis.

Competitive Analysis: [Industry/Product Category]

Executive Summary

[3-4 sentence overview of competitive landscape]

Competitor Profiles

[Competitor 1 Name]

AttributeDetails
Company Size[employees/revenue]
Market Position[Leader/Challenger/Niche]
Target Market[Primary audience]
Pricing Strategy[Premium/Value/Freemium]
Key Differentiator[Main competitive advantage]

Strengths:

  • [Strength 1]

Weaknesses:

  • [Weakness 1]

[Repeat for each competitor]

Feature Comparison Matrix

FeatureUsCompetitor 1Competitor 2Competitor 3
[Feature][status][status][status][status]

Pricing Comparison

PlanUsCompetitor 1Competitor 2

Market Positioning Map

[Text-based positioning description:
High Price/Premium Experience: [Competitor X]
Low Price/Basic Experience: [Competitor Y]
Our Position: [Description]
]

Competitive Threats

ThreatSeverityLikelihoodMitigation

Opportunities

OpportunityCompetitor GapOur Advantage

Strategic Recommendations

  1. [Recommendation with rationale]
  2. [Recommendation with rationale]

Intelligence data: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Notizen von Wettbewerber-Websites, Bewertungen und Preisseiten
> Ausgabe: Strukturierte Analyse mit Feature-Matrix, Positionierungserkenntnissen und strategischen Empfehlungen

**Profi-Tipp**: Halten Sie die Wettbewerbsinformationen in einem Space aktuell, um eine fortlaufende Analyse zu ermöglichen.

---

### Rezept 23: SWOT-Analyse-Generator
**Kategorie**: Recherche
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Erstellt eine umfassende SWOT-Analyse aus unstrukturierten Geschäftsinformationen.

**Der Command**:
- **Name**: `swot-analysis`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a strategic planning consultant creating a SWOT analysis.

Analyze the following information and create a comprehensive SWOT analysis.

SWOT Analysis: [Subject]

Summary Matrix

HelpfulHarmful
InternalStrengthsWeaknesses
[Brief list][Brief list]
ExternalOpportunitiesThreats
[Brief list][Brief list]

Detailed Analysis

Strengths (Internal, Positive)

StrengthEvidenceStrategic Value
[S1][Supporting data][How to leverage]

Weaknesses (Internal, Negative)

WeaknessEvidenceMitigation
[W1][Supporting data][How to address]

Opportunities (External, Positive)

OpportunityMarket SignalCapture Strategy
[O1][Supporting data][How to pursue]

Threats (External, Negative)

ThreatWarning SignsDefense Strategy
[T1][Supporting data][How to counter]

Strategic Implications

SO Strategies (Use Strengths to capture Opportunities):

  • [Strategy 1]

WO Strategies (Overcome Weaknesses to capture Opportunities):

  • [Strategy 1]

ST Strategies (Use Strengths to avoid Threats):

  • [Strategy 1]

WT Strategies (Minimize Weaknesses to avoid Threats):

  • [Strategy 1]

Priority Actions

  1. [Most critical action]
  2. [Second priority]
  3. [Third priority]

Information to analyze: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Auszüge aus dem Geschäftsbericht und Marktforschungsnotizen
> Ausgabe: Vollständige SWOT-Analyse mit strategischen Implikationen und priorisierten Maßnahmen

**Profi-Tipp**: Führen Sie dies vierteljährlich mit aktualisierten Informationen durch, um strategische Veränderungen im Zeitverlauf zu verfolgen.

---

### Rezept 24: Verfeinerer für Forschungsfragen
**Kategorie**: Recherche
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (hervorragend bei akademischer Formulierung)

**Was es tut**: Wandelt vage Forschungsideen in klar formulierte, erforschbare Fragestellungen um.

**Der Command**:
- **Name**: `research-question-refiner`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a research methodology expert helping refine research questions.

Transform the following research idea into well-formed research questions.

Research Question Development

Original Idea

{{input_content}}

Problem Statement

[Clear articulation of the research problem in 2-3 sentences]

Primary Research Question

RQ: [Well-formed question following FINER/PICO criteria]

Question Type: [Descriptive/Comparative/Relationship/Causal]

Sub-Questions

  1. RQ1a: [Supporting question]
  2. RQ1b: [Supporting question]
  3. RQ1c: [Supporting question]

Hypothesis (if applicable)

H1: [Testable hypothesis] H0: [Null hypothesis]

Question Quality Check

CriterionMet?Notes
Feasible[Yes/Partially/No][Consideration]
Interesting[Yes/Partially/No][Why it matters]
Novel[Yes/Partially/No][Contribution]
Ethical[Yes/Partially/No][Considerations]
Relevant[Yes/Partially/No][Significance]

Variables Identified

  • Independent: [Variable]
  • Dependent: [Variable]
  • Control: [Variables to control]

Suggested Methodology

[Brief recommendation on how to investigate]

Alternative Framings

  1. [Alternative RQ if different angle wanted]
  2. [Another alternative]

Refinement applied:

  • Clarity and specificity
  • Appropriate scope
  • Measurability
  • Theoretical grounding

**Anwendungsbeispiel**:
> Eingabe: "Ich möchte untersuchen, wie sich soziale Medien auf Jugendliche auswirken"
> Ausgabe: Verfeinerte Forschungsfrage: "Inwieweit korreliert die tägliche Instagram-Nutzung (>2 Stunden) mit selbstberichteten Angstwerten bei Jugendlichen im städtischen Raum im Alter von 13-17 Jahren?"

**Profi-Tipp**: Verwenden Sie dies zu Beginn jedes Forschungsprojekts, um eine solide Grundlage zu schaffen.

---

### Rezept 25: Zitat-Formatierer
**Kategorie**: Recherche
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Wandelt rohe Zitierinformationen in korrekt formatierte Zitate in mehreren Stilen um.

**Der Command**:
- **Name**: `format-citation`
- **Ausführungsmodus**: Combination

**Anweisung**:

Format the following citation information into proper academic citation styles.

Citation Formatting

Source Information Extracted

FieldValue
Author(s)[Names]
Title[Title]
Year[Year]
Source[Journal/Book/Website]
Volume/Issue[If applicable]
Pages[If applicable]
DOI/URL[If applicable]
Publisher[If applicable]
Access Date[For web sources]

Formatted Citations

APA 7th Edition

Reference List: [Full citation]

In-text (First use): [Citation]

In-text (Subsequent): [Citation]

MLA 9th Edition

Works Cited: [Full citation]

In-text: [Citation]

Chicago (Author-Date)

Bibliography: [Full citation]

In-text: [Citation]

Chicago (Notes-Bibliography)

Footnote: [Full citation]

Short footnote: [Abbreviated citation]

Bibliography: [Full citation]

Harvard

Reference List: [Full citation]

In-text: [Citation]

IEEE

Reference List: [Full citation]

In-text: [Citation number]

Notes

  • [Any formatting uncertainties]
  • [Missing information that affects citation]

Raw citation information: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "John Smith und Jane Doe haben einen Artikel mit dem Titel The Future of AI im Journal of Technology 2023, Band 15, Seiten 100-120 verfasst"
> Ausgabe: Korrekt formatierte Zitate in 6 akademischen Stilen

**Profi-Tipp**: Erstellen Sie einen Space mit dem bevorzugten Style Guide Ihrer Institution für eine vorrangige Formatierung.

---

## Business-Rezepte

### Rezept 26: Generator für Angebotsgliederungen
**Kategorie**: Business
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: GPT-5.4 oder Claude

**Was es tut**: Erstellt umfassende Angebotsgliederungen aus knappen Projektbeschreibungen.

**Der Command**:
- **Name**: `proposal-outline`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a business development specialist creating proposal outlines.

Generate a comprehensive proposal outline based on the following project description.

Proposal Outline: [Project Name]

Cover Page Elements

  • Title: [Compelling proposal title]
  • Subtitle: [One-line value proposition]
  • Client: [Client name]
  • Submitted by: [Your company]
  • Date: [Submission date]

Executive Summary (Page 1)

  1. The Challenge: [Problem statement - 2 sentences]
  2. Our Solution: [High-level approach - 2 sentences]
  3. Expected Outcomes: [Key benefits - bullet points]
  4. Investment Summary: [Placeholder for pricing]

Understanding Your Needs (Section 1)

1.1 Current Situation Analysis 1.2 Key Challenges Identified 1.3 Goals and Success Criteria

Proposed Solution (Section 2)

2.1 Solution Overview 2.2 Methodology/Approach 2.3 Key Deliverables 2.4 Technology/Tools (if applicable)

Implementation Plan (Section 3)

3.1 Project Phases

PhaseDurationKey ActivitiesDeliverables

3.2 Timeline (Gantt chart placeholder) 3.3 Resource Requirements 3.4 Client Responsibilities

Team & Qualifications (Section 4)

4.1 Project Team Structure 4.2 Key Personnel Bios 4.3 Relevant Experience/Case Studies

Investment (Section 5)

5.1 Pricing Summary 5.2 Payment Terms 5.3 What's Included/Excluded

Terms & Conditions (Section 6)

6.1 Validity Period 6.2 Assumptions 6.3 Change Management

Appendices

  • A: Detailed Technical Specifications
  • B: Case Studies
  • C: Team Resumes
  • D: References

Call to Action

[Suggested next steps and contact information]


Project description: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Wir müssen unser Altsystem in die Cloud migrieren, geplanter Zeitrahmen ca. 6 Monate, mittelständisches Einzelhandelsunternehmen"
> Ausgabe: Vollständige Angebotsgliederung, zugeschnitten auf die Cloud-Migration mit branchenspezifischen Überlegungen für den Einzelhandel

**Profi-Tipp**: Hängen Sie frühere erfolgreiche Angebote in einem Space an, um eine einheitliche Struktur und Sprache zu gewährleisten.

---

### Rezept 27: Ersteller für Risikobewertungsmatrizen
**Kategorie**: Business
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (gründliche Analyse)

**Was es tut**: Identifiziert Projektrisiken und erstellt eine strukturierte Risikobewertungsmatrix.

**Der Command**:
- **Name**: `risk-assessment`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a project risk manager creating a risk assessment.

Analyze the following project information and create a comprehensive risk assessment.

Risk Assessment Report

Project Overview

[Brief summary of the project]

Risk Register

IDRisk DescriptionCategoryProbabilityImpactRisk ScorePriority
R1[Description][Category][1-5][1-5][P*I][H/M/L]

Risk Scoring Matrix

Impact →     1-Minimal  2-Minor  3-Moderate  4-Major  5-Severe
Probability ↓
5-Almost Certain 5 10 15 20 25
4-Likely 4 8 12 16 20
3-Possible 3 6 9 12 15
2-Unlikely 2 4 6 8 10
1-Rare 1 2 3 4 5

Legend: 1-6=Low, 7-14=Medium, 15-25=High

Detailed Risk Analysis

R1: [Risk Name]

Category: [Technical/Schedule/Resource/External/Financial] Probability: [1-5] - [Justification] Impact: [1-5] - [Justification] Risk Score: [Score] ([Priority])

Triggers/Warning Signs:

  • [Early indicator 1]
  • [Early indicator 2]

Mitigation Strategy:

ActionOwnerDeadlineStatus

Contingency Plan: [If risk materializes, what's the backup plan]

[Repeat for top 5-10 risks]

Risk Summary by Category

CategoryHigh RisksMedium RisksLow Risks

Top 5 Risks Requiring Immediate Attention

  1. [Risk with mitigation status]
  2. [Risk with mitigation status]

Monitoring Plan

[How and when risks will be reviewed]


Project information: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Projektbeschreibung für eine Softwareentwicklung mit Zeitplan und Team-Informationen
> Ausgabe: 15 identifizierte Risiken mit vollständiger Analyse, Minderungsstrategien und Überwachungsplan

**Profi-Tipp**: Überprüfen und aktualisieren Sie das Risikoregister während der Projektlaufzeit wöchentlich.

---

### Rezept 28: Formatierer für Statusberichte
**Kategorie**: Business
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter (Formatierungsaufgabe)

**Was es tut**: Wandelt rohe Statusnotizen in einen ausgefeilten, präsentationsreifen Statusbericht um.

**Der Command**:
- **Name**: `status-report`
- **Ausführungsmodus**: Combination

**Anweisung**:

Format the following status notes into a professional status report.

Status Report

Project: [Inferred or "Project Name"] Reporting Period: [Inferred or "Week of [Date]"] Status: [On Track / At Risk / Delayed] [Use appropriate indicator] Report Author: [TBD]


Executive Summary

[2-3 sentence overview of current status]

Overall Health Indicators

AreaStatusTrend
Schedule[Green/Yellow/Red][Up/Down/Stable]
Budget[Green/Yellow/Red][Up/Down/Stable]
Scope[Green/Yellow/Red][Up/Down/Stable]
Resources[Green/Yellow/Red][Up/Down/Stable]

Accomplishments This Period

  • [Achievement 1]
  • [Achievement 2]
  • [Achievement 3]

In Progress

TaskOwner% CompleteTarget Date

Planned for Next Period

  • [Planned item 1]
  • [Planned item 2]

Risks & Issues

TypeDescriptionImpactMitigationOwner
Risk[Description][H/M/L][Action][Name]
Issue[Description][H/M/L][Resolution][Name]

Blockers (Requiring Escalation)

  • [Blocker if any]

Key Decisions Needed

  • [Decision 1 - by whom, by when]

Metrics

[Any relevant metrics or KPIs]


Raw status notes: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Stichpunkte aus den Notizen eines Projektmanagers
> Ausgabe: Formatierter einseitiger Statusbericht, bereit zur Verteilung an Stakeholder

**Profi-Tipp**: Erstellen Sie eine wiederkehrende Kalendererinnerung, um diesen Command jeden Freitag mit den Notizen der Woche auszuführen.

---

### Rezept 29: Stakeholder-Update-E-Mail
**Kategorie**: Business
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Verfasst professionelle Stakeholder-Update-E-Mails aus kurzen Notizen.

**Der Command**:
- **Name**: `stakeholder-update`
- **Ausführungsmodus**: Combination

**Anweisung**:

Draft a professional stakeholder update email based on the following notes.

Stakeholder Update Email

Subject Line Options:

  1. [Option focusing on achievement]
  2. [Option focusing on timeline]
  3. [Option focusing on request/next steps]

Email Draft:

Dear [Stakeholder/Team],

TL;DR: [One sentence summary - the most important thing to know]

Progress Update

[Opening paragraph: Where we are in the project journey]

Key Accomplishments:

  • [Achievement 1]
  • [Achievement 2]

Current Focus: [What the team is working on now]

Looking Ahead: [What's coming in the next period]

[If there are challenges]: Items Needing Attention: [Brief, solution-focused description of any issues]

Action Required (if any):

  • [What you need from stakeholders, by when]

[If there are positive developments]: Wins Worth Celebrating: [Quick recognition of team or milestone]

Next Update: [Date]

Please let me know if you have any questions or would like to schedule a deeper discussion on any of these items.

Best regards, [Sender]


Alternative Tone Versions:

Brief Version (for busy executives): [3-4 sentences max]

Detailed Version (for project sponsors): [Expanded with more context]


Notes for update: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Meilenstein 2 abgeschlossen, Team arbeitet an der Datenbankmigration, leichte Verzögerung erwartet, Freigabe für zusätzliches Budget erforderlich"
> Ausgabe: Professionelle E-Mail mit Betreffzeilen, TL;DR und angemessener Eskalation der Budgetanfrage

**Profi-Tipp**: Hinterlegen Sie Stakeholder-Präferenzen in einem Space (z. B. "CEO bevorzugt kurze Updates, CTO möchte technische Details").

---

### Rezept 30: Entscheidungsmatrix-Baukasten
**Kategorie**: Business
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (analytisch)

**Was es tut**: Erstellt gewichtete Entscheidungsmatrizen zur Unterstützung objektiver Entscheidungsfindung.

**Der Command**:
- **Name**: `decision-matrix`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a decision analysis specialist creating a weighted decision matrix.

Analyze the following options and create a comprehensive decision matrix.

Decision Analysis: [Decision Topic]

Decision Context

[Brief description of what decision needs to be made]

Options Under Consideration

  1. [Option A]: [Brief description]
  2. [Option B]: [Brief description]
  3. [Option C]: [Brief description]

Evaluation Criteria

CriterionWeight (1-10)Why Important
[Criterion 1][Weight][Justification]
[Criterion 2][Weight][Justification]

Weighted Decision Matrix

CriterionWeightOption AScoreOption BScoreOption CScore
[C1][W][Rating 1-5][W*R][Rating 1-5][W*R][Rating 1-5][W*R]
[C2][W][Rating 1-5][W*R][Rating 1-5][W*R][Rating 1-5][W*R]
TOTAL[Sum][Sum][Sum]

Rating Scale: 1=Poor, 2=Below Average, 3=Average, 4=Good, 5=Excellent

Analysis Summary

Winner: [Option with highest score] Score Breakdown:

  • [Option A]: [Score] ([Percentage]%)
  • [Option B]: [Score] ([Percentage]%)
  • [Option C]: [Score] ([Percentage]%)

Sensitivity Analysis

[What would need to change for a different option to win]

Qualitative Considerations

[Factors not captured in the matrix]

Risk Comparison

OptionKey RisksMitigation Difficulty

Recommendation

Primary Recommendation: [Option] because [key reasons]

Conditions for Reconsideration: [When to revisit this decision]


Decision information: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Entscheidung zwischen AWS, Azure und GCP für unsere Cloud-Plattform. Wichtig sind Kosten, Performance, Team-Know-how und Vendor-Lock-in."
> Ausgabe: Vollständige gewichtete Matrix mit Bewertungen, Sensitivitätsanalyse und Empfehlung

**Profi-Tipp**: Beziehen Sie Stakeholder bei der Gewichtung der Kriterien mit ein, bevor Sie die Analyse durchführen, um Akzeptanz zu schaffen.

---

## Kreativrezepte

### Rezept 31: Gliederungstool für Handlungsstränge
**Kategorie**: Kreativ
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (kreativ und strukturiert)

**Was es tut**: Entwickelt Story-Konzepte zu strukturierten Handlungsgliederungen mit Charakterentwicklungen.

**Der Command**:
- **Name**: `story-plot-outline`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a story consultant developing a plot outline from a story concept.

Story Development: [Working Title]

Logline

[One sentence that captures the essence: Protagonist + Goal + Obstacle + Stakes]

Genre & Tone

Primary Genre: [Genre] Subgenre: [If applicable] Tone: [Light/Dark/Dramatic/Comedic/etc.] Comparable Works: [2-3 similar stories]

Story Structure (Three-Act)

Act One: Setup (25%)

Hook: [Opening scene/moment] Ordinary World: [Status quo before the story begins] Inciting Incident: [The event that starts the story] First Plot Point: [Decision that launches into Act Two]

Act Two: Confrontation (50%)

Rising Action: [Key challenges and developments] Midpoint: [Major revelation or shift] Darkest Moment: [All seems lost] Second Plot Point: [Decision that launches into Act Three]

Act Three: Resolution (25%)

Climax: [Final confrontation] Resolution: [How things settle] Final Image: [Closing scene]

Character Arcs

Protagonist: [Name]

  • Want: [External goal]
  • Need: [Internal growth needed]
  • Flaw: [What holds them back]
  • Arc: [How they change]

Antagonist: [Name]

  • Motivation: [Why they oppose protagonist]
  • Humanity: [What makes them relatable]

Supporting Characters:

  • [Character]: [Role in story]

Theme

Central Theme: [One sentence] Thematic Question: [What the story asks]

Key Scenes

  1. [Scene 1: Description]
  2. [Scene 2: Description] [Continue for major scenes]

Subplots

  • Subplot A: [Description and how it supports theme]
  • Subplot B: [Description and how it supports theme]

Story concept: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Eine pensionierte Kommissarin wird noch einmal in einen letzten Fall hineingezogen, als ihre entfremdete Tochter verschwindet"
> Ausgabe: Vollständige Drei-Akt-Gliederung mit Charakterentwicklungen, Thema und 12 Schlüsselszenen

**Profi-Tipp**: Verfeinern Sie die Gliederung, bevor Sie mit dem Schreiben beginnen, und nutzen Sie sie anschließend in einem Space als durchgängige Referenz beim Verfassen.

---

### Rezept 32: Ersteller für Charakterprofile
**Kategorie**: Kreativ
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (nuancierte Charakterentwicklung)

**Was es tut**: Erstellt umfassende Charakterprofile aus einfachen Beschreibungen.

**Der Command**:
- **Name**: `character-profile`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a character development specialist creating a detailed character profile.

Character Profile: [Character Name]

Quick Reference

AttributeValue
Full Name[Name]
Age[Age]
Occupation[Job]
Role in Story[Protagonist/Antagonist/Supporting]

Physical Description

Appearance: [Detailed physical description] Distinguishing Features: [Unique characteristics] Typical Attire: [How they usually dress] Body Language: [How they carry themselves]

Psychology

Personality Type: [MBTI or similar] Dominant Traits: [3-5 key traits] Strengths:

  • [Strength 1]
  • [Strength 2]

Weaknesses/Flaws:

  • [Flaw 1]
  • [Flaw 2]

Fears: [What terrifies them] Desires: [What they want most] Secrets: [What they hide]

Background

Childhood: [Brief formative years] Key Life Events: [Moments that shaped them] Relationships:

  • Family: [Status]
  • Friends: [Types of relationships]
  • Romantic: [History/current]

Trauma/Wounds: [Emotional baggage]

Voice & Mannerisms

Speech Pattern: [How they talk] Vocabulary: [Word choices] Catchphrases: [Recurring expressions] Habits/Tics: [Behavioral quirks]

Story Function

Want (External Goal): [What they're pursuing] Need (Internal Growth): [What they must learn] Arc: [How they change from beginning to end] Conflict with Theme: [How they embody/challenge the theme]

Character in Action

How they respond to:

  • Conflict: [Response style]
  • Success: [Response style]
  • Failure: [Response style]
  • Love: [Response style]

Writer's Notes

Inspiration: [Real people or characters that inspired this] Challenges: [Tricky aspects to write]


Character description: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Bibliothekarin mittleren Alters, die heimlich Liebesromane schreibt, Hauptfigur eines Cozy-Mystery-Romans"
> Ausgabe: Vollständiges Profil mit Psychologie, Hintergrund, Sprachmustern und erzählerischer Funktion

**Profi-Tipp**: Erstellen Sie Profile für alle Hauptfiguren und speichern Sie diese in einem Space, um Konsistenz zu gewährleisten.

---

### Rezept 33: Dialog-Verbesserer
**Kategorie**: Kreativ
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (natürliche Dialoge)

**Was es tut**: Verbessert Dialoge, sodass sie natürlicher, figurenspezifischer und wirkungsvoller klingen.

**Der Command**:
- **Name**: `improve-dialogue`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a dialogue specialist improving fictional dialogue.

Dialogue Enhancement

Original Dialogue

{{input_content}}

Analysis

Current Issues:

  • [Issue 1: e.g., "too on-the-nose"]
  • [Issue 2: e.g., "all characters sound the same"]

Improved Version

[Enhanced dialogue with character names and actions]

What Was Changed

ChangeBeforeAfterWhy
[Type][Original phrase][New phrase][Improvement reason]

Techniques Applied

  • Subtext: [Where meaning is implied not stated]
  • Interruptions/Overlap: [Natural conversation flow]
  • Character Voice: [How each character sounds distinct]
  • Beats: [Action between lines]

Alternative Version (Different Tone)

[Same scene with different emotional undertone]

Tips for This Scene

  • [Suggestion for further improvement]
  • [What to avoid]

Improvement guidelines:

  • Remove exposition dumps ("As you know, Bob...")
  • Add subtext (characters don't say exactly what they mean)
  • Give each character a distinct voice
  • Include beats (actions between dialogue)
  • Use interruptions and incomplete sentences naturally
  • Show conflict through word choice

**Anwendungsbeispiel**:
> Eingabe: Zwei Figuren, die einen Verrat in flachem, erklärendem Dialog besprechen
> Ausgabe: Dasselbe Gespräch mit Subtext, emotionaler Spannung und unterscheidbaren Stimmen

**Profi-Tipp**: Fügen Sie Charakterprofile in einem Space hinzu, um stimmlich konsistente Verbesserungen zu erhalten.

---

### Rezept 34: Verbesserer für Szenenbeschreibungen
**Kategorie**: Kreativ
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (lebendige Bildsprache)

**Was es tut**: Wandelt einfache Szenenbeschreibungen in immersive, sinnlich-reiche Prosa um.

**Der Command**:
- **Name**: `enhance-scene`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a descriptive writing specialist enhancing scene descriptions.

Scene Enhancement

Original Description

{{input_content}}

Enhanced Version

[Richly detailed scene description using sensory details]

Sensory Details Added

SenseDetails Included
Sight[Visual elements]
Sound[Auditory elements]
Smell[Olfactory elements]
Touch/Texture[Tactile elements]
Taste[If applicable]

Mood & Atmosphere

Established Mood: [The feeling evoked] Techniques Used: [Pathetic fallacy, contrast, etc.]

Alternative Versions

Minimalist Version: [Same scene, sparse prose style]

Gothic/Dark Version: [Same scene with darker atmosphere]

Fast-Paced Version: [Same scene with quick, punchy sentences]

Writing Techniques Applied

  • Specific > General: [Example from text]
  • Active Verbs: [Example from text]
  • Unique Comparisons: [Metaphors/similes used]
  • Character Perspective: [How POV shapes description]

Enhancement guidelines:

  • Show, don't tell
  • Use specific, concrete details
  • Engage multiple senses
  • Reflect character's emotional state
  • Avoid cliches
  • Vary sentence length for rhythm

**Anwendungsbeispiel**:
> Eingabe: "Es war eine regnerische Nacht in der Stadt. Der Detektiv ging die Straße entlang."
> Ausgabe: Immersive Noir-Beschreibung mit Neon-Reflexionen, fernen Sirenen und dem Echo der nassen Schritte des Detektivs.

**Profi-Tipp**: Geben Sie Genre und POV-Figur (Point of View) an, um maßgeschneiderte Verbesserungen zu erhalten.

---

### Rezept 35: Nachahmer für Schreibstile
**Kategorie**: Kreativ
**Schwierigkeitsgrad**: Fortgeschritten
**Anbieterempfehlung**: Claude (hervorragende Stilanalyse)

**Was es tut**: Schreibt Inhalte im Stil eines bestimmten Autors oder Genres um.

**Der Command**:
- **Name**: `style-mimic`
- **Ausführungsmodus**: Combination

**Anweisung**:

You are a literary style analyst and writer.

Rewrite the following content in the specified style.

Style Analysis & Rewrite

Target Style: [Author/Genre from input or inferred]

Style Characteristics

ElementCharacteristics
Sentence Structure[Short/Long/Varied/Complex]
Vocabulary[Simple/Sophisticated/Technical/Poetic]
Tone[Formal/Casual/Ironic/Earnest]
Narrative Voice[Distant/Intimate/Unreliable]
Signature Techniques[What makes this style recognizable]

Original Content

{{input_content}}

Rewritten in [Target] Style

[Complete rewrite embodying the target style]

Style Elements Applied

  1. [Element 1]: [How it was applied]
  2. [Element 2]: [How it was applied]
  3. [Element 3]: [How it was applied]

Comparison

OriginalRewriteStyle Element
[Phrase][Phrase][What changed]

Alternative Style Versions

Hemingway Style (if not already): [Sparse, direct, short sentences]

Austen Style (if not already): [Witty, observational, socially aware]


Note: Specify the target author/style in your input, or I will suggest appropriate styles based on the content.

Content and target style:


**Anwendungsbeispiel**:
> Eingabe: "Schreiben Sie diese Produktbeschreibung im Stil von Douglas Adams um: 'Unsere Software hilft Ihnen, Aufgaben effizient zu verwalten.'"
> Ausgabe: Eine skurrile, absurde Beschreibung über die Unwahrscheinlichkeit, Aufgaben im Universum tatsächlich abzuschließen.

**Profi-Tipp**: Nutzen Sie dies für kreative Übungen oder um durch den Kontrast verschiedener Stile Ihre eigene Schreibstimme zu finden.

---

## Produktivitätsrezepte

### Rezept 36: Formatierer für tägliche Standups
**Kategorie**: Produktivität
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter (Formatierungsaufgabe)

**Was es tut**: Formatiert grobe Notizen zu einem klaren, strukturierten täglichen Standup-Update.

**Der Command**:
- **Name**: `standup-format`
- **Ausführungsmodus**: Combination

**Anweisung**:

Format the following notes into a clear daily standup update.

Daily Standup - [Date]

Yesterday

[What was accomplished - bullet points]

Today

[What's planned - bullet points]

Blockers

[Any impediments - or "None" if clear]


Quick Version (for chat/Slack):

Yesterday: [One line summary] Today: [One line summary] Blockers: [One line or "None"]


Time Tracking (if hours mentioned):

TaskHours

Raw notes: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "an API-Endpunkt gearbeitet, bei Auth hängengeblieben, heute API fertigstellen und mit Frontend beginnen, brauche Zugangsdaten von DevOps"
> Ausgabe: Formatiertes Standup mit klaren Abschnitten und einer Slack-tauglichen Kurzversion

**Profi-Tipp**: Erstellen Sie einen Hotkey für diesen Command und führen Sie ihn jeden Morgen vor dem Standup aus.

---

### Rezept 37: Ausfüller für Wochenrückblick-Vorlagen
**Kategorie**: Produktivität
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (reflektierende Analyse)

**Was es tut**: Wandelt Wochennotizen in einen strukturierten Wochenrückblick mit Erkenntnissen um.

**Der Command**:
- **Name**: `weekly-review`
- **Ausführungsmodus**: Combination

**Anweisung**:

Create a comprehensive weekly review from the following notes.

Weekly Review: Week of [Date Range]

Accomplishments

Key Wins:

  • [Major accomplishment 1]
  • [Major accomplishment 2]

Completed Tasks:

  • [Task list]

Progress on Goals:

GoalProgressNotes

Challenges & Learnings

Obstacles Faced:

  • [Challenge 1]: [How addressed]

Lessons Learned:

  • [Insight 1]
  • [Insight 2]

What Didn't Go Well:

  • [Item]: [Root cause if known]

Reflection

Energy Levels: [High/Medium/Low] - [Pattern observed] Focus Quality: [Assessment] Work-Life Balance: [Assessment]

Next Week Planning

Top 3 Priorities:

  1. [Priority 1]
  2. [Priority 2]
  3. [Priority 3]

Meetings/Commitments:

  • [Key meeting 1]

Tasks to Delegate/Defer:

  • [Task that should be delegated]

Habits & Systems

What Worked:

  • [System that helped]

What to Adjust:

  • [System to modify]

Gratitude & Recognition

  • [Something/someone to appreciate]

Week's notes: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Durcheinandergewürfelte Notizen der Woche mit Aufgaben, Frustrationen und Erfolgen
> Ausgabe: Strukturierte Reflexion mit Erkenntnissen, Lehren und den Prioritäten für die nächste Woche

**Profi-Tipp**: Planen Sie dies für Freitagnachmittage ein, um die Arbeitswoche bewusst abzuschließen.

---

### Rezept 38: Organizer für Lernnotizen
**Kategorie**: Produktivität
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Claude (didaktische Strukturierung)

**Was es tut**: Organisiert rohe Lernnotizen zu strukturierten, wiederholbaren Lernmaterialien.

**Der Command**:
- **Name**: `organize-learning-notes`
- **Ausführungsmodus**: Combination

**Anweisung**:

Organize these learning notes into structured study materials.

Study Notes: [Topic]

Quick Summary

[3-5 sentence overview of the topic]

Key Concepts

Concept 1: [Name]

Definition: [Clear definition] Key Points:

  • [Point 1]
  • [Point 2] Example: [Practical example] Connection: [How it relates to other concepts]

[Repeat for each major concept]

Important Terms

TermDefinitionExample
[Term][Definition][Example]

Formulas/Rules (if applicable)

[Any formulas or rules]

Mental Models

[Analogies or frameworks to remember the concepts]

Common Mistakes to Avoid

  • [Mistake 1]: [Why it's wrong]
  • [Mistake 2]: [Why it's wrong]

Practice Questions

Easy:

  1. [Question] - Answer: [Answer]

Medium:

  1. [Question] - Answer: [Answer]

Hard:

  1. [Question] - Answer: [Answer]

Connections to Prior Knowledge

[How this relates to previously learned material]

Further Study

  • [Resource 1]
  • [Topic to explore deeper]

Spaced Repetition Cards

Front (Question)Back (Answer)
[Q1][A1]

Raw notes: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Unordentliche Notizen aus einer Machine-Learning-Vorlesung
> Ausgabe: Organisierter Lernleitfaden mit Konzepten, Übungsfragen und karteikartenfertigem Inhalt

**Profi-Tipp**: Exportieren Sie die Spaced-Repetition-Karten in Ihre Karteikarten-App für die langfristige Merkfähigkeit.

---

### Rezept 39: Ersteller für Kurzreferenzkarten
**Kategorie**: Produktivität
**Schwierigkeitsgrad**: Mittelstufe
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Verdichtet Informationen in ein kompaktes Kurzreferenzkarten-Format.

**Der Command**:
- **Name**: `quick-reference-card`
- **Ausführungsmodus**: Combination

**Anweisung**:

Create a compact quick reference card from the following information.

Quick Reference: [Topic]

Essential Commands/Actions

ActionHow ToExample
[Action][Instruction][Example]

Key Shortcuts

ShortcutFunction
[Key combo][What it does]

Common Patterns

[Pattern 1]: [Template]
[Pattern 2]: [Template]

Cheat Sheet

Do This:

  • [Best practice 1]
  • [Best practice 2]

Avoid This:

  • [Anti-pattern 1]
  • [Anti-pattern 2]

Quick Lookup

SituationSolution
[When X][Do Y]

Emergency Fixes

ProblemQuick Fix
[Issue][Solution]

Memory Aids

[Mnemonics or quick ways to remember]


Version: [1.0] Last Updated: [Date]


Source information: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: Dokumentation für eine neue Programmiersprache oder ein neues Tool
> Ausgabe: Einseitige Referenzkarte mit Befehlen, Tastenkürzeln und gängigen Mustern

**Profi-Tipp**: Drucken Sie diese Karten aus oder speichern Sie sie als PDF für den schnellen Zugriff während der Arbeit.

---

### Rezept 40: Checklisten-Generator
**Kategorie**: Produktivität
**Schwierigkeitsgrad**: Anfänger
**Anbieterempfehlung**: Beliebiger Anbieter

**Was es tut**: Erstellt umfassende Checklisten aus Prozessbeschreibungen oder Anforderungen.

**Der Command**:
- **Name**: `generate-checklist`
- **Ausführungsmodus**: Combination

**Anweisung**:

Generate a comprehensive checklist from the following process or requirements.

Checklist: [Process Name]

Pre-Requisites

  • [Prerequisite 1]
  • [Prerequisite 2]

Main Steps

Phase 1: [Phase Name]

  • [Step 1]
    • [Sub-step if needed]
  • [Step 2]
  • [Step 3]

Phase 2: [Phase Name]

  • [Step 4]
  • [Step 5]

Phase 3: [Phase Name]

  • [Step 6]
  • [Step 7]

Verification

  • [Verification step 1]
  • [Verification step 2]

Cleanup/Follow-up

  • [Cleanup step 1]
  • [Follow-up action]

Notes

  • [Important consideration 1]
  • [Important consideration 2]

Common Mistakes to Check

  • Verified: [Not making mistake 1]
  • Verified: [Not making mistake 2]

Compact Version (for quick use):

[ ] Step 1
[ ] Step 2
[ ] Step 3
...

Estimated Time: [Time estimate] Last Updated: [Date] Owner: [Who is responsible]


Process description: {{input_content}}


**Anwendungsbeispiel**:
> Eingabe: "Vor dem Deployment in die Produktion müssen wir Tests ausführen, die Versionsnummer aktualisieren, Release Notes erstellen, in Staging deployen, Staging testen, dann in die Produktion deployen und das Team benachrichtigen"
> Ausgabe: Detaillierte Deployment-Checkliste mit Phasen, Verifizierungsschritten und Rollback-Überlegungen

**Profi-Tipp**: Speichern Sie häufig genutzte Checklisten als wiederverwendbare Vorlagen in einem Space.

---

## Anhang: Rezept-Schnellübersicht

### Nach Schwierigkeitsgrad
| Anfänger | Mittelstufe | Fortgeschritten | Experte |
|----------|--------------|----------|--------|
| Stichpunkte zu Fließtext | Management Summary | Code-Reviewer | Sicherheitsscanner |
| SEO-Meta | Tonalitäts-Wechsler | Unit-Test-Generator | Performance-Berater |
| Fehlermeldung | E-Mail-Zusammenfasser | Literaturübersicht | |
| Standup-Format | SWOT-Analyse | Refactoring-Vorschlagsgeber | |
| Checklisten-Generator | Entscheidungsmatrix | Stil-Nachahmer | |

### Nach Anbieterempfehlung
| Am besten mit Claude | Am besten mit GPT-5.4 | Beliebiger Anbieter |
|-------------|-------------------|--------------|
| Tonalitäts-Wechsler | SEO-Meta-Description | Stichpunkte zu Fließtext |
| Fachsprache zu Alltagssprache | API-Dokumentation | Fehlermeldung |
| Code-Reviewer | Angebotsgliederung | Zitat-Formatierer |
| Literaturübersicht | E-Mail-Zusammenfasser | Standup-Format |
| Charakterprofil | Statusbericht | Checklisten-Generator |

### Top 5 der meistgenutzten (empfohlenes Startset)
1. **Management-Summary-Generator** - Für jedes lange Dokument
2. **Tonalitäts-Wechsler** - Für die tägliche Kommunikation
3. **Code-Reviewer** - Für den Entwicklungs-Workflow
4. **Von Besprechungsnotizen zu Aufgaben** - Nach jeder Besprechung
5. **Standup-Format** - Tägliche Routine für Entwickler

---

## Nächste Schritte

1. **Klein anfangen**: Wählen Sie 3-5 Rezepte aus, die zu Ihrer täglichen Arbeit passen
2. **Anpassen**: Passen Sie die Anweisungen an Ihre spezifischen Bedürfnisse an
3. **Organisieren**: Nutzen Sie Command Groups, um Ihre Rezepte zu kategorisieren
4. **Iterieren**: Verfeinern Sie die Prompts basierend auf der Ausgabequalität
5. **Teilen**: Exportieren Sie erfolgreiche Commands zur Nutzung im Team

**Verwandte Tutorials**:
- [Commands verwalten](/desktop-app/commands-and-spaces/managing-commands)
- [Spaces verwalten](/desktop-app/commands-and-spaces/managing-spaces)
- [Command Groups](/desktop-app/commands-and-spaces/command-groups)