Features

Six engines.
One system.

Everything you need to manage, generate, execute, and validate AI prompts at scale — with your guidelines baked in.

Feature 01

Hierarchical Guideline Resolver

Set a master guideline at the root. Teams add layers for regions, products, or departments. Proompt walks the tree, merges all applicable guidelines by specificity, and assembles full context. Like CSS specificity — more specific guidelines override general ones where they conflict, but everything else cascades through.

  • Master → department → region → team layering
  • Automatic conflict resolution by specificity
  • Pin to a guideline version or always use latest
  • Audit trail of every resolution
acme-corp/MASTER
├─ brand-voice.md
├─ visual-identity.md
├─ engineering/EXTENDS
├─ code-standards.md
└─ api-conventions.md
├─ japan/EXTENDS
├─ local-tone.md
└─ marketing/EXTENDS
└─ social-post.promptRESOLVED
proompt repo
# Versioning
$ proompt commit -m "update JP disclaimers for Q2"
v3.4 committed
 
# Branching
$ proompt branch "experiment/shorter-tone"
Branch created from main@v3.4
 
# Variants
$ proompt variant --of "social-post" --name "short-form"
Variant registered
 
# Tagging
$ proompt tag "social-post" --tags "marketing,japan,social"
3 tags applied
Feature 02

Prompt Repository

Public and private prompt libraries built for real workflows. Not just storage — a full version control system for prompts.

  • Versioning — every change tracked, rollback anytime
  • Branching — experiment without affecting production
  • Variants — multiple versions for different contexts
  • Tagging — organise by topic, team, use case
  • Fork & Star — share or lock down
  • Pin or latest — lock to a version or resolve from HEAD
Feature 03

Meta-Prompting Engine

Describe what you need in plain language. Proompt generates a fully structured, production-ready prompt — optimised for your specified tool, scoped to your guidelines. One instruction in, one perfect prompt out.

  • Natural language → structured prompt output
  • Tool-aware formatting (Claude, GPT, Midjourney, Cursor)
  • Auto-references your resolved guidelines
  • Saves generated prompts to your repository
proompt meta
# Generate a prompt from plain description
$ proompt meta --desc "product launch email for Japan market"
--scope "brand/acme/japan" --tool "claude"
 
Resolving guidelines...
Generating structured prompt...
Prompt generated · 847 tokens · claude-optimised
Saved: prompts/japan-launch-email@v1
proompt enhance
# Enhance an existing rough prompt
$ proompt enhance --input "write a social post about our product"
--tool "claude" --scope "brand/acme"
 
Analysing prompt structure...
Adding role, context, constraints, format...
Injecting guideline context...
Enhanced · 23 tokens → 312 tokens
Feature 04

Prompt Enhancer

Have a rough prompt? Feed it in. Proompt restructures with proper role definitions, context injection, constraints, output formatting, and tool-specific optimisations.

  • Adds structure: role, context, constraints, format
  • Injects relevant guideline context automatically
  • Tool-specific formatting for better AI responses
  • Before/after diff view
Feature 05

Adherence Engine

Generate all you want — then validate before you ship. Paste AI output into the adherence engine for a compliance score against your resolved guidelines.

  • Tone & voice alignment scoring
  • Approved terminology & prohibited language detection
  • Formatting & template rule compliance
  • Regional legal & policy validation
  • Code standard & architecture checks
  • Auto-fix suggestions with one-click remediation
🛡️ proompt adherence report87 / 100
Tone of voice
96%
Terminology
92%
Formatting
78%
Legal compliance
100%
Regional policy
60%
⚠ 2 violations found
→ JP regional disclaimer missing
→ Price format uses USD instead of JPY
↳ Auto-fix available
proompt run
# Full pipeline: resolve + execute + validate
$ proompt run --scope "brand/acme/japan"
--for "social-post" --tool "claude"
 
Guidelines resolved · 3 layers merged
Prompt assembled · 1,247 tokens
Executed via claude-sonnet-4
Adherence: 94/100 · 0 violations
Output delivered
Feature 06

Just Do It Mode

Sometimes you don't want the prompt — you want the result. Resolve guidelines, assemble prompt, call AI, validate output, deliver. One command, full pipeline.

  • Full pipeline: resolve → assemble → execute → validate → deliver
  • Choose your AI: Claude, GPT, or any supported tool
  • Auto adherence check before delivery
  • Available via CLI, API, and web UI

Six engines.
One command.

Get early access and start managing prompts like a system, not a spreadsheet.