Prompts
System prompts and single-call instructions, drafted as ordered operators and scored before delivery.
Prometheus is a prompt-engineering skill for coding agents — and more. Describe what you need and it designs a structured, audited prompt, workflow, or self-adaptive agent, shipped with a verifier that proves it works.
also on GitHubMost prompt-engineering advice arrives as a bag of tips: add keywords, give examples, be specific. Prometheus rejects that framing at the root.
The operator principle. Treat the prompt as an operator acting on the model’s distribution over interpretations. Each section is a transformation — it amplifies, suppresses, or mixes readings of the task — and because these operators do not commute, order is load-bearing. Compose them deliberately, audit the composition against known failure modes, and the output becomes measurable and reproducible instead of a lucky sample.
Watch each prompt section act as an operator on the task — amplifying some readings, filtering out others, mixing the rest — instead of just stacking strings of text. An operator has a profile — the readings it amplifies, the ones it suppresses, and the ones it mixes. Collapse is set apart: it is the measurement act, where the prompt commits to a single reading.
Constructive interference. Amplifies a specific semantic interpretation while preserving superposition.
Learn MoreDestructive interference. Filters out noise and suppresses off-domain interpretations.
Learn MoreEntangles logic. Combines multiple basis states into a novel, hybrid reading.
Learn MoreMeasurement. Forces deterministic convergence onto a single, unambiguous interpretation.
Learn MoreThe skill exposes three capabilities, one per mode. They share a substrate of reference knowledge but run different procedures.
Given only a task description, the framework produces a prompt through six ordered phases: it infers which of seven structural skeletons fits, runs an adaptive interview to recover the constraints an operator needs, drafts the prompt as a sequence of named operators, audits that draft against a structural-and-quantum checklist, scores it honestly on three axes, and delivers it with a verifier. The ordering is load-bearing, because operators do not commute.
Given a prompt you already have, the framework recovers its intent and then takes one of three sub-modes by risk. Mode A audits only, returning a report with zero edits and near-zero risk. Mode B localizes a named symptom to its operator-level cause and proposes a surgical diff. Mode C rewrites wholesale using the from-scratch drafting machinery, preserving the original and presenting both with an explicit trade-off analysis.
Given a managed-agent package — a directory that is the agent's identity — the framework runs a MAPE-K loop over it. Monitor reconstructs the distribution the current prompt induces from recent runs; Analyze keeps candidate adaptations in weighted superposition and prunes the ones the ledger says already regressed; Plan collapses to a single edit; and Execute applies it at a controlled lifecycle seam, write-ahead-logged and reversible by snapshot. It is a build-time manager that reads run evidence and rewrites prompts.
From-scratch delivery is not a fixed bundle. The pipeline can emit up to eight distinct artifacts, though most runs emit far fewer, and what ships is reported to the author as a scaffold-to-trigger list — the framework is built to justify its own additions rather than pad the delivery.
As the Titan Prometheus shaped humankind and gave it fire to stay alive, Prometheus forges agents — and hands them the structure that keeps them alive.
Prometheus builds the agent from ordered operators, then stays on as its manager — watching each run and re-forging the agent so it keeps growing.
The idea draws inspiration from homoiconicity — where a program and its data share one form. Not literally so here, but close in spirit: in an agentic runtime, an agent is largely the text that defines it — its system prompt, its task specs, its memory. Prometheus runs the agent, reads what actually happened, and rewrites that text between runs. Every generation is selected for higher fitness — evolution, applied to the agent’s own source.
Nothing is retrained. The agent evolves because the artifacts that define it are rewritten — the same text the runtime executes is the text Prometheus edits.
the agent acts on a real task, leaving a trace of how it behaved
between runs it reads that evidence — never judging by a single run
pinpoints the drift and weighs candidate fixes
rewrites the control plane — prompt, tools, knowledge
Always between runs, never driving the agent live: Prometheus owns the control plane; the agent keeps its own persistent memory.
From-scratch design compiles a raw task into a delivered prompt, workflow, or agent across six ordered phases. Each phase hands its output to the next; only one edge ever runs backward.
A task enters at Shape, where it is sorted into a structural shape and a strength tier. Those facts flow into the Interview, which recovers the runtime and the definition of done. Draft lays the prompt out as ordered operators, Audit checks that draft, Score rates it honestly, and Deliver ships it with a verifier. The order cannot be shuffled: a later operator’s meaning depends on the reading an earlier one already selected.
Prometheus does not just write a prompt and stop. The same operator model compiles into whatever the task actually needs — and it was built from the start to give life to real agents and agentic workflows, not only single-shot instructions.
System prompts and single-call instructions, drafted as ordered operators and scored before delivery.
For hard multi-step reasoning: a system prompt plus ready-to-register tool definitions you wire into your own tool-calling runtime.
Full agentic loops — persona, tool contracts, and a memory discipline — designed to run over many turns against real tools, not a one-off reply.
Multi-step pipelines and orchestration blueprints — ordered stages, hand-offs, and stop conditions — that wire several prompts into one working system.
LLM-as-judge rubrics with explicit, checkable criteria — the shape Prometheus reaches for when the task is to score, not to generate.
Every deliverable ships with a verifier spec across three layers, so you can prove the artifact does what it claims.
No build step, no dependencies. Place the skill folder on your agent’s search path and Prometheus auto-triggers the moment you describe a prompt-design task.