I started last year with the wrong idea about prompts. I treated them like a spell. The right words in the right order, and the model would do what I wanted. So I kept tinkering with sentences, as if there were one perfect phrasing I had not yet found.
That is not how it works. A short Anthropic video pointed me somewhere else: the prompting playbook. The idea is almost too simple to write down. You do not write the prompt yourself. You ask Claude to write it.
How it works
Say you are building a tool that turns tasting notes into short social posts. The old approach: type an instruction yourself, test it, feel let down, move some words around, try again. Hours of work on something that still rattles.
The playbook flips that. You describe to Claude what the tool should do, who it is for, what input it takes and what output it should produce. Then you ask: write a complete prompt for this. Not one line. A structured block that fixes the tone, the shape of the output, the edge cases.
What you get back is better than what I would type myself. Not because the model understands my work better than I do, but because it is better at structure. It does not skip the boring parts. It remembers the empty input, the answer that runs too long, the wrong format.
Then you test. You run real examples through it, you see where it breaks, and you hand those failures back to Claude with a request to adjust the prompt. You build the prompt the way you build software: in rounds, based on what breaks.
A prompt is not text, it is an agreement
The biggest shift is not in the technique. It is in how you look at a prompt. Not as a message you send, but as a part of your system. A living document that grows with what you build.
I recognize this from building this site. The instructions I work with are no longer one-off finds. They are fixed, they are maintained, they change when the work changes. That makes a prompt closer to an agreement than a piece of text. This is what the tool does, this is what it does not, this is what the result looks like.
Where it goes wrong
Two things I want to say plainly, because the video sells it a little too smoothly.
First: a prompt that Claude writes for you reads strikingly confident. Everything is laid out neatly, in full sentences, with the right terms. That feels like quality. But confident text is not working text. I fell for it a few times: adopted a prompt because it sounded right, and only found out during real testing that it missed half my edge cases. The polish is a trap, not a guarantee.
Second: prompts wear out. You build something, it works, you leave it alone. Three months later your tool has changed, your data is different, your audience has shifted, and the prompt is still exactly the same. Nobody notices, because it does not fail loudly. It just slowly gets worse. That mirrors the pattern I see in AI projects that stall: the problem is not the failure you can see, but the quiet decay that nobody tracks.
That is also the limit of the playbook. Claude can write the prompt. Claude can improve it when you point out the failures. But deciding what is good enough, and keeping an eye on whether it still is, stays human work. The model takes over the typing. Not the judgment.
What I keep from it
I no longer write my prompts by hand. I describe the problem, let Claude draft the first version, and work from there. It saves time, and it gives better structure than I would come up with on my own.
But I now treat that prompt as what it is: a part of the system that needs maintenance. Not a spell you say correctly once, but an agreement you keep adjusting. That is slower than a magic word. It is also the only thing that keeps working.
