From grimoire
Calculates break-even point in units and revenue using cost-volume-profit analysis. Helps model pricing, volume, and cost changes on profitability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grimoire:calculate-break-even-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Calculate the break-even point in units and revenue, and use cost-volume-profit (CVP) analysis to model the impact of pricing, volume, and cost changes on profitability.
Calculate the break-even point in units and revenue, and use cost-volume-profit (CVP) analysis to model the impact of pricing, volume, and cost changes on profitability.
Adopted by: CIMA (Chartered Institute of Management Accountants, 227,000+ members) includes CVP analysis as a core management accounting technique; Horngren's "Cost Accounting" is the most widely used cost accounting textbook globally (50+ years, 16 editions); used universally in business planning, pricing decisions, and feasibility analysis. Impact: Break-even analysis prevents 30–40% of small business failures attributable to insufficient understanding of the cost structure; pricing decisions informed by contribution margin analysis improve profitability by 10–25% vs. cost-plus pricing without CVP context. Why best: Break-even analysis is the simplest and most powerful tool for understanding the relationship between cost, volume, and profit — the three variables that determine whether a business is viable.
Sources: CIMA "Management Accounting" study material; Horngren, Datar & Rajan "Cost Accounting: A Managerial Emphasis" 16th ed. (2015); CVP analysis per AICPA management accounting guidelines.
Classify all costs as fixed or variable — Fixed costs: rent, salaries, insurance, depreciation, software subscriptions (do not change with volume). Variable costs: raw materials, direct labor, sales commissions, shipping (change in proportion to units produced/sold). Semi-variable costs: separate into fixed and variable components using the high-low method or regression analysis.
Calculate the Contribution Margin per unit — Contribution Margin (CM) per unit = Selling Price per unit − Variable Cost per unit. Example: $50 selling price − $20 variable cost = $30 CM per unit. This is the amount each unit contributes to covering fixed costs and profit.
Calculate the Contribution Margin Ratio (CMR) — CMR = Contribution Margin per unit ÷ Selling Price per unit, expressed as a percentage. Example: $30 ÷ $50 = 60% CMR. This tells you what percentage of each revenue dollar contributes to fixed costs and profit.
Calculate Break-Even Point in Units — BEP (units) = Total Fixed Costs ÷ Contribution Margin per unit. Example: $120,000 fixed costs ÷ $30 CM per unit = 4,000 units. This is the minimum sales volume to avoid a loss.
Calculate Break-Even Point in Revenue — BEP (revenue) = Total Fixed Costs ÷ Contribution Margin Ratio. Example: $120,000 ÷ 0.60 = $200,000 revenue. Alternatively: BEP units × Selling Price = 4,000 × $50 = $200,000.
Calculate the Margin of Safety — Margin of Safety = Actual (or Projected) Revenue − Break-Even Revenue. As a percentage: (Actual Revenue − BEP Revenue) ÷ Actual Revenue. A margin of safety below 15% signals high operational risk.
Model target profit scenarios — to achieve a target profit: Required Sales Units = (Fixed Costs + Target Profit) ÷ Contribution Margin per unit. Example: ($120,000 + $30,000 target profit) ÷ $30 CM = 5,000 units needed.
Perform sensitivity analysis — model the impact of: +10% selling price, −10% variable cost, +15% volume, +$20,000 fixed costs. Create a sensitivity table showing how each change affects BEP and profit. Identify which variable has the greatest impact.
Analyze operating leverage — Operating Leverage = Contribution Margin ÷ Operating Income. High operating leverage (high fixed/low variable cost structure) means small revenue increases produce large profit increases — but also that revenue decreases hit profit hard.
Apply to pricing and product mix decisions — use CMR to evaluate which products/services to prioritize; use BEP analysis to evaluate new pricing strategies; use CVP to assess the minimum volume needed to justify a new investment or hire.
npx claudepluginhub jeffreytse/grimoire --plugin grimoireCalculates break-even revenue and units by separating fixed and variable costs from financial transactions via spending_summary and transaction_search tools. Includes margin of safety and sensitivity analysis.
Builds monthly financial projections with scenario modeling (best/base/worst) for SaaS, e-commerce, service, or marketplace businesses. Covers revenue forecasting, unit economics (CAC, LTV, payback), break-even analysis, cash flow tracking, and churn modeling.
Calculates per-customer or per-transaction profitability metrics (LTV, CAC, payback period) to evaluate business model viability and scalability.