Prompt structure
One reusable scaffold instead of a fresh prompt every time.
Every good prompt names four things: who the model is, what it is looking at, what it must not do, and the exact shape of the answer. Write the scaffold once, then only the context line changes day to day.
The scaffold
PromptROLE: You are my operations assistant at a 12-person veterinary practice. CONTEXT: I will paste a client email below. Our tone is warm, plain, never salesy. CONSTRAINTS: Do not invent prices, dates, or medical advice. Flag anything you are unsure of as [CHECK]. OUTPUT: A ready-to-send reply, under 120 words, plus a one-line summary of what I promised. EMAIL: """ <paste here> """
Teaching it your voice
PromptHere are three replies I wrote myself. Describe my tone in five rules I can reuse, then rewrite the draft above so it follows those rules. 1. <paste reply> 2. <paste reply> 3. <paste reply>
If output drifts, the missing piece is almost always OUTPUT format — be specific about length and structure.
