The Practitioner's Prompt Framework

16 min

Objective

Move from one-off prompts to reusable, structured prompts that get a reliable result every time — the difference between playing with AI and working with it.

▷

Watch

Video lesson

4 Methods of Prompt Engineering — IBM Technology

▤

Read

The concept

Most people prompt an AI the way they'd text a friend: one line, a lot of assumed context, and a shrug when the answer misses. That's fine for trivia. It fails on real work, because the model can't read your mind — it can only work with what you put in front of it. The practitioner's move is to stop improvising and start using a repeatable structure.

The framework is five parts. Role — who the AI should act as. Context — the background and constraints it needs. Task — the specific thing to do. Format — exactly how you want the output shaped. Examples — one or two samples of "good", when you have them. You won't need all five every time, but naming them turns a vague request into a specification.

"Write me a marketing email" becomes: "You're a B2B copywriter. We sell an AI-tools intelligence platform to enterprise L&D buyers; the tone is confident, not hypey. Write a 120-word cold email that books a demo. Output a subject line, the body, and a one-line call to action." Same model, same few seconds, entirely different result.

Of the five, Examples is the one people skip and the one that moves quality most. Describing a tone in words is lossy — "professional but warm" means something different to everyone. Pasting two emails you've actually sent and saying "match this voice" is unambiguous. This is called few-shot prompting, and for anything with a house style it consistently beats a paragraph of adjectives. Two examples is usually the sweet spot; one is a coincidence, five is diminishing returns and wasted context.

Format deserves more attention than it usually gets, because it's what makes output usable rather than merely correct. "A markdown table with columns Risk, Likelihood, Mitigation." "Valid JSON matching this shape, no prose around it." "Three bullets, each under fifteen words." If the output feeds into something else — a spreadsheet, a slide, a script — specify the shape and you stop reformatting by hand.

The real payoff isn't a better answer, it's a reusable one. Once a structured prompt works, save it as a template with the variable parts blanked out: [AUDIENCE], [PRODUCT], [WORD COUNT]. Now anyone on the team gets that quality without being a "prompt wizard", and when the output drifts you fix the template once rather than re-improvising. That's the actual difference between a practitioner and a dabbler — they build prompt assets, not prompt attempts.

Keep the templates somewhere shared and versioned, even if that's just a document with a date on each entry. The valuable artefact is not the clever prompt, it's the accumulating library of ones that reliably work for your particular business.

Two cautions. First, more structure is not always better. For open-ended thinking — "help me find angles I haven't considered" — an over-specified prompt boxes the model into your existing assumptions, which is the opposite of what you asked for. Match the structure to the job: tight specs for repeatable output, loose prompts for exploration.

Second, don't pile on emphasis in place of information. Writing IMPORTANT in capitals, or promising a tip, or telling the model to take a deep breath, are folk remedies that made a real difference on weaker models and mostly don't now. If an answer is wrong, the fix is almost always a missing fact, a missing constraint, or a missing example — not a stronger adjective.

✦

Ask

Your AI Tutor

✦AI Tutor
Ask anything about this lesson. I'll explain at your level — switch modes above any time.
?

Check

Quick quiz

1.You need the same high-quality output from a prompt every week, done by different teammates. The most practitioner-like move is to…

2.A colleague's prompt keeps producing emails in the wrong tone and length. Which part of the framework is most likely missing?

3.For which task is a tightly-structured prompt the WRONG choice?

4.What does the 'Examples' part of the framework add that the others don't?

⌘

Practice

Assignment

Your task

Pick a task you personally do at least weekly (a report, an email type, a summary, a piece of analysis). Write it as a structured prompt using all five parts (Role, Context, Task, Format, Examples), then run it. Save it as a template by replacing the parts that change with [BLANKS]. Paste your template, the model's output, and 3 sentences on what you'd hand to a teammate.

0 words · saved on this device

Rate your work (0/4)

A strong submission ticks every box. Be honest — this is how you learn.

★

Remember

Key takeaways

  • ◆Structure a working prompt as Role, Context, Task, Format, Examples.
  • ◆Examples beat adjectives — paste two samples and say "match this" rather than describing a tone.
  • ◆Specify the output shape so the result is usable, not just correct.
  • ◆Save what works as a template with blanks — build prompt assets, not prompt attempts.
  • ◆Tighten structure for repeatable output, loosen it for exploration; emphasis is not information.

Read it, done the quiz, finished the task? Mark it complete.