Project

promptc

Prompt workflow tooling with an emphasis on repeatability, structure, and regression feedback.

Focus

  • Prompt tooling
  • Regression checks
  • Workflows

GitHub Description

Prompt tooling experiments for structured workflows and regression checks.

  • Treats prompt changes like software changes that need feedback loops.
  • Explores structured workflows for prompt development and maintenance.

Package Links

Preview / Demo

Prompt compiler preview

PromptC treats prompt changes like code changes: parse source prompts into an intermediate representation, run deterministic passes, and regenerate target formats.

Working Preview

Compile a prompt template into structured intent.

PromptC can turn prompt source into a stable intermediate form so optimization passes and regression checks can run predictably.

input.prompt Summarize {{topic}} for {{audience}} in {{tone}} tone. compiled.ir IR: task=summarize, vars=[topic,audience,tone], pass=dedupe-vars, target=markdown