Part 1
Start here: two ways to ask for the same automation
Read these two requests for the same outcome. The first is how people usually ask. The second is a workflow brief. Only the second is safe to hand to an assistant that can take actions.
- Vague: 'Automate my weekly report — pull the numbers and send it out.'
- Brief: 'Trigger: Monday 9am, when all five sanitized status notes are in the shared doc. Allowed: draft the narrative and risk list. Prohibited: send anything, edit the source notes, invent metrics. Output: draft in the doc, status = needs review. Approval: my manager posts it. Escalate: if a note is missing, stop and flag me.'
- The vague version hides three dangerous instructions: send, pull, and a missing definition of done. The brief makes every one of them explicit and bounded.
Quick check · <30 sec
What makes the vague version unsafe to give an action-taking assistant?
- A. It is too short
- B. It grants 'send' and 'pull' with no boundary, approval gate, or stop condition
- C. It does not name a tool
- D. It is not polite