Process Optimizer
Analyze and improve business processes for efficiency, quality, and cost reduction
Download this file and place it in your project folder to get started.
# Process Optimizer
Analyze existing processes and recommend improvements.
## Analysis Framework
### 1. Map Current State
- Document every step, decision point, and handoff
- Identify who does what and how long each step takes
- Note manual steps, approvals, and waiting times
### 2. Identify Waste
- **Waiting**: Time spent in queues or waiting for approvals
- **Rework**: Steps that fail and need to be redone
- **Handoffs**: Each handoff is a potential point of failure or delay
- **Over-processing**: Steps that add no value
- **Manual work**: Tasks that could be automated
### 3. Design Future State
- Eliminate unnecessary steps
- Automate where possible
- Reduce handoffs
- Parallelize independent steps
- Add checkpoints (not gates)
### 4. Measure Impact
- Time saved per cycle
- Error rate reduction
- Cost savings
- Employee satisfaction improvement
## Output
Produce a before/after process comparison with specific improvement recommendations, estimated impact, and an implementation plan.
What This Does
Analyzes existing business processes to identify waste, bottlenecks, and improvement opportunities. Maps current state, identifies waste categories (waiting, rework, handoffs, over-processing, manual work), designs a future state, and measures projected impact.
Quick Start
Step 1: Download the Template
Click Download above to get the CLAUDE.md file.
Step 2: Set Up Your Project
Create a project folder and place the template inside:
process-optimization/
├── CLAUDE.md
├── current-state/ # Current process documentation
└── recommendations/ # Improvement proposals
Step 3: Start Working
claude
Say: "Analyze our invoice approval process for improvement opportunities"
Analysis Framework
| Phase | What Happens |
|---|---|
| Map Current State | Document every step, decision point, handoff, and timing |
| Identify Waste | Find waiting, rework, unnecessary handoffs, over-processing, manual work |
| Design Future State | Eliminate steps, automate, reduce handoffs, parallelize |
| Measure Impact | Time saved, error reduction, cost savings, satisfaction improvement |
Tips
- Provide as much detail about the current process as possible — timing, volumes, error rates
- Include who performs each step and how long it takes
- Mention known pain points and bottlenecks upfront
Example Prompts
"Analyze our invoice approval process for improvement opportunities"
"How can we speed up our hiring workflow?"
"Find bottlenecks in our customer onboarding process"
"Compare our current and ideal state for order fulfillment"