PROMPT CODING
<!-- SPDX-FileCopyrightText: 2026 Mark Hubers -->
<!-- SPDX-License-Identifier: MIT -->
<!-- AUTHOR: drafted by gemini-2.5-pro via rondo_run, edited by Claude (RONDO-407) -->
# Prompt Coding
Prompts are not chat; they are code. Rondo treats AI dispatches like
infrastructure. You define deterministic pipelines with explicit data wiring,
strict output contracts, and hard budgets. It's Terraform for prompts.
## The discipline
* **Plan:** `rondo pipeline file.yaml --plan` validates wiring, estimates
per-step costs, and checks the total against the budget ceiling with zero
dispatches and zero cost. Unresolved placeholders abort before any spend.
* **Apply:** Sequential execution. A failed step's output never silently
flows onward.
* **Audit:** Every step records INTENT and OUTCOME. Outputs are sanitized,
partials preserved, and actual costs strictly enforced against the budget.
Full per-step results and costs are saved in the envelope.
## A pipeline is a programwhen to use it
Community prompt sourced from the open-source GitHub repo mark-hubers/rondo (MIT). A "PROMPT CODING" 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
writingcommunitygeneral
source
mark-hubers/rondo · MIT
more in Writing
Writing✓ tested
Explain anything to a smart friend
great teacher who refuses to dumb things down
Writing✓ tested
Line-edit my draft (keep my voice)
sharp copy editor who tightens without flattening
Writing✓ tested
Outline a long piece before you write it
editor who structures the argument before a word is drafted