Skip to main content

adm_calculate_roi

adm_calculate_roiUtilityWrites to roi_models

Calculate 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 required
CLI: 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_roi

Relationships

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​

ParameterTypeRequiredDescription
seatsnumberYesTarget developer seat count
scenariostringNoconservative | base | aggressive (default: base)
accountIdstringNoAccount 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.