Identify automation opportunities and design workflows for Zapier, Make, n8n, or custom scripts.
Purpose
Find the highest-ROI automation opportunities in your business and design the workflows. Focus on eliminating categories of manual work, not just individual tasks.
Workflow
Step 1: Audit Current Processes
What tasks do you or your team repeat weekly?
What involves copying data between tools?
Where do things fall through the cracks?
What tools/apps does your business use?
Step 2: Prioritize by Impact
Score each candidate:
Time saved per week (hours)
Error reduction potential
Revenue impact (direct or indirect)
Implementation complexity (easy/medium/hard)
Prioritize: High impact + Easy implementation first.
Step 3: Design the Workflow
For each automation:
Trigger: What starts the workflow
Steps: What happens in sequence
Conditions: If/then logic
Output: What's the end result
Error handling: What happens when it fails
Step 4: Tool Recommendation
Based on complexity:
Zapier: Simple, low-code, wide integrations
Make (Integromat): More complex logic, better pricing
n8n: Self-hosted, developer-friendly
Custom script: When no-code won't cut it
Step 5: Implementation Guide
Step-by-step setup instructions for the chosen tool.
Don't automate broken processes — fix the process first
Always include error handling and failure notifications
Note ongoing costs for automation platforms
Recommend starting simple and iterating
1---2name: automation-workflows3description: Automation Workflows4license: MIT5---67# Automation Workflows89Identify automation opportunities and design workflows for Zapier, Make, n8n, or custom scripts.1011## Purpose1213Find the highest-ROI automation opportunities in your business and design the workflows. Focus on eliminating categories of manual work, not just individual tasks.1415## Workflow1617### Step 1: Audit Current Processes18- What tasks do you or your team repeat weekly?19- What involves copying data between tools?20- Where do things fall through the cracks?21- What tools/apps does your business use?2223### Step 2: Prioritize by Impact24Score each candidate:25- Time saved per week (hours)26- Error reduction potential27- Revenue impact (direct or indirect)28- Implementation complexity (easy/medium/hard)2930Prioritize: High impact + Easy implementation first.3132### Step 3: Design the Workflow33For each automation:34- Trigger: What starts the workflow35- Steps: What happens in sequence36- Conditions: If/then logic37- Output: What's the end result38- Error handling: What happens when it fails3940### Step 4: Tool Recommendation41Based on complexity:42- **Zapier:** Simple, low-code, wide integrations43- **Make (Integromat):** More complex logic, better pricing44- **n8n:** Self-hosted, developer-friendly45- **Custom script:** When no-code won't cut it4647### Step 5: Implementation Guide48Step-by-step setup instructions for the chosen tool.4950## Output Format51```markdown52## Automation Audit: [Business/Process]5354### Opportunities Identified55| # | Task | Time/Week | Impact | Complexity | Priority |56|---|------|-----------|--------|------------|----------|57| 1 | ... | Xh | High | Easy | Do first |5859### Workflow: [Name]60**Trigger:** [What starts it]61**Steps:**621. [Step]632. [Step]64**Tool:** [Recommended platform]6566### Implementation Guide67[Step-by-step setup]68```6970## Constraints71- Don't automate broken processes — fix the process first72- Always include error handling and failure notifications73- Note ongoing costs for automation platforms74- Recommend starting simple and iterating
Run npx skillmds@latest add mfwarren/automation-workflows in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Automation Workflows It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
mfwarren (@mfwarren) published this skill. Their other Agent Skills are listed on their SkillMD profile.