AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Roi Estimator

skill-mohitagw15856-pm-claude-skills-roi-estimator · by mohitagw15856

Estimate the ROI, payback, and NPV of an investment, project, or purchase. Use when asked to calculate ROI, build a business case, justify a purchase/initiative, work out payback period, or compare options by return. Produces a computed ROI summary (net benefit, ROI %, payback, simple NPV) with the assumptions made explicit and a sensitivity note, so a business case is defensible.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-mohitagw15856-pm-claude-skills-roi-estimator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-mohitagw15856-pm-claude-skills-roi-estimator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Roi Estimator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ROI Estimator Skill

Every "should we spend on this?" decision needs a defensible number. This skill estimates the return — ROI %, payback period, and a simple NPV that accounts for the time value of money — from costs and expected benefits, with the assumptions stated and a sensitivity check, so a business case survives the first sceptical question instead of collapsing.

Required Inputs

Ask for these only if they aren't already provided:

  • Costs — upfront cost, and any ongoing/recurring cost (per period).
  • Benefits — the expected gain per period (revenue uplift, cost saved, time saved × loaded rate). Quantify; if it's an estimate, say so.
  • Time horizon — over how many periods to evaluate (e.g. 3 years).
  • Discount rate — for NPV (default ~10%); state it.

Output Format

ROI: [investment]

1. The numbers (via the helper):

| Metric | Value | |---|---| | Total cost (over horizon) | | | Total benefit (over horizon) | | | Net benefit | | | ROI % | | | Payback period | | | Simple NPV (@ discount rate) | |

2. The verdict — worth it / marginal / no, in one line, and against what bar (e.g. beats the discount-rate hurdle, payback within tolerance).

3. Assumptions — list them explicitly. The benefit is usually the soft number — flag it, and give a conservative / expected / optimistic range rather than a single point.

4. Sensitivity — the one assumption the conclusion hinges on, and at what value the decision flips.

Programmatic Helper

scripts/roi.py (stdlib only) computes ROI, payback, and NPV:

# in.json: {"upfront_cost":50000,"recurring_cost":2000,"benefit_per_period":18000,"periods":36,"discount_rate_annual":0.1,"period":"month"}
python3 scripts/roi.py in.json
python3 scripts/roi.py in.json --json

Quality Checks

  • [ ] Costs include recurring/ongoing, not just upfront
  • [ ] NPV is computed (time value of money), not just raw ROI
  • [ ] Benefits are given as a range (conservative/expected/optimistic), not a single optimistic point
  • [ ] Every assumption is listed explicitly
  • [ ] A sensitivity note names the assumption the verdict hinges on and its flip point

Anti-Patterns

  • [ ] Do not ignore ongoing costs — a low upfront, high-recurring option can lose to a pricier one-time buy
  • [ ] Do not present a single benefit number as fact — it's the softest input; give a range and flag it
  • [ ] Do not skip discounting for multi-year cases — $1 in year 3 isn't $1 today
  • [ ] Do not bury the assumptions — a business case is only as credible as its stated inputs
  • [ ] Do not omit payback — a great 5-year ROI with a 4-year payback may still be too slow to fund

Based On

Business-case / capital-budgeting practice — ROI, payback period, NPV, and assumption sensitivity.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.