Automate a repeatable task in small steps https://patrickz.ai/learn/automate-a-repeatable-task/ OUTCOME Turn a manual task into a reviewable draft workflow with a fallback. YOU NEED Three fictional examples of the same task and a chat assistant. A spreadsheet is enough for the first version. 1. Write the manual recipe List the input, decisions, output and exceptions. Use a task such as turning meeting notes into a draft action list. Do it manually once. 2. Standardize the output Define fields such as action, owner, due date and source sentence. Use unknown for missing information. Keep the original input attached. 3. Test three cases Try a normal note, one with missing dates and one with conflicting owners. Compare with your manual answer before adding tool connections. 4. Add a review boundary Let the system prepare a draft. Require a person to check it before sending messages or changing another system. Record failure and provide the original manual route. PROMPT Design a draft-only workflow for [task]. Manual steps: [steps]. Example inputs: [examples]. Specify the input/output fields, missing-data rules, three tests, review point and manual fallback. Do not send messages or modify external records. EXAMPLE / EXPERIMENT An action list saying “owner unknown” invites a useful clarification. Assigning the action to the first name in the transcript creates false certainty. CHECK YOUR RESULT [ ] Three different inputs produce reviewable drafts. [ ] Exceptions remain visible. [ ] The workflow has a clear human decision before external action. IF IT FAILS If you cannot explain the manual task, do not automate it yet. If the draft needs more correction than doing it yourself, simplify the output or improve the input. MY RESULT / NEXT CHANGE