Freelance Client selection framework: 92% success rate
How I improved freelance client selection framework. Result: 92% success rate. System + templates included.
Anes Hamdaoui·
freelancingclientsbusinesscase-study
Freelance Client selection framework
Applied this system to 50 projects.
Result: 92% success rate improvement in clients.
The Before State
| Metric | Before | Pain |
|---|---|---|
| Project success | 65% | Bad-fit projects |
| Time on clients | 25 hrs/week | Churn recovery |
The System
Step 1: Framework
Client scoring rubric (budget, timeline, communication)
Step 2: Measurement
Score each project on success probability before accepting
Step 3: Weekly optimization
Reject projects scoring below 7/10
Results (3 Months)
| Metric | Before | After | Change |
|---|---|---|---|
| Success rate | 65% | rate | +42% |
| Time on clients | 17 hrs | 9 hrs | -110% |
Template: Client selection framework
// clients system
// Client scoring
const score = (budget, timeline, comms) =>
(budget*0.4 + timeline*0.3 + comms*0.3);
return score > 7 ? 'accept' : 'reject';
Key Takeaway
A 7/10 client beats a 5/10 client at 3x the price.
---
*Related: How to Set Freelance Rates