Most people ops folks use AI like a search engine.
One question in, one answer out.
This is fine sometimes, but it adds little value to your work.
The real change in your outcomes happens when you learn how to ask well, how to build a sequence, and how to challenge what comes back.
That's what separates someone who plays with AI from someone who thinks and designs with it.
This guide takes you through the whole arc:
<aside> π§
How to use this guide
YOUR LEARNING ARC
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββ βββββββββββββββ βββββββββββββββ βββββββββββββββ
**β Section 1 βββββΆβ Section 2 βββββΆβ Section 3 βββββΆβ Section 4 β**
β Prompt β β Prompt β β Critical β β People Ops β
β Eng. 101 β β Chaining β β Thinking β β Prompt β
β β β β β Prompts β β Library β
βββββββββββββββ βββββββββββββββ βββββββββββββββ βββββββββββββββ
**FOUNDATION** **SEQUENCING** **CHALLENGE** **APPLICATION**
"Ask well" "Build on it" "Stress-test" "Use it daily"
<aside> π
Prompt engineering is the practice of writing inputs to AI that produce useful, reliable, context-aware outputs. It is not about memorising magic phrases. It is about learning how to communicate clearly with a system that knows nothing about your situation unless you tell it.
</aside>
Every good prompt draws on some combination of these five elements. You don't need all five every time. But knowing they exist means you can deliberately choose what to include.
| Building Block | What it does | Example snippet |
|---|---|---|
| Role | Sets the AI's perspective and expertise level | "Act as a senior People Business Partnerβ¦" |
| Context | Gives the AI the background it doesn't have | "We're a 200-person SaaS company with 15% annual attritionβ¦" |
| Task | Tells it what you actually need | "Draft a 90-day onboarding improvement planβ¦" |
| Constraints | Sets the boundaries: format, tone, length | "Keep it under 500 words. Use bullet points. No jargon." |
| Output spec | Defines the exact shape of what comes back | "Return a table with columns: Action, Owner, Timeline, Success Metric" |
<aside> β
Weak prompt
"Give me some ideas for improving our onboarding."
<aside> β
Strong prompt
"Act as a senior People Ops leader at a 200-person tech company. Our 90-day onboarding has a 30% early attrition rate. Draft 5 specific, actionable improvements. For each, include the problem it solves, implementation effort (low/med/high), and expected impact on retention. Format as a table."
</aside>