roi_projector
Project the return on investment from acting on diagnosis results. Quantify revenue leakage and recovery potential at three implementation levels.
Instructions
Project ROI from implementing diagnosis recommendations.
Shows the client exactly how much money they're leaving on the table and what they'd recover at different implementation levels. Numbers create urgency. Urgency creates action.
Use AFTER business_diagnose or action_plan.
Args: monthly_revenue: Current monthly revenue (any currency). revenue_leak_score: Business Health Score from diagnosis (0-100, higher = healthier). team_size: Number of employees. currency: Currency code (e.g. 'USD', 'COP', 'MXN', 'EUR'). lang: Language ('es' or 'en').
Returns: dict: ROI projections showing current leak estimate, recovery at 3 levels (DIY/hybrid/full), payback period, and 12-month projection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | es | |
| currency | No | USD | |
| team_size | No | ||
| monthly_revenue | No | ||
| revenue_leak_score | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||