Prompt engineering was typing better sentences into a box. It is over. The unit of work is now a plan: an interview, a product plan in your words, a build plan for the AI, and a Definition of Done you can tick. A vague plan gets you average AI slop. A precise plan gets you a system.
Prompts are dead. For two years the craft was prompt engineering: typing a better sentence into a box and hoping. That is over. The model is good enough that the sentence no longer matters; what matters is the plan behind it. The unit of work is now a plan, and the quality of the plan is the quality of the output. Vague plan, average AI slop. Precise plan, a system that runs.
Everyone has more ideas than they can ship. The constraint is never ideas. The constraint is the discipline to break ideas into things that can ship in a week, hold yourself accountable to that timeline, and resist the constant pull to expand scope mid-build.
This is the protocol that turns I have an idea into I shipped a working feature on Friday. Without it, the four agents chase shiny things, the project never finishes, and three months later you have a half-built mess instead of a working system.
For two years the craft was prompt engineering: a better sentence in the box, a clever persona, a magic phrase. That era is over. The model is good enough that the sentence is no longer where the leverage is. The leverage is in the plan behind the sentence: what exactly is being built, in what order, and how you will know it is done.
So you stop writing prompts and start writing plans. You do not even write the plan; you answer questions and the PM agent writes it. Vague plan, average AI slop. Precise plan, a system that runs every day. You direct, AI writes.
Every plan starts as a workflow decomposed. The PM agent asks these five, one at a time, about the business you already know. Done well, this turns a vague job into a shippable process. Done badly, you get a Zapier flow nobody understands.
The constraint on shipping is never ideas. The constraint is the discipline to break ideas into something a team can finish in a week. Four levels, in order.
These rules are unfashionable. Project management tools want you to skip them. Skip them and you spend the next quarter recovering.
You do not write the plan. You answer questions, and the PM agent writes it. One question at a time, in plain English, about the business you already know. Then it produces two files, and the split between them is the whole trick.
The PM agent's job is to enforce this discipline so you do not have to. It refuses to start epic 2 until epic 1 is closed. It refuses to break down epic 3 until epic 2 is started. It is the part of you that holds the line when you are tempted to chase shiny things.
Pick a real project of yours that is currently shapeless. Open Claude Code with the PM agent. You will answer questions, not write.
Tell the PM agent: "Interview me, one question at a time, about what we are building, who it is for, and what has to be true in ninety days to call it a win. Then write Working Files/product-plan.md." Answer in your own words. Ten questions is plenty.
Each one a single line: "Lead capture", "Admin dashboard", "Email nurture", "Stripe billing", etc. Order them by what unblocks the most downstream work.
Three sentences max. The when-this-is-shipped-a-user-can sentence. The data-flow sentence. The UI sentence. Save as docs/product/epics/01-[name].md.
Tell the PM agent: "Add a Definition of Done to product-plan.md: five to eight things I can check with my own eyes on the live site." If a line cannot be checked, rewrite it until it can.
Tell the PM agent: "Write docs/plans/build-1-plan.md for epic 1: ordered steps, a visible check per step, under two pages." Read it. If you cannot follow it, the developer agent cannot either.
The discipline of stopping at a paragraph for the rest is the lesson. You will know more about epics 2 to 6 by the time you finish epic 1. Premature breakdown is wasted breakdown.
A product plan in your words, a Definition of Done you can tick, and a build plan the AI can execute. Epics 2 to 6 intentionally left as one-liners. You have a plan you can actually build from, and a way to know when it is done.
You never write a prompt. You answer the PM agent's questions about your real business for twenty minutes and walk out with a product plan, a build plan, and a Definition of Done. Then you build small against it before lunch.