EN DE
← ← Back to Index

frontier-prompt-pipeline

software-development β€Ί frontier-prompt-pipeline v1.1.0

Description

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.

Relevance to Our Projects

For complex projects needing a frontier model (Opus/Sonnet) as architect. The interview-phase approach ensures all requirements are captured before code is written.

Pipeline

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

← ← Back to Index