The Operator's Playbook: From Craft to Application
This track is not another pass at prompt theory — it's a job-function playbook. Eight lessons, each one loaded with 3-5 patterns you can run on today's actual work.
You already know what a well-formed prompt looks like, or you're willing to take it on faith for now and fix that later. Either way, that's not what's slowing you down on a Tuesday afternoon when you need a clean first draft of a client email, a synthesis of six competing research sources, or a premortem on a decision you're about to make in front of your boss.
What's slowing you down is that you're starting from a blank cursor every single time. You know AI can help. You don't have a pattern for the fifteen things you actually do at work, so you re-derive the prompt from scratch, get an okay result, and move on without banking the win.
This track exists to close that gap directly. It is not a second pass at prompt theory — Prompt Engineering Mastery already covers the craft: the four-component prompt model, chain-of-thought, system prompts, the eight foundational patterns (Persona, Template, ReAct, Critic, Refine, Scaffold, Extraction, Comparison). If you want to understand why a technique works, that track is where the depth lives, and this track will point you there whenever the "why" matters more than the "what."
How This Track Is Organized
Eight lessons, each scoped to a job function nearly everyone touches in a given week: writing and editing, research and synthesis, analysis and data reasoning, decision support, summarization and extraction, planning and project breakdown, learning and explanation, and iteration loops (the critique-and-refine discipline that makes every other pattern better over time). The ninth and final lesson is the capstone — you build a personal pattern library that captures the patterns you'll actually keep using.
The Pattern Format
Every job-function lesson in this track follows the same shape, so you always know what you're getting:
- The pattern — a named, reusable prompt structure with a concrete example, not an abstract description.
- When it works — the situation that pattern is built for.
- When it fails — the specific way it goes wrong, so you catch the failure before it costs you an afternoon.
- A BuildChallenge — most lessons include a small TypeScript exercise where you build a "prompt assembler" function that encodes the pattern's rules as validated code. This is not busywork: a pattern you can express as a function with required fields and validation is a pattern you actually understand, not one you're pattern-matching from memory.
That last point matters more than it sounds. A prompt pattern that lives only as prose in your head degrades every time you half-remember it under deadline pressure. A prompt pattern that lives as a small, testable function — even a simple one that just assembles a well-formed prompt string from validated inputs — is a pattern you can reuse exactly, every time, without re-deriving it.
Who This Track Is For
If you're a prompt engineer — someone who already writes prompts daily, whether or not you've formally studied the craft — and you want your Tuesday afternoon output to be measurably better by Friday, this track is built for exactly that. It assumes basic fluency with AI chat interfaces and does not re-explain what a large language model is (that lives in Getting Started).
If you find yourself wanting to know why a pattern works — the attention mechanism, the training dynamics, the theoretical grounding — every lesson in this track cross-references the relevant lesson in Prompt Engineering Mastery. Go deep there when the "why" is what you need; come back here when the "what do I run right now" is what you need.
Lesson Drill
Before Lesson 761, do this: write down the five AI tasks you did most recently at work. For each one, note whether you had a repeatable pattern for it or improvised from scratch. That list is your baseline — you'll revisit it in the capstone to measure how much of your recurring work now runs on a named, reusable pattern instead of a fresh start every time.
Bottom Line
Applied Prompt Patterns is the playbook half of a two-track pair. Prompt Engineering Mastery teaches you to build prompts from first principles; this track hands you the ready-to-adapt patterns organized by what your job actually requires this week. Eight job-function lessons, each with 3-5 patterns and their failure modes, capped by a capstone that turns the whole track into a library you keep. Next: writing and editing — the patterns for turning a rough draft into something you'd actually send.