What you will take away from this lesson
You spend an hour with the agent on a real question. You ask for the 2024 sales numbers with a year-over-year comparison, then you ask it to annotate the chart with US public holidays, then you remember the regional storms that closed stores that spring and you ask it to mark those too. Three times you nudge the wording. On the fourth pass the report is exactly right, and you send it to the board.
Three weeks later you need the same report for a different period. None of the rigor you put in the first time is written down anywhere you can run again. This article is about the thing that fixes that, and about why it is a different thing from the knowledge the agent already saves on your behalf.
Learning Objectives
- 01Separate two things teams often blur: institutional knowledge (what your organization knows, captured as memory and insights) and a specialized procedure (how one particular job gets done, captured as a prompt).
- 02Recognize the report that is worth saving as a prompt: one you went back and forth on, that carried real annotations and gotchas, and that you will want again without redoing the rigor.
- 03See why a prompt is the operating-procedure layer of an AI workflow, the SOP your team keeps so the next run starts from the version that already works.
- 04Know what the prompt captures that a saved insight does not, and what an insight captures that a prompt should not.
Where this series sits
The 300 series taught the mechanics of the prompt object: the fields, the arguments, the scopes, and what re-running one does. This series assumes that and asks a different question. Not how does a prompt work, but when is the right thing to make, and how does a team run on prompts the way it runs on written procedures.
400 Series: Prompts as SOPs
- 401Prompts are the new SOPsThe difference between what your organization knows (memory and insights) and how one specialized job gets done (a prompt). When a perfect report is a recipe worth keeping, not institutional knowledge.
- 402Letting the agent write the promptThe agent that just did the work is the best author of the prompt that repeats it. It still holds the gotchas, the tool order, and the values worth turning into arguments. You review the draft, then save it.
- 403Sharing prompts, and closing the loop with feedbackHand a prompt to one teammate by email, or promote it to a whole role through the admin review queue. Then let feedback threads tell you what to fix, and fold the good corrections back into the catalog.
- 404Running prompts, by hand and on a scheduleRun a saved prompt at the keyboard three ways, or on a cadence using your agent’s own scheduling: an in-session loop, headless plus cron, a desktop task, or a cloud routine. Scheduling lives in the agent, not Plexara.
The 400 series builds on the prompt mechanics from 308. If the words prompt, argument, and scope are new, read that first.
The agent already saves knowledge. This is not that.
During that hour, a good agent was doing more than answering. When you told it that the spring storms closed specific stores, that is the kind of correction a Plexara agent captures as an insight for an administrator to review and, if it holds, promote into the catalog. When you told it your team counts revenue net of next-period returns, that becomes durable knowledge every future session inherits. This is real, and it is covered in the 200 series. It is also not the thing you are missing three weeks later.
What you are missing is the procedure: the particular sequence of pulls, comparisons, annotations, and presentation choices that turned a blank prompt into a board-ready report. That is not a fact about your business. It is a way of doing one job. It deserves its own home, and it has one.
Two kinds of durable output, two different homes
Institutional knowledge
- What it is
- A fact about your business that is true regardless of which report you are building. It belongs to the organization, not to a task.
- For example
- "Revenue excludes returns booked in the following period." "The Southwest region includes Texas." "Store 412 was a remodel in Q2 and its numbers are not comparable."
- Where it lives
- Saved as memory and as reviewed insights, then promoted into the data catalog so every future session inherits it.
A specialized procedure
- What it is
- The exact steps, sources, and presentation choices that produced one particular deliverable. It belongs to the job, not to the whole company.
- For example
- "Pull the year-over-year cut, annotate with US public holidays, mark the spring storm closures, save it as a dashboard named for the period."
- Where it lives
- Saved as a prompt: a named instruction template with arguments, runnable again by you or a teammate.
The knowledge side is covered in 206. This series is about the procedure side. The mistake worth avoiding is filing one as the other: a storm closure that affected one chart is not a permanent business fact, and “revenue excludes returns” is not a step in a single report.
The rigor was the asset
It is tempting to think the report was the output and the conversation was just the means. The opposite is closer to true. The report is a snapshot of one period. The conversation, specifically the corrections you made on each pass, is the reusable part. Look at what the final version actually encoded.
What the fourth-pass report actually carried
The year-over-year comparison was a join you had to get right: this period against the same period a year earlier, aligned on the calendar, not on row order.
The US public holiday annotations came from a specific source and a specific list. You picked which holidays mattered and which were noise.
The spring storm closures were not in any dataset the agent could find on its own. You told it which stores and which dates, and that context only existed in your head.
The final shape, an interactive dashboard named for the period rather than a wall of chat, was a choice you made on the third pass after the first two outputs were not shareable.
Every one of these was a decision, and most of them were corrections of an earlier attempt. That accumulated judgment is the asset. Write it down as a prompt and the next run starts from the fourth pass instead of the first.

Why this is a standard operating procedure
Every operations team that survives a key person leaving has learned the same lesson: the way a job is done has to live somewhere other than one person’s head. The standard operating procedure is the artifact that holds it. It is boring on purpose. It is the steps, in order, with the gotchas called out, so the next person produces the same quality without rediscovering the path.
A saved prompt is that artifact for work you do with the agent. The report you went back and forth on was a procedure being discovered in real time. Saving it as a prompt is writing the procedure down. The difference between a team that does this and one that does not is the difference between starting next month’s report from the version that already works and starting it from a blank prompt and a fading memory.
Not every good session is a procedure
The discipline cuts both ways. A one-off question you will never ask again is not a procedure, and saving it as a prompt just clutters the list everyone scans. A genuinely new business fact you discovered is knowledge, and filing it as a step inside one report buries it where the next report cannot find it. The test is simple: will you, or someone on your team, want to run this same shape of job again with different inputs. If yes, it is a procedure, and it is a prompt. If it is a fact that should change how every job runs, it is knowledge, and it belongs in memory or an insight.
The report from the opening is a clean yes. You will want the year-over-year, holiday-annotated, closure-marked sales view again, for the next period and probably for a different region. The shape is stable; the inputs change. That is the exact signature of something worth saving as a prompt.
You do not have to write it yourself
There is one more reason teams skip this step: writing a good prompt by hand, after the fact, is its own chore. You would be reconstructing an hour of decisions from memory. The next article removes that chore entirely.
Key terms
Four terms anchor the series. The first two are the distinction this article is built on; the last two are the analogy it runs on.
Key Terms
- Prompt
- A saved, named instruction template with arguments that you or a teammate can run again. In this series, the unit that captures how a specialized job gets done.
- Institutional knowledge
- Facts about your business that hold across tasks, captured as memory and reviewed insights and promoted into the data catalog. Covered in 206. Distinct from a prompt.
- Specialized procedure
- The steps and choices that produced one deliverable: the sources, the comparison, the annotations, the output shape. The thing a prompt is for.
- SOP
- Standard operating procedure. The everyday-business name for a written-down, repeatable way of doing a job. The analogy this series runs on: a prompt is the SOP for an AI-run procedure.
