adm_calculate_roi
adm_calculate_roiUtilityWrites to roi_modelsCalculate ROI for a given seat count and scenario (conservative, base, aggressive). Persists to MongoDB when accountId is provided.
How to Invoke
Cursor:
/adm-roi [seats] [avg_salary] [account]β No MCP requiredCLI:
adm roi <name> [--seats <n>] [--dev-cost <n>]MCP: When MCP is enabled, ask in natural language (e.g. βResearch Adobeβ) and the AI invokes
adm_calculate_roiRelationships
Feeds from: adm_account_research (for avg_salary)
Feeds into: adm_expansion_plan, adm_presentation_scaffold, adm_success_story
When to Useβ
Use after account research to model ROI for a deployment. Pass accountId to persist the model for use by adm_presentation_scaffold, adm_expansion_plan, and adm_success_story.
Inputsβ
| Parameter | Type | Required | Description |
|---|---|---|---|
| seats | number | Yes | Target developer seat count |
| scenario | string | No | conservative | base | aggressive (default: base) |
| accountId | string | No | Account slug to persist the model |
Outputβ
ROI multiple, payback period (months), and savings breakdown (productivity, bug remediation, onboarding).
Persistenceβ
πroi_modelswrites
CLIβ
adm roi <name> [--seats <n>] [--dev-cost <n>] [--velocity <n>] [--no-scenarios] [--no-save]
Referenceβ
See ROI Formulas for the underlying formulas.