Automation
AutomationWorkflow DesignNo-CodeNo-Code Automation Blueprint Writer
Turns a manual repetitive task into a full automation blueprint, including the failure path, before you touch a builder.
Best For
- •Solo operators automating their first repetitive task in Zapier or Make who don't know how to plan beyond the happy path.
- •Teams migrating a manual SOP into n8n who need the trigger and filters specified precisely enough that the automation doesn't run on the wrong data.
- •Anyone who's been burned by an automation that ran silently on bad data, who wants the failure case designed in from the start.
Prompt Template
Act as a workflow automation consultant. Help me turn this manual, repetitive task into a structured automation blueprint before I build it: [DESCRIBE THE TASK AND HOW OFTEN YOU DO IT MANUALLY]. Tools I have or am considering: [LIST TOOLS, e.g. Zapier, Make, n8n, plus the apps being connected]. Produce: 1) the exact trigger event that should start the automation, stated as something the tool can actually detect, not "when a new lead comes in" but "when a row is added to this specific sheet or view", 2) each step in order with the tool/app and action it performs, 3) at least one filter or conditional branch that prevents the automation from running on data it shouldn't touch, 4) what happens when a step fails, not just what happens when everything works, and 5) a manual override or kill switch so I can pause it without deleting it. Constraints: [VOLUME, BUDGET, OR COMPLIANCE LIMITS THAT SHOULD SHAPE THE DESIGN].
Pro Tip
Name the exact plan tier you're on when you ask about failure handling -- Zapier's automatic retry (Autoreplay) only retries failed steps up to 5 times over about 10 hours and is a Professional-plan-and-up feature, so a lower tier needs a different failure plan built in.
Example Output
A sample of what this prompt produces once you fill in the placeholders.
A blueprint for an invoice-reminder automation triggered specifically by an invoice's due date crossing today's date in a specific Airtable view, not any due date anywhere, with a filter excluding invoices already marked paid, a fallback that posts to a Slack channel if the email step fails twice, and a single Airtable checkbox that acts as the kill switch.
How to use this prompt
- Copy the prompt template using the button above.
- Paste it into your preferred AI assistant (ChatGPT, Claude, Gemini, etc.).
- Replace all bracketed placeholders like
[TOPIC]with your specific details. - Send the prompt and refine the output as needed.