AI

Writing a good prompt is a management skill.

It turns out the best prompt writers are often the best managers, because both jobs are about giving clear instructions, enough context, and a definition of done. If you can brief a person well, you can brief a model well. Here is how to translate the skill.

I have watched two kinds of people sit down with a capable model and get wildly different results from the same tool. One walks away frustrated, convinced the thing is overhyped. The other walks away with a draft that would have taken a junior analyst half a day. The difference is almost never technical. The person getting good work out of the model is, more often than not, a person who has spent years getting good work out of people. Prompt writing rewards the exact muscle that good management builds.

This is the part that surprises engineers. We expected prompt engineering to be a programming discipline, full of syntax tricks and clever tokens. In practice the best prompts read like a clear assignment handed to a competent colleague: here is the goal, here is the context you need, here is what done looks like, and here is the format I want it back in. If you can brief a person well, you already hold most of the skill. The job now is to translate it.

A prompt is a brief, not a spell

The unproductive mental model is that a prompt is an incantation. You hunt for the magic phrasing that flips the model into genius mode, and when the output disappoints you blame the wording. That framing keeps people poking at the surface. The productive model is older and more boring: a prompt is a brief. The same things that make a brief good for a human make it good for a model.

Think about what happens when you hand a new hire a vague task. You say "clean up the onboarding doc" and you get back something that is technically a cleaned-up doc and completely not what you meant. The fault was yours. You knew the doc was too long for executives, that it should lead with the security section, and that legal had flagged two lines. You held all of that in your head and shipped none of it across. A model fails the same way and for the same reason. It cannot read the context you forgot to write down.

The fix in both cases is the same discipline. Before you ask for the work, force yourself to answer the questions a sharp person would ask back: who is this for, what does success look like, what should I avoid, and what does the finished thing look like. Good managers answer those out of habit. That habit is most of prompt writing.

The four things every good instruction carries

When I coach people on prompt writing for ai at work, I do not start with the model. I start with the structure of a good instruction, because it is identical whether the recipient is a person or a system. There are four parts, and weak prompts are almost always missing two or three of them.

  • Goal. What outcome are we actually after, stated as an outcome and not an activity. "Summarize this" is an activity. "Give me a three-line summary a busy VP can act on" is an outcome.
  • Context. The facts the recipient cannot infer. Audience, constraints, history, the thing you know and they do not. This is where most prompts die of starvation.
  • Constraints. The guardrails. Length, tone, what to leave out, what must be true. Managers call these standards. Models call them the same thing.
  • Definition of done. What the finished output looks like, ideally with a format. A table, three bullets, a draft email, valid JSON. Ambiguity here is where good work goes to die.

Notice that none of these are about the model. They are about you deciding what you want clearly enough to say it. The model just exposes how often we skip that step with people too and get away with it because people fill the gaps for us.

Context is the part you keep skipping

If I had to name the single largest gap between a mediocre prompt and an excellent one, it is context. People give the model a task and almost none of the situation. Then they are surprised it produces something generic, because generic is the only honest answer to a question with no specifics in it.

The managers I respect are relentless about context. They do not say "handle the client call." They say "this client churned once before, they care about response time more than price, and the last email from them was annoyed, so lead with the fix and keep it short." That is the same payload a strong prompt needs. The model has no access to your last six months. Whatever you do not write, it does not know.

Example: Instead of "write a follow-up to this lead," try "write a follow-up to this lead. They are a 40-person agency, they asked specifically about the contracts and e-signature workflow, the call went well, and our advantage over their current tool is that everything lives in one place. Keep it under 120 words, friendly but not casual, and end with one clear next step." The second version is not cleverer. It is just managed.

Feedback is iteration, not restart

Here is where management instinct pays off twice. When a person hands you work that is 70 percent right, you do not fire them and rewrite the brief from scratch. You give targeted feedback: this section is too long, the tone is off here, you missed the security angle. The same loop is the fastest path with a model. Most people throw away the whole prompt and start over when they should be saying "good, now make the second paragraph more direct and cut the closing."

Treating the model as a colleague you are coaching, rather than a slot machine you keep pulling, changes the ai productivity math entirely. You build on what worked. You correct what did not. And you learn, just as you do with a new report, what you need to specify up front next time so you do not have to correct it again. The best prompts in our company are not written, they are edited into shape over a few cycles, exactly like the best briefs.

Why this is good news for managers

There is a quiet anxiety among experienced people that ai rewards a skill they do not have. The opposite is closer to true. The scarce skill in getting value from these tools is not coding. It is the ability to think clearly about an outcome, supply the right context, set standards, and give crisp feedback. That is the literal job description of a good manager, and it is hard-won. People spend a decade learning to delegate well. That decade transfers.

We built Ask Atlas inside Atlas on exactly this assumption. The people who get the most out of it are not the most technical, they are the clearest. They tell it what they want the way they would brief a sharp colleague who happens to have read everything and remembers nothing about their specific situation unless told. If your prompts are not landing, do not go looking for tricks. Go back to the brief, and ask whether you would have given a new hire enough to succeed. Usually the answer, and the fix, is right there.

F

Farhan

Farhan is the solo builder of wrxstack. He designs, writes, and ships Atlas and Portfolio on his own, and writes here about product, engineering, careers, and the craft of building software as one person.