Skip to main content
Katie Academy

Reusable Prompt Patterns

Intermediate19 minutesLesson 4 of 5

Progress saved locally. Sign in to sync across devices.

Learning objectives

  • Recognize prompt patterns that solve recurring work
  • Adapt a pattern without freezing it into bad boilerplate
  • Build a small prompt library around jobs rather than style preferences

Once you understand prompt mechanics, the next problem appears: repetition.

Most serious users do not face a new prompt problem every day. They face the same handful of task shapes repeatedly. Rewrite this. Compare that. Extract the main points. Build a plan. Critique a draft. Summarize a messy source. If you keep reinventing those structures from scratch, your workflow stays slower and more fragile than it needs to be.

That is where reusable prompt patterns come in.

Display five prompt cards labeled transform, compare, critique, plan, and extract, each with variables to fill.

What you'll learn
  • Which prompt patterns recur across common work
  • How to store patterns so they remain flexible instead of rigid
  • Why a small pattern library is more useful than a giant folder of one-off examples
Why this matters

Reusable patterns reduce friction. They give you a strong starting structure so you do not begin from a blank box every time. They also improve consistency because you stop relying on memory for the same task shapes over and over.

But there is a deeper reason this matters. A pattern library reveals how much of prompting is structural rather than magical. Once you can see that a rewrite prompt, a critique prompt, or a comparison prompt has a reusable shape, prompting becomes easier to teach and easier to improve.

The danger is turning patterns into lifeless templates that no longer fit the job. That is why the key unit here is the pattern, not the frozen script. A pattern should travel. A script often should not.

The core idea

A reusable prompt pattern is a task structure with variable slots.

It captures the parts that repeat while leaving room for the parts that change. The repeating parts are usually things like the job, audience, evidence standard, constraints, and output shape. The changing parts are the actual subject matter, draft, document, or decision context.

This is why patterns are more useful than giant prompt collections. A giant collection becomes hard to search and easy to ignore. A small set of clean patterns becomes part of your working system.

The right question is not 'Can I save this prompt?' The right question is 'What pattern is hiding inside this prompt, and what should stay variable?'

How it works

Start by identifying repeated task shapes rather than repeated topics. Topic-specific prompts often age quickly. Task-specific prompts travel much better. A rewrite pattern can apply to emails, proposals, updates, and documentation. A critique pattern can apply to product briefs, outlines, and presentations. A compare pattern can apply to tools, vendors, options, or approaches.

Then strip the prompt down to its transferable structure. Replace the changing parts with placeholders. Use bracketed variables such as [audience], [goal], [constraints], [source material], or [output shape]. This keeps the pattern reusable without making it abstract to the point of uselessness.

Finally, attach usage notes. A good pattern library does not store only the prompt. It stores what the prompt is best for, what usually goes wrong, and when a different workflow would be better. That is what separates a reference system from a pile of text snippets.

Five patterns worth learning first

1. Transform

Use this when you already have material and want it changed.

Examples: rewrite, shorten, clarify, change tone, restructure.

This pattern is one of the highest-value starting points because so much practical work is transformation rather than generation.

2. Compare

Use this when you need tradeoffs, distinctions, or a decision framework.

This pattern becomes much stronger when you specify the comparison criteria and the output table or memo shape.

3. Critique

Use this when you want weak spots surfaced rather than a fresh draft.

This is especially useful for plans, drafts, outlines, and decision memos because it teaches you to use ChatGPT as a reviewer, not only as a generator.

4. Plan

Use this when you want a staged path from the current state to an outcome.

This pattern is stronger when you define constraints, timelines, and required deliverables.

5. Extract

Use this when the important work is pulling signal from messy material.

This pattern is especially effective with notes, transcripts, documents, and source collections.

Two worked examples

Example 1: from one-off prompt to reusable transform pattern

One-off prompt:

Rewrite this client update so it sounds clearer and more confident.

Reusable pattern:

Transform the material below for [audience].

Goal: [what should improve]
Keep: [what must stay true]
Constraints: [length, tone, exclusions, or structure]
Output: [desired format]

Material:
[paste source]

This pattern now travels across many rewrite situations because the structure is stable and the variables are obvious.

Example 2: from vague comparison to reusable compare pattern

Weak version:

Compare these two tools.

Reusable pattern:

Compare [option A] and [option B] for [decision context].

Use these criteria:
- [criterion 1]
- [criterion 2]
- [criterion 3]

Constraints:
- rely on [source standard]
- call out uncertainty
- do not recommend a winner until after the comparison

Output:
1. comparison table
2. short analysis of tradeoffs
3. recommendation for [specific user or use case]

This version is not just more specific. It captures the reusable bones of a serious compare task.

What makes a pattern actually reusable

A reusable pattern should be:

short enough to scan, specific enough to work, and flexible enough to adapt.

If it is too short, it becomes generic and forces you to reinvent the structure. If it is too specific, it turns into a one-off disguised as a template. If it is too elaborate, you will not use it in real work.

That is why small pattern libraries beat giant template graveyards. The goal is not coverage of every possible scenario. The goal is speed and reliability for the tasks you really repeat.

What a better operator does differently

A weaker user saves successful prompts exactly as they were used last time. A better operator extracts the pattern from the success.

They also group patterns by job, not by mood. Instead of a folder full of labels like 'good prompt 7' or 'email version better,' they keep categories like transform, compare, critique, plan, and extract. This makes the library searchable by work shape.

They also keep one short note with each pattern: when to use it, when not to use it, and which variables matter most. That small layer of judgment is what keeps a library useful.

Prompt block

Give me some prompt templates I can reuse.

Better prompt

Create 5 reusable prompt patterns for my work.

I mainly use ChatGPT for:
- rewriting
- explaining concepts
- comparing options
- planning projects
- turning messy notes into structured summaries

For each pattern, give me:
1. The job it is best for
2. A reusable prompt with placeholder slots in brackets
3. One common mistake
4. One sign I should choose a different workflow instead

Keep the prompts short enough that I would actually reuse them.

Why this works

The weak prompt asks for templates in the abstract. The stronger prompt ties patterns to real task shapes and adds scope notes.

That is important because a pattern library without usage guidance becomes clutter fast. The improved prompt also asks for bracketed placeholders, which encourages reusability rather than frozen copy.

In other words, it asks ChatGPT to help you build a system rather than a list.

Common mistakes
  • Saving overly specific prompts that cannot adapt to new work
  • Building a huge prompt library before identifying the task shapes you actually repeat
  • Treating patterns like rigid scripts instead of structured starting points
  • Saving patterns without notes about failure modes or better alternative workflows
  • Organizing patterns by topic instead of by job
Mini lab
  1. List the three ChatGPT task shapes you repeat most often.
  2. For each one, write a reusable pattern with bracketed placeholders.
  3. Add one note below each pattern: best use, common mistake, and when not to use it.
  4. Save the three patterns in one document you can actually find later.
  5. Use at least one of them within the next 24 hours and refine it after real use.

The refinement step matters. A prompt pattern becomes part of your system only after it survives real work.

Key takeaway

Reusable prompt patterns save time because they capture structure, not because they freeze wording. A small pattern library built around real task shapes is one of the fastest ways to become a calmer, better ChatGPT operator.