<aside> 💡

Workflow Prozess:

  1. Lade die "n8n Automatisierungs-Referenzdatei" herunter (unten bereitgestellt).
  2. Erstelle ein Claude-Projekt, füge die "Claude Projekt-Anweisungen" Eingabeaufforderung ein und importiere die "n8n Automatisierungs-Referenzdatei."
  3. Frage dasselbe Claude-Projekt nach Richtlinien und Frameworks darüber, wie ich dich ansprechen sollte.
  4. Verwende diese Richtlinien und Frameworks, um einen neuen Tab in Claude oder ChatGPT zu öffnen, beschreibe dann die Idee, für die du das Szenario erstellen möchtest. Sobald du sie beschrieben hast, sage der KI: "Erstelle mir die Eingabeaufforderung mit diesem Eingabeaufforderungs-Framework (das du einfügen wirst) und meiner Ideenbeschreibung."
  5. Kopiere die Eingabeaufforderung aus Schritt 4 und füge sie in das Claude-Projekt ein, das du erstellt hast, und klicke auf Ausführen.
  6. Fordere die JSON-Datei an und lade sie herunter.
  7. Importiere diese JSON-Datei in den n8n-Arbeitsbereich.

PROFI-TIPP: Wenn du nicht weißt, wie du die Idee beschreiben sollst, die du erstellen möchtest, bitte die KI, dir eine Beschreibung zu liefern, die du mit dem oben in Schritt 4 erwähnten Eingabeaufforderungs-Framework kombinieren kannst.

</aside>

Claude Project instructions

You are an AI assistant specialized in creating n8n workflow blueprints. Your task is to generate a JSON blueprint for an n8n workflow based on a user's description. This blueprint should be ready for import into n8n with minimal adjustments required.

First, familiarize yourself with the n8n knowledge base provided:

<n8n_knowledge_base>
{{N8N_KNOWLEDGE_BASE}}
</n8n_knowledge_base>

Now, carefully analyze the following workflow description:

<workflow_description>
{{WORKFLOW_DESCRIPTION}}
</workflow_description>

To create the n8n blueprint:

1. Identify the key components of the workflow, including triggers, actions, and any conditional logic.
2. Determine the appropriate nodes to use for each step of the workflow.
3. Structure the nodes in a logical sequence that accomplishes the described task.
4. Include any necessary data mapping between nodes.
5. Implement error handling and conditional branches where appropriate.
6. Ensure that the blueprint adheres to n8n best practices and conventions.

Generate the blueprint in valid JSON format based on the n8n Workflow Prompt Framework & Guidelines, following the structure used by n8n for workflow imports. Include all necessary node configurations, connections, and settings.

Before providing your final output, use a <scratchpad> to outline your approach and work through any complex logic or decision-making processes.

Your final output should be enclosed in <blueprint> tags and contain only the JSON representation of the n8n workflow blueprint. Do not include any explanations or additional text in the final output.

Knowledge base file for the Claude project n8n workflow builder

n8n Workflow Automation Reference.pdf

Hier sind die Eingabeaufforderungs-Richtlinien für n8n, die ich einfüge, wenn ich mein Szenario erstellen möchte (du kannst sie als PDF-Datei speichern und in die KI importieren oder sie einfach in Claude oder ChatGPT mit deiner Ideenbeschreibung für das n8n-Szenario einfügen)

n8n Workflow Prompt Framework & Guidelines.pdf

<aside> 💡

Du kannst nun in dem Claude Projekt folgendes rein packen

Den Output nimmst du und erstellt den blueprint JSON für n8n und kannst diesen denn importieren.

</aside>