Prometheus

Documentation

Prometheus is built from a corpus of markdown knowledge files. The panes below explain the framework in English prose derived from the source analysis. Use the runtime pill above the sidebar to switch between an agentic runtime (Claude Code, Codex, opencode & other filesystem-based hosts) and the Gemini Gem — the install and reading-map panes rewrite themselves to the runtime you pick.

Start here · Map

Overview — how the pieces fit

Prometheus is a build-time framework for designing, auditing, and refactoring prompts for tool-calling agents. It reads a task, picks a mode, and runs an ordered pipeline that draws on shared catalogs and ships the prompt with a verifier. Everything below is a live map: click any node to jump to its section, and expand its source under that section.

In shortOne router, three procedures, shared catalogs, a verifier. Every path reads a task, picks a mode, and ships a prompt you can audit.
A prompt is an operator, not a search for magic words.

Meaning in a language model is constructed by context, not retrieved by it. So a prompt section is not a hint pointing at a pre-existing answer — it is a transformation applied to the model’s distribution over interpretations. The whole framework exists to help you choose those transformations deliberately, in the right order, and prove they worked.

The architecture & workflow

Routermodesthe six-phase pipelinethe shared catalogsthe verifier layers

SKILL.md — the router
Reads the request, selects the mode, carries the from-scratch procedure.
selects a mode
From-scratch
Design a new prompt through six phases.
Refactor
Repair an existing prompt: audit, surgical, or rewrite.
Manage
MAPE-K loop over a managed agent package.
runs the pipeline
The six-phase from-scratch pipeline — ordering is load-bearing; operators do not commute
1 Shape
which of 7 skeletons
2 Interview
runtime & definition of done
3 Draft
ordered operators
4 Audit
structural + quantum checks
5 Evaluate
honest three-axis score
6 Deliver
prompt + verifier
a failing audit returns the draft to drafting
drawing on
Operators & shapes
the sections and the skeletons they fill
Reasoning patterns
cognitive-tool scaffolds, pulled in on demand
Quantum frame
the vocabulary every component speaks
proven by
Verifier — three layers, shipped with every prompt
Static
properties of the artifact
Single-run
properties of one output
Cross-run
properties across many outputs

Read the map in five moves

1 · The router. SKILL.md is the one file always in context. It reads the request and selects a mode; it also carries the from-scratch procedure itself. Nothing else is read until a phase pulls it in.

2 · Two modes (plus manage). From-scratch designs a new prompt; refactor repairs one you already have (audit-only, surgical, or full rewrite by risk). A third capability, manage mode, runs a MAPE-K loop over a managed agent package and rewrites its prompt at a controlled seam.

3 · Six ordered phases. Shape inference → adaptive interview → operator-design drafting → audit → honest evaluation → delivery. Each phase consumes the last one’s output; the order cannot be rearranged because a later operator’s meaning depends on the subspace an earlier one already selected.

4 · Shared catalogs. The phases don’t invent their material — they draw on the operator catalog and seven shapes, and pull reasoning-pattern scaffolds in only when a task shows the hard-reasoning signals. A cross-cutting quantum-semantic frame is the vocabulary all of them speak.

5 · The verifier. Every prompt ships with a verifier defined across three layers — static properties of the artifact, single-run properties of one output, and cross-run properties visible only across many. An honesty ledger travels with delivery, marking each capability as tested or merely source-backed.