EN DE
← ← Zurück zur Übersicht

frontier-prompt-pipeline

software-development › frontier-prompt-pipeline v1.1.0

Beschreibung

Three-phase project build pipeline: (1) v4 Flash interviews you and crafts a perfect naked prompt, (2) sends it via OpenRouter API to the best frontier model (Opus/Sonnet) with zero Hermes bloat, (3) takes the output and builds the project. Retry loop max 3x, then alarm.

Relevanz für unsere Projekte

Für komplexe Projekte, die ein Frontier-Modell (Opus/Sonnet) als Architekt benötigen. Der Interview-Phase-Ansatz stellt sicher, dass alle Anforderungen erfasst sind, bevor Code geschrieben wird.

Ablauf

1🎙️ Phase 1: Interview — 9 Fragen zum Projekt
2✍️ Phase 2: Naked Prompt bauen — Zero-Context Prompt für Frontier-Modell
3📡 Phase 3: Senden via OpenRouter API — curl, kein Systemkontext
4📚 Phase 4a: Doc-Frische-Prüfung — API-Versionen checken
5🏗️ Phase 4b: Bauen — Aus Output die Dateien erstellen
6🔄 Phase 5: Retry-Loop — max. 3 Versuche, dann Alarm

SKILL.md Preview

# Frontier Prompt Pipeline Skill

## Overview

This skill turns Hermes (v4 Flash) into a **prompt architect** while a frontier model (Opus 4 / Sonnet 4) acts as the **builder**, connected by a clean API call.

```
v4 Flash (interview + craft prompt)
    → Curl to OpenRouter (naked prompt, no system context)
    → Frontier model (architect + code)
    → v4 Flash (build from output)
    → Retry if stuck (max 3x) → Alarm
```

## Phase 1 — Interview (v4 Flash asks questions)

Ask ALL of these. Do no

← ← Zurück zur Übersicht