Start by listing every repetitive task you do weekly or more frequently. Don't try to automate everything at once. Focus on tasks that happen the same way every time.
Good automation candidates: New lead comes in → check if company size matches ICP → if yes, assign to sales rep → send welcome email → create task for follow-up call. This happens identically for every lead. The logic is consistent, the steps are repeatable.
Bad automation candidates: Prospect responds to outreach → read their response → craft personalised reply based on their specific concerns → send reply. This requires judgement and customisation every time. Don't automate this.
For each process, document: trigger (what starts the process), steps (what happens in order), decisions (if X then Y, if Z then A), and output (what's the end result). Use simple flowchart format or numbered list.
Example process map for lead assignment: Trigger: form submission on website. Step 1: Extract company name and size from form. Step 2: Check if company size is 100-1,000 employees (ICP match). Decision: If yes, continue. If no, send to nurture queue. Step 3: Check if company is in finance or healthcare industry (priority sectors). Decision: If yes, assign to senior rep. If no, assign to standard rep. Step 4: Create contact record in CRM. Step 5: Send assignment notification to rep. Step 6: Send welcome email to lead. Step 7: Create follow-up task for rep (due in 2 hours). Output: Lead assigned, welcomed, task created.
That's 7 steps with 2 decision points. Takes 5 minutes manually per lead. If you get 200 leads/month, that's 1,000 minutes (16.7 hours) spent on repetitive assignment.