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

Break Even Analysis

skill-adamriofc-indonesian-business-agent-skills-break-even-analysis · by adamriofc

Compute break-even units, break-even revenue, contribution margin, and margin of safety with the deterministic break-even engine.

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

Install

$ agentstack add skill-adamriofc-indonesian-business-agent-skills-break-even-analysis

✓ 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-adamriofc-indonesian-business-agent-skills-break-even-analysis)

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 Break Even Analysis? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Break-Even Analysis

Determines the sales level where revenue exactly covers fixed plus variable costs — the baseline for pricing and target setting.

Formulas (engines/break-even.js)

  • Contribution Margin = Price − Variable Cost per unit.
  • Contribution Margin Ratio = CM ÷ Price.
  • Break-Even Units = Fixed Costs ÷ CM.
  • Break-Even Revenue = Units × Price.
  • Margin of Safety = Actual Revenue − Break-Even Revenue.

Multi-Product Note

For multi-product cases, use the weighted-average contribution margin (weights = sales mix composition); the result is an approximation — valid only if the mix stays constant.

Scope & Safety

  • Use for: minimum selling price, sales targets, evaluating fixed costs (rent, admin salaries).
  • Do not use for: multi-period profit analysis (assumes constant price & costs), or production decisions with limited capacity without constraints.
  • Main assumptions: constant price, linear variable costs, all units sold — state the assumptions when presenting.
  • The engine throws when price ≤ variable cost (non-positive contribution margin) — that signals an infeasible model, not an error.

Hybrid Execution Model

Pass fixedCosts, pricePerUnit, variableCostPerUnit, actualRevenue to engines/break-even.js; present the 5 outputs plus interpretation. Trust Envelope: risk LOW, as_of assumption date.

Worked Example

Input: fixed 20 million/month, price 25.000, variable cost 15.000, actual revenue 60 million. Output: CM = 10.000; Ratio = 0.40; BEP = 20 million ÷ 10.000 = 2,000 units = 50 million; Margin of Safety = 60 − 50 = 10 million (16.7% above BEP — a thin margin; be cautious when revenue declines).

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.