PROMPT QUALITY STANDARD
# Prompt Quality Standard — Sentra Prompt 2026
**Scope:** `apps/internal/sentra-prompt`
**Authority:** `lib/prompt-quality/contract.ts` (runtime SSOT)
**Last updated:** 2026-06-04
---
## 1. What is a "Good Prompt"?
A good prompt is **self-contained, unambiguous, and testable**. Anyone — human or LLM — should be able to read it cold and produce the intended output without asking follow-up questions.
Four questions every prompt must answer:
| Question | Field |
|---|---|
| Who is the agent? | `role` |
| What must be done? | `task` |
| What context matters? | `context` |
| What does good output look like? | `constraints` + `formatSpec` |
If any answer is missing, the prompt is incomplete.
---
## 2. The Super Prompt Schema (SSOT)
All structured prompts in Sentra Prompt conform to `SuperPromptSchema` in `lib/prompt-quality/contract.ts`:when to use it
Community prompt sourced from the open-source GitHub repo drferdii/Myprompt (no explicit license). A "PROMPT QUALITY STANDARD" 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
drferdii/Myprompt · no explicit license
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