AIPrompt Engineering

Turning a repeated task into an AI workflow: a practical playbook

Most professionals waste hours each week on tasks that follow the same pattern every time. This playbook shows you how to identify those tasks, convert them into structured AI workflows, and make the output reliable enough to actually use.

🎙️

Listen to the podcast

4 min

The average knowledge worker has a handful of tasks they do on repeat: summarising client calls, drafting status updates, reviewing contracts for missing clauses, formatting competitor analyses. These tasks are not creative work. They follow a predictable structure, draw on the same inputs each time, and produce outputs that look roughly the same from one instance to the next. That is precisely what makes them good candidates for an AI workflow, and precisely why most people still do them manually.

The barrier is not access to tools. Most professionals already have access to ChatGPT, Claude, Microsoft Copilot, or something equivalent through their employer. The barrier is the absence of a repeatable structure around the model. A one-off prompt typed fresh each time is not a workflow. It is just a more conversational version of the same manual task, with the added risk that slightly different phrasing produces noticeably different outputs.

How to build the workflow: a step-by-step sequence

Step 1: Pick one task, not a category

Do not start with "all my writing" or "my research process." Pick a single, bounded task you do at least weekly. A strong candidate has three properties: the inputs are consistent (same type of document, same data source), the output has a recognisable format, and the quality threshold is clear enough that you would know within 90 seconds whether the result is usable.

A consulting analyst reviewing client meeting notes to produce a summary with action items fits this profile well. So does a procurement manager extracting key terms from supplier contracts. A content marketer repurposing a blog post into a LinkedIn summary is another clean example.

Step 2: Document the task as if training a junior hire

Before touching any AI tool, write down exactly what you do when you complete this task well. Include the input format, what you look for, what a good output contains, and any edge cases you handle differently. This is the single step most people skip, and it explains why their prompts stay vague.

If you cannot write a one-page description of the task, you do not understand it well enough to systematise it yet. Spend 20 minutes doing this before writing a single prompt.

Step 3: Write a structured system prompt

Your system prompt is the standing instruction the model follows every time. It is distinct from the variable input (the meeting notes, the contract, the article) that you drop in per run. A solid system prompt covers four things: the role the model plays, the format of the output, the criteria for a good result, and explicit constraints (what to exclude, what not to invent).

Here is a rough template for the meeting summary task: "You are a business analyst. Your job is to read a set of raw meeting notes and produce a structured summary. The summary must include: a one-sentence purpose of the meeting, a bulleted list of decisions made, a numbered list of action items with owner names and deadlines if mentioned, and any open questions. Do not add context that is not in the notes. If an owner or deadline is not mentioned, write 'not specified.'"

Test this prompt on five real past examples before declaring it done. Look for failures, not successes.

Step 4: Build the handoff, not just the prompt

A workflow implies a repeatable input, not a prompt you re-type each time. This means setting up a consistent way to feed data to the model. Options range from a simple shared document template (paste notes here, run prompt) to a more structured integration using tools like Zapier, Make, or a custom GPT with a fixed system prompt. The right choice depends on volume and technical appetite.

For most non-technical professionals, a custom GPT in ChatGPT or a saved "project" in Claude works fine. The model retains the system prompt; you paste in the variable input. That is a workflow, not just a chat.

Step 5: Add a quality gate before the output leaves your hands

The most common failure mode is treating AI output as finished work. Build in a 2-minute review step with specific things to check. For the contract review task, that might be: confirm that every flagged clause has a section reference, confirm that no clause was invented or paraphrased inaccurately, check the output against the original for any omissions. Write the checklist down. Over time you will spot systematic errors in the model's behaviour and can refine the prompt accordingly.

Pitfalls and how to avoid them

The first pitfall is scope creep in the prompt. Professionals tend to keep adding instructions as they encounter edge cases. Prompts that exceed 600 words often start contradicting themselves, and the model starts averaging across conflicting instructions rather than following any of them cleanly.

The second is inconsistent inputs. If the meeting notes are sometimes structured and sometimes a stream of consciousness, the prompt will need to handle both, which is harder than standardising the input format upstream. Solve the input problem first.

The third is assuming the workflow is stable once it works. Models get updated. ChatGPT-4o and Claude Sonnet behave differently across versions, and a prompt calibrated for one version may produce subtly worse output after an update. Schedule a quarterly check where you re-run five test cases and compare against your quality threshold.

Finally, watch for tasks that look repetitive but are not. Competitive intelligence synthesis, for example, has consistent structure but requires genuine judgment about what matters. AI can draft it; it cannot reliably make the editorial call. Know the difference.

Quick wins to start this week

  • Pick one task you did at least three times last week and write the one-page description from Step 2, nothing else.
  • Pull the last five outputs from that task and identify what they all have in common structurally. That structure becomes your output format in the system prompt.
  • Set up a custom GPT or Claude project and run your prompt on one real example before optimising anything.
  • Schedule 30 minutes at the end of next month to re-run three test cases and check whether output quality has drifted.

The compounding value of this approach is not speed on any single task. It is the accumulation of reliable, reviewable, improvable processes across your work. A workflow you can audit and refine is worth far more than a shortcut you cannot explain.

Finished reading?

Validate your read to earn XP and feed your radar.