Operations Optimizer
Expert operations optimization system that helps you analyze workflows, eliminate inefficiencies, automate repetitive tasks, and drive operational excellence. This skill provides structured frameworks for process improvement, automation, and productivity optimization based on Lean, Six Sigma, and modern operations management principles.
Operational excellence is the foundation of scalable growth. This skill helps you identify bottlenecks, streamline workflows, reduce waste, and free up resources for higher-value work. Whether you're scaling a startup or optimizing an enterprise, this provides the analytical rigor and practical frameworks to achieve more with less.
Built on proven methodologies from Lean Manufacturing, Six Sigma, Theory of Constraints, and agile operations, this skill combines process mapping, data analysis, and automation strategies to transform operational performance.
Core Workflows
Workflow 1: Process Discovery & Mapping
Document current state and identify improvement opportunities
Process Identification
- List all core business processes:
- Revenue processes: Lead gen, sales, onboarding, delivery
- Support processes: Customer service, billing, renewals
- Internal processes: Hiring, IT, procurement, finance
- Prioritize by:
- Impact on customer (high customer touchpoints = priority)
- Frequency (daily processes vs. quarterly)
- Pain level (high frustration or error rate)
- Resource consumption (time, cost, people)
Process Mapping (As-Is)
Document current process flow:
- Swimlane Diagram: Shows steps and responsible parties
- Lanes: Departments or roles
- Boxes: Activities/tasks
- Arrows: Flow and decision points
- Diamonds: Decision gates
- Value Stream Map: Shows flow of materials and information
- Process steps
- Wait times between steps
- Value-add vs. non-value-add time
- Inventory/queue buildup points
Data Collection
For each process, measure:
- Cycle Time: Start to finish duration
- Touch Time: Actual work time (vs. wait time)
- Error Rate: Defects or rework frequency
- Volume: Throughput (units processed per period)
- Cost: Labor hours × hourly rate + overhead
- Utilization: % of capacity used
Pain Point Identification
Common process issues:
- Bottlenecks: Steps that slow everything down
- Manual handoffs: Data re-entry, emails back and forth
- Wait times: Approvals, dependencies, queues
- Rework: Errors requiring correction
- Redundancy: Duplicate work or checks
- Tribal knowledge: Undocumented steps, single point of failure
Workflow 2: Root Cause Analysis
Diagnose underlying causes, not symptoms
5 Whys Technique
Ask "Why?" five times to get to root cause:
- Problem: Customer onboarding takes 30 days
- Why? Contract signature is slow
- Why? Legal review takes 2 weeks
- Why? Legal is backlogged
- Why? All contracts go through 1 lawyer
- Why? No templated contracts or approval tiers
- Root Cause: Lack of standardized contracts and delegated approval
Fishbone Diagram (Ishikawa)
Categorize potential causes:
- People: Skills, training, staffing levels
- Process: Workflow design, handoffs, approvals
- Technology: Tools, systems, integrations
- Materials: Inputs, data quality, availability
- Environment: Workspace, culture, policies
- Measurement: Metrics, feedback loops, visibility
Pareto Analysis (80/20 Rule)
- Identify the 20% of causes driving 80% of problems
- Prioritize fixing high-impact issues
- Example: 3 error types cause 80% of customer complaints
Data-Driven Diagnosis
- Track metrics over time (trend analysis)
- Segment by team, customer type, product
- Identify patterns and outliers
- Validate hypotheses with A/B tests
Workflow 3: Process Optimization & Redesign
Redesign processes for efficiency and quality
Lean Principles
Eliminate Waste (7 Wastes of Lean)
- Waiting: Delays between steps (approvals, handoffs)
- Solution: Parallel processing, delegation, automation
- Overproduction: Creating more than needed
- Solution: Just-in-time, pull systems
- Transportation: Moving items/data unnecessarily
- Solution: Co-locate teams, integrate systems
- Overprocessing: Doing more than customer values
- Solution: Simplify, remove unnecessary checks
- Inventory: Excess work-in-progress or backlog
- Solution: Reduce batch sizes, balance flow
- Motion: Unnecessary movement of people
- Solution: Workspace optimization, ergonomics
- Defects: Errors requiring rework
- Solution: Error-proofing (poka-yoke), quality at source
Value Stream Focus
- Classify each step: Value-add vs. Non-value-add
- Value-add: Customer willing to pay for (core work)
- Non-value-add but necessary: Approvals, compliance
- Pure waste: Eliminate entirely
Process Redesign Tactics
Eliminate
- Remove unnecessary steps, approvals, handoffs
- Challenge sacred cows: "We've always done it this way"
- Ask: Does this step add value to the customer?
Simplify
- Reduce complexity, fewer decision points
- Standardize (use templates, playbooks)
- Consolidate (combine steps, batch similar work)
Automate
- Use technology to eliminate manual work
- RPA (Robotic Process Automation) for repetitive tasks
- Workflow automation (Zapier, Make, custom code)
- Self-service (customer portals, chatbots)
Parallelize
- Do steps concurrently instead of sequentially
- Example: Legal and finance review at same time
Optimize Sequence
- Front-load decision points (fail fast)
- Batch similar tasks (context switching waste)
- Balance workload across team
Theory of Constraints
- Identify the bottleneck (slowest step)
- Exploit: Get maximum output from bottleneck
- Subordinate: Align all other steps to bottleneck capacity
- Elevate: Increase bottleneck capacity (add resources)
- Repeat: Find next constraint and optimize
Standard Operating Procedures (SOPs)
- Document optimized process step-by-step
- Include: Purpose, steps, decision trees, screenshots
- Version control and regular updates
- Train team and measure adherence
Workflow 4: Automation Strategy
Identify and implement automation opportunities
Automation Candidates
Prioritize processes that are:
- High volume: Happens frequently (daily/weekly)
- Rule-based: Clear logic, not requiring judgment
- Manual: Currently done by humans
- Error-prone: Mistakes are common
- Time-consuming: Takes significant effort
Automation Spectrum
Low-Code/No-Code
- Zapier/Make: Connect apps, trigger workflows
- Airtable/Notion: Database automation, buttons
- Google Sheets: Scripts, formulas
- Email rules: Auto-sort, forward, label
- Chatbots: Customer support, FAQs
- Forms: Auto-populate CRM, trigger notifications
Medium Complexity
- RPA Tools: UiPath, Automation Anywhere (desktop automation)
- API Integrations: Custom connections between systems
- Workflow Platforms: Workato, Tray.io
- Custom Scripts: Python, JavaScript for data processing
High Complexity
- AI/ML Models: Predictive analytics, classification
- Custom Software: Built for specific workflow
- ERP/Enterprise Systems: End-to-end business automation
Automation ROI Calculation
Annual Time Saved = (Time per Task × Tasks per Year)
Cost Saved = (Annual Hours Saved × Hourly Rate)
Automation Cost = (Build Cost + Annual Subscription)
ROI = (Cost Saved - Automation Cost) / Automation Cost
Payback Period = Automation Cost / Annual Cost Saved
Example:
- Task: Data entry from emails to CRM
- Time per task: 5 minutes
- Tasks per year: 1,000
- Annual time saved: 5,000 minutes = 83 hours
- Hourly rate: $30
- Cost saved: $2,500/year
- Automation cost: $500 build + $200/year subscription = $700
- ROI: ($2,500 - $700) / $700 = 257%
- Payback: 3.4 months
Automation Implementation
- Start small: Pilot with one process
- Test thoroughly: Edge cases, error handling
- Monitor: Track success rate, failures
- Iterate: Refine based on real usage
- Document: How it works, how to maintain
- Train: Ensure team knows when to use/override
Workflow 5: Continuous Improvement Culture
Embed operational excellence into company DNA
Kaizen (Continuous Improvement)
- Daily Improvement: Everyone empowered to suggest changes
- Gemba Walks: Leaders observe work firsthand
- Kaizen Events: Focused improvement sprints (3-5 days)
- Suggestion System: Capture and act on ideas
Measurement & Metrics
- Leading Indicators: Predict future performance
- Process adherence, error rate, cycle time
- Lagging Indicators: Measure results
- Customer satisfaction, revenue, profit
- Operational Dashboards: Real-time visibility
- Review Cadence: Daily huddles, weekly reviews, monthly deep-dives
PDCA Cycle (Plan-Do-Check-Act)
- Plan: Identify improvement, develop hypothesis
- Do: Implement change on small scale (pilot)
- Check: Measure results vs. expected
- Act: Standardize if successful, adjust if not, repeat
Change Management
- Communicate why: Share data, pain points, vision
- Involve team: Get input on solutions
- Pilot and learn: Don't roll out untested changes
- Train thoroughly: Ensure new process is understood
- Celebrate wins: Recognize improvements
- Make it stick: Update SOPs, systems, metrics
Operational Reviews
- Weekly Ops Review (30-60 min):
- Review KPIs (cycle time, quality, volume)
- Identify blockers and exceptions
- Prioritize improvements
- Monthly Process Review:
- Deep-dive on key processes
- Trend analysis
- Automation opportunities
- Quarterly Strategic Review:
- Assess operational maturity
- Set improvement OKRs
- Resource planning
Quick Reference
| Action |
Command/Trigger |
| Map process |
"Create process map for [workflow]" |
| Identify bottleneck |
"Find bottleneck in [process]" |
| Root cause analysis |
"Run 5 Whys for [problem]" |
| Automation candidates |
"List processes to automate" |
| Calculate ROI |
"ROI for automating [task]" |
| Efficiency metrics |
"Track metrics for [process]" |
| Waste analysis |
"Identify waste in [workflow]" |
| SOP creation |
"Write SOP for [process]" |
| Optimization plan |
"Optimize [process]" |
| Kaizen event |
"Plan improvement sprint for [area]" |
Best Practices
Process Improvement
- Start with high-impact: Fix biggest pain points first
- Measure before and after: Prove improvement with data
- Involve the doers: People doing the work know the issues
- Keep it simple: Don't over-engineer solutions
- Iterate: Small improvements compound over time
Automation
- Automate stable processes first: Don't automate broken processes
- Start with quick wins: Build momentum with easy automations
- Document before automating: Understand current state fully
- Handle exceptions: Build in error handling and escalation
- Monitor actively: Automation can fail silently
Change Management
- Communicate early and often: Explain why, what, how
- Train thoroughly: Ensure team is competent and confident
- Pilot first: Test changes before full rollout
- Feedback loops: Listen and adjust based on reality
- Leadership buy-in: Change fails without executive support
Metrics & Visibility
- Track leading indicators: Predictive, actionable
- Real-time dashboards: Make data visible to all
- Trend analysis: Spot patterns and anomalies
- Benchmark: Compare to industry standards, past performance
- Act on data: Metrics without action are vanity
Common Pitfalls to Avoid
- Automating broken processes: Fix process first, then automate
- Over-optimizing: Perfection is the enemy of good (diminishing returns)
- Analysis paralysis: Endless planning, no action
- Top-down mandates: Ignoring frontline input
- No measurement: Can't prove improvement without data
- One-time effort: Improvement is continuous, not a project
- Technology first: Solve with process before buying tools
- Ignoring culture: People resist change without buy-in
Process Optimization Examples
Sales Process:
- Before: 15-step manual process, 45-day cycle
- After: Automated lead routing, templated proposals, e-signatures
- Impact: 30-day cycle, 50% reduction in admin time
Customer Onboarding:
- Before: Email-based, manual data entry, 14 days to activate
- After: Self-service portal, API integrations, guided setup
- Impact: 3 days to activate, 80% self-serve
Expense Approvals:
- Before: Email approval chain, lost receipts, 2-week cycle
- After: Expensify app, automated rules, manager approval
- Impact: 3-day cycle, 90% reduction in errors
Invoice Processing:
- Before: Manual entry from PDFs, 30 min/invoice
- After: OCR extraction, auto-match to PO, exception handling
- Impact: 5 min/invoice (83% time savings)
Key Metrics to Track
Efficiency Metrics:
- Cycle time (start to finish)
- Touch time (actual work vs. wait)
- Throughput (units per period)
- Utilization rate (% of capacity)
- Cost per transaction
Quality Metrics:
- Error rate (defects per 100 units)
- Rework rate (% requiring correction)
- First-pass yield (% done right first time)
- Customer complaints
Productivity Metrics:
- Revenue per employee
- Output per labor hour
- Automation rate (% of tasks automated)
- Process adherence (% following SOP)
Improvement Metrics:
- Number of improvements implemented
- Average time from idea to implementation
- Employee suggestions submitted
- Improvement ROI
Tools & Resources
Process Mapping:
- Lucidchart: Flowcharts, swimlanes
- Miro: Collaborative diagramming
- Draw.io: Free diagramming tool
Automation:
- Zapier/Make: No-code workflow automation
- UiPath: RPA platform
- Airtable: Database automation
- Python/JavaScript: Custom scripting
Project Management:
- Asana/Monday: Process improvement projects
- Jira: Agile process management
- Notion: SOPs and documentation
Analytics:
- Google Analytics: Website process flows
- Mixpanel: Product usage analytics
- Tableau/Looker: Operational dashboards
Methodologies:
- Lean Six Sigma training and certification
- Theory of Constraints (Eli Goldratt's "The Goal")
- Process Mining tools (Celonis, UiPath Process Mining)
Operational Maturity Model
Level 1: Chaotic
- No documented processes
- Firefighting daily
- High variability in outcomes
Level 2: Reactive
- Some documentation exists
- Inconsistent execution
- Ad-hoc improvements
Level 3: Defined
- Processes documented
- Training provided
- Standard metrics tracked
Level 4: Managed
- Data-driven improvements
- Automation in place
- Continuous improvement culture
Level 5: Optimized
- Proactive and predictive
- Highly automated
- Innovation embedded
Goal: Progress one level at a time, focus on foundational capabilities before optimizing.
1---2name: operations-optimizer3description: Streamline business operations, eliminate inefficiencies, automate workflows, and improve productivity4---5
6# Operations Optimizer
7
8Expert operations optimization system that helps you analyze workflows, eliminate inefficiencies, automate repetitive tasks, and drive operational excellence. This skill provides structured frameworks for process improvement, automation, and productivity optimization based on Lean, Six Sigma, and modern operations management principles.
9
10Operational excellence is the foundation of scalable growth. This skill helps you identify bottlenecks, streamline workflows, reduce waste, and free up resources for higher-value work. Whether you're scaling a startup or optimizing an enterprise, this provides the analytical rigor and practical frameworks to achieve more with less.
11
12Built on proven methodologies from Lean Manufacturing, Six Sigma, Theory of Constraints, and agile operations, this skill combines process mapping, data analysis, and automation strategies to transform operational performance.
13
14## Core Workflows
15
16### Workflow 1: Process Discovery & Mapping
17**Document current state and identify improvement opportunities**
18
191. **Process Identification**
20 - List all core business processes:
21 - **Revenue processes**: Lead gen, sales, onboarding, delivery
22 - **Support processes**: Customer service, billing, renewals
23 - **Internal processes**: Hiring, IT, procurement, finance
24 - Prioritize by:
25 - Impact on customer (high customer touchpoints = priority)
26 - Frequency (daily processes vs. quarterly)
27 - Pain level (high frustration or error rate)
28 - Resource consumption (time, cost, people)
29
302. **Process Mapping (As-Is)**
31 Document current process flow:
32 - **Swimlane Diagram**: Shows steps and responsible parties
33 - Lanes: Departments or roles
34 - Boxes: Activities/tasks
35 - Arrows: Flow and decision points
36 - Diamonds: Decision gates
37 - **Value Stream Map**: Shows flow of materials and information
38 - Process steps
39 - Wait times between steps
40 - Value-add vs. non-value-add time
41 - Inventory/queue buildup points
42
433. **Data Collection**
44 For each process, measure:
45 - **Cycle Time**: Start to finish duration
46 - **Touch Time**: Actual work time (vs. wait time)
47 - **Error Rate**: Defects or rework frequency
48 - **Volume**: Throughput (units processed per period)
49 - **Cost**: Labor hours × hourly rate + overhead
50 - **Utilization**: % of capacity used
51
524. **Pain Point Identification**
53 Common process issues:
54 - **Bottlenecks**: Steps that slow everything down
55 - **Manual handoffs**: Data re-entry, emails back and forth
56 - **Wait times**: Approvals, dependencies, queues
57 - **Rework**: Errors requiring correction
58 - **Redundancy**: Duplicate work or checks
59 - **Tribal knowledge**: Undocumented steps, single point of failure
60
61### Workflow 2: Root Cause Analysis
62**Diagnose underlying causes, not symptoms**
63
641. **5 Whys Technique**
65 Ask "Why?" five times to get to root cause:
66 - Problem: Customer onboarding takes 30 days
67 - Why? Contract signature is slow
68 - Why? Legal review takes 2 weeks
69 - Why? Legal is backlogged
70 - Why? All contracts go through 1 lawyer
71 - Why? No templated contracts or approval tiers
72 - **Root Cause**: Lack of standardized contracts and delegated approval
73
742. **Fishbone Diagram (Ishikawa)**
75 Categorize potential causes:
76 - **People**: Skills, training, staffing levels
77 - **Process**: Workflow design, handoffs, approvals
78 - **Technology**: Tools, systems, integrations
79 - **Materials**: Inputs, data quality, availability
80 - **Environment**: Workspace, culture, policies
81 - **Measurement**: Metrics, feedback loops, visibility
82
833. **Pareto Analysis (80/20 Rule)**
84 - Identify the 20% of causes driving 80% of problems
85 - Prioritize fixing high-impact issues
86 - Example: 3 error types cause 80% of customer complaints
87
884. **Data-Driven Diagnosis**
89 - Track metrics over time (trend analysis)
90 - Segment by team, customer type, product
91 - Identify patterns and outliers
92 - Validate hypotheses with A/B tests
93
94### Workflow 3: Process Optimization & Redesign
95**Redesign processes for efficiency and quality**
96
971. **Lean Principles**
98
99 **Eliminate Waste (7 Wastes of Lean)**
100 - **Waiting**: Delays between steps (approvals, handoffs)
101 - Solution: Parallel processing, delegation, automation
102 - **Overproduction**: Creating more than needed
103 - Solution: Just-in-time, pull systems
104 - **Transportation**: Moving items/data unnecessarily
105 - Solution: Co-locate teams, integrate systems
106 - **Overprocessing**: Doing more than customer values
107 - Solution: Simplify, remove unnecessary checks
108 - **Inventory**: Excess work-in-progress or backlog
109 - Solution: Reduce batch sizes, balance flow
110 - **Motion**: Unnecessary movement of people
111 - Solution: Workspace optimization, ergonomics
112 - **Defects**: Errors requiring rework
113 - Solution: Error-proofing (poka-yoke), quality at source
114
115 **Value Stream Focus**
116 - Classify each step: Value-add vs. Non-value-add
117 - Value-add: Customer willing to pay for (core work)
118 - Non-value-add but necessary: Approvals, compliance
119 - Pure waste: Eliminate entirely
120
1212. **Process Redesign Tactics**
122
123 **Eliminate**
124 - Remove unnecessary steps, approvals, handoffs
125 - Challenge sacred cows: "We've always done it this way"
126 - Ask: Does this step add value to the customer?
127
128 **Simplify**
129 - Reduce complexity, fewer decision points
130 - Standardize (use templates, playbooks)
131 - Consolidate (combine steps, batch similar work)
132
133 **Automate**
134 - Use technology to eliminate manual work
135 - RPA (Robotic Process Automation) for repetitive tasks
136 - Workflow automation (Zapier, Make, custom code)
137 - Self-service (customer portals, chatbots)
138
139 **Parallelize**
140 - Do steps concurrently instead of sequentially
141 - Example: Legal and finance review at same time
142
143 **Optimize Sequence**
144 - Front-load decision points (fail fast)
145 - Batch similar tasks (context switching waste)
146 - Balance workload across team
147
1483. **Theory of Constraints**
149 - Identify the bottleneck (slowest step)
150 - **Exploit**: Get maximum output from bottleneck
151 - **Subordinate**: Align all other steps to bottleneck capacity
152 - **Elevate**: Increase bottleneck capacity (add resources)
153 - **Repeat**: Find next constraint and optimize
154
1554. **Standard Operating Procedures (SOPs)**
156 - Document optimized process step-by-step
157 - Include: Purpose, steps, decision trees, screenshots
158 - Version control and regular updates
159 - Train team and measure adherence
160
161### Workflow 4: Automation Strategy
162**Identify and implement automation opportunities**
163
1641. **Automation Candidates**
165 Prioritize processes that are:
166 - **High volume**: Happens frequently (daily/weekly)
167 - **Rule-based**: Clear logic, not requiring judgment
168 - **Manual**: Currently done by humans
169 - **Error-prone**: Mistakes are common
170 - **Time-consuming**: Takes significant effort
171
1722. **Automation Spectrum**
173
174 **Low-Code/No-Code**
175 - **Zapier/Make**: Connect apps, trigger workflows
176 - **Airtable/Notion**: Database automation, buttons
177 - **Google Sheets**: Scripts, formulas
178 - **Email rules**: Auto-sort, forward, label
179 - **Chatbots**: Customer support, FAQs
180 - **Forms**: Auto-populate CRM, trigger notifications
181
182 **Medium Complexity**
183 - **RPA Tools**: UiPath, Automation Anywhere (desktop automation)
184 - **API Integrations**: Custom connections between systems
185 - **Workflow Platforms**: Workato, Tray.io
186 - **Custom Scripts**: Python, JavaScript for data processing
187
188 **High Complexity**
189 - **AI/ML Models**: Predictive analytics, classification
190 - **Custom Software**: Built for specific workflow
191 - **ERP/Enterprise Systems**: End-to-end business automation
192
1933. **Automation ROI Calculation**
194 ```
195 Annual Time Saved = (Time per Task × Tasks per Year)
196 Cost Saved = (Annual Hours Saved × Hourly Rate)
197 Automation Cost = (Build Cost + Annual Subscription)
198 ROI = (Cost Saved - Automation Cost) / Automation Cost
199 Payback Period = Automation Cost / Annual Cost Saved
200 ```
201
202 Example:
203 - Task: Data entry from emails to CRM
204 - Time per task: 5 minutes
205 - Tasks per year: 1,000
206 - Annual time saved: 5,000 minutes = 83 hours
207 - Hourly rate: $30
208 - Cost saved: $2,500/year
209 - Automation cost: $500 build + $200/year subscription = $700
210 - ROI: ($2,500 - $700) / $700 = 257%
211 - Payback: 3.4 months
212
2134. **Automation Implementation**
214 - Start small: Pilot with one process
215 - Test thoroughly: Edge cases, error handling
216 - Monitor: Track success rate, failures
217 - Iterate: Refine based on real usage
218 - Document: How it works, how to maintain
219 - Train: Ensure team knows when to use/override
220
221### Workflow 5: Continuous Improvement Culture
222**Embed operational excellence into company DNA**
223
2241. **Kaizen (Continuous Improvement)**
225 - **Daily Improvement**: Everyone empowered to suggest changes
226 - **Gemba Walks**: Leaders observe work firsthand
227 - **Kaizen Events**: Focused improvement sprints (3-5 days)
228 - **Suggestion System**: Capture and act on ideas
229
2302. **Measurement & Metrics**
231 - **Leading Indicators**: Predict future performance
232 - Process adherence, error rate, cycle time
233 - **Lagging Indicators**: Measure results
234 - Customer satisfaction, revenue, profit
235 - **Operational Dashboards**: Real-time visibility
236 - **Review Cadence**: Daily huddles, weekly reviews, monthly deep-dives
237
2383. **PDCA Cycle (Plan-Do-Check-Act)**
239 - **Plan**: Identify improvement, develop hypothesis
240 - **Do**: Implement change on small scale (pilot)
241 - **Check**: Measure results vs. expected
242 - **Act**: Standardize if successful, adjust if not, repeat
243
2444. **Change Management**
245 - **Communicate why**: Share data, pain points, vision
246 - **Involve team**: Get input on solutions
247 - **Pilot and learn**: Don't roll out untested changes
248 - **Train thoroughly**: Ensure new process is understood
249 - **Celebrate wins**: Recognize improvements
250 - **Make it stick**: Update SOPs, systems, metrics
251
2525. **Operational Reviews**
253 - **Weekly Ops Review** (30-60 min):
254 - Review KPIs (cycle time, quality, volume)
255 - Identify blockers and exceptions
256 - Prioritize improvements
257 - **Monthly Process Review**:
258 - Deep-dive on key processes
259 - Trend analysis
260 - Automation opportunities
261 - **Quarterly Strategic Review**:
262 - Assess operational maturity
263 - Set improvement OKRs
264 - Resource planning
265
266## Quick Reference
267
268| Action | Command/Trigger |
269|--------|-----------------|
270| Map process | "Create process map for [workflow]" |
271| Identify bottleneck | "Find bottleneck in [process]" |
272| Root cause analysis | "Run 5 Whys for [problem]" |
273| Automation candidates | "List processes to automate" |
274| Calculate ROI | "ROI for automating [task]" |
275| Efficiency metrics | "Track metrics for [process]" |
276| Waste analysis | "Identify waste in [workflow]" |
277| SOP creation | "Write SOP for [process]" |
278| Optimization plan | "Optimize [process]" |
279| Kaizen event | "Plan improvement sprint for [area]" |
280
281## Best Practices
282
283### Process Improvement
284- **Start with high-impact**: Fix biggest pain points first
285- **Measure before and after**: Prove improvement with data
286- **Involve the doers**: People doing the work know the issues
287- **Keep it simple**: Don't over-engineer solutions
288- **Iterate**: Small improvements compound over time
289
290### Automation
291- **Automate stable processes first**: Don't automate broken processes
292- **Start with quick wins**: Build momentum with easy automations
293- **Document before automating**: Understand current state fully
294- **Handle exceptions**: Build in error handling and escalation
295- **Monitor actively**: Automation can fail silently
296
297### Change Management
298- **Communicate early and often**: Explain why, what, how
299- **Train thoroughly**: Ensure team is competent and confident
300- **Pilot first**: Test changes before full rollout
301- **Feedback loops**: Listen and adjust based on reality
302- **Leadership buy-in**: Change fails without executive support
303
304### Metrics & Visibility
305- **Track leading indicators**: Predictive, actionable
306- **Real-time dashboards**: Make data visible to all
307- **Trend analysis**: Spot patterns and anomalies
308- **Benchmark**: Compare to industry standards, past performance
309- **Act on data**: Metrics without action are vanity
310
311## Common Pitfalls to Avoid
312
313- **Automating broken processes**: Fix process first, then automate
314- **Over-optimizing**: Perfection is the enemy of good (diminishing returns)
315- **Analysis paralysis**: Endless planning, no action
316- **Top-down mandates**: Ignoring frontline input
317- **No measurement**: Can't prove improvement without data
318- **One-time effort**: Improvement is continuous, not a project
319- **Technology first**: Solve with process before buying tools
320- **Ignoring culture**: People resist change without buy-in
321
322## Process Optimization Examples
323
324**Sales Process:**
325- **Before**: 15-step manual process, 45-day cycle
326- **After**: Automated lead routing, templated proposals, e-signatures
327- **Impact**: 30-day cycle, 50% reduction in admin time
328
329**Customer Onboarding:**
330- **Before**: Email-based, manual data entry, 14 days to activate
331- **After**: Self-service portal, API integrations, guided setup
332- **Impact**: 3 days to activate, 80% self-serve
333
334**Expense Approvals:**
335- **Before**: Email approval chain, lost receipts, 2-week cycle
336- **After**: Expensify app, automated rules, manager approval
337- **Impact**: 3-day cycle, 90% reduction in errors
338
339**Invoice Processing:**
340- **Before**: Manual entry from PDFs, 30 min/invoice
341- **After**: OCR extraction, auto-match to PO, exception handling
342- **Impact**: 5 min/invoice (83% time savings)
343
344## Key Metrics to Track
345
346**Efficiency Metrics:**
347- Cycle time (start to finish)
348- Touch time (actual work vs. wait)
349- Throughput (units per period)
350- Utilization rate (% of capacity)
351- Cost per transaction
352
353**Quality Metrics:**
354- Error rate (defects per 100 units)
355- Rework rate (% requiring correction)
356- First-pass yield (% done right first time)
357- Customer complaints
358
359**Productivity Metrics:**
360- Revenue per employee
361- Output per labor hour
362- Automation rate (% of tasks automated)
363- Process adherence (% following SOP)
364
365**Improvement Metrics:**
366- Number of improvements implemented
367- Average time from idea to implementation
368- Employee suggestions submitted
369- Improvement ROI
370
371## Tools & Resources
372
373**Process Mapping:**
374- Lucidchart: Flowcharts, swimlanes
375- Miro: Collaborative diagramming
376- Draw.io: Free diagramming tool
377
378**Automation:**
379- Zapier/Make: No-code workflow automation
380- UiPath: RPA platform
381- Airtable: Database automation
382- Python/JavaScript: Custom scripting
383
384**Project Management:**
385- Asana/Monday: Process improvement projects
386- Jira: Agile process management
387- Notion: SOPs and documentation
388
389**Analytics:**
390- Google Analytics: Website process flows
391- Mixpanel: Product usage analytics
392- Tableau/Looker: Operational dashboards
393
394**Methodologies:**
395- Lean Six Sigma training and certification
396- Theory of Constraints (Eli Goldratt's "The Goal")
397- Process Mining tools (Celonis, UiPath Process Mining)
398
399## Operational Maturity Model
400
401**Level 1: Chaotic**
402- No documented processes
403- Firefighting daily
404- High variability in outcomes
405
406**Level 2: Reactive**
407- Some documentation exists
408- Inconsistent execution
409- Ad-hoc improvements
410
411**Level 3: Defined**
412- Processes documented
413- Training provided
414- Standard metrics tracked
415
416**Level 4: Managed**
417- Data-driven improvements
418- Automation in place
419- Continuous improvement culture
420
421**Level 5: Optimized**
422- Proactive and predictive
423- Highly automated
424- Innovation embedded
425
426Goal: Progress one level at a time, focus on foundational capabilities before optimizing.