home/productivity/chatgpt-5

Chatgpt

GPTClaudeDeepSeek··339 copies·updated 2026-07-14
chatgpt-5.prompt
# Adapter: OpenAI ChatGPT

Einsatz des Bias-Guardian-Kits mit ChatGPT (Custom GPTs, Assistants API, Workflow-Tools).

## Drei Einsatz-Modi

### Modus 1: Custom GPTs (eine pro Sub-Agent)

Wer ohne Programmierung arbeitet, baut pro Sub-Agent ein Custom GPT.

**Einrichtung pro Sub-Agent (z.B. A1):**

1. ChatGPT -> Mein GPTs -> Erstellen
2. **Name**: "Bias-Lint A1, Stereotype Detector"
3. **Description**: aus dem System-Prompt-File die `## Rolle`-Beschreibung kopieren
4. **Instructions**: kompletten Inhalt aus `## Rolle (System-Prompt)` einfuegen
5. **Knowledge**: Pflicht-Kontext-Anhaenge als Files hochladen (`stereotyp-katalog.md`, `agg-checkliste.md`, etc.)
6. **Capabilities**: Code Interpreter aus, Web Browsing aus, DALL-E aus (Sub-Agenten brauchen keine Tools)

**Workflow:** Pro Sub-Agent in eigenem Chat. JSON-Output kopieren, in naechsten Sub-Agent-Chat als Input einfuegen.

**Schwaeche:** Manuelle Verkettung. Audit-Trail erfordert manuelles Persistieren.

### Modus 2: Assistants API (skript-gesteuert)

**Pseudocode (Python):**

when to use it

Community prompt sourced from the open-source GitHub repo Luis247911/bias-guardian-agent-kit (NOASSERTION). A "Chatgpt" 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

productivitycommunitydeveloper

source

Luis247911/bias-guardian-agent-kit · NOASSERTION