一键导入
break-even-scenario-modeller
Model break-even under multiple scenarios — sensitivity to price, volume, and cost — with CVP graph spec and runway-impact analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Model break-even under multiple scenarios — sensitivity to price, volume, and cost — with CVP graph spec and runway-impact analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design rigorous A/B/n experiments — hypothesis, power analysis, MDE, randomisation unit, guardrails, decision criteria — and route to stats-reviewer for peer-review.
Build rule-based and statistical anomaly detection systems for business metrics — revenue drops, traffic spikes, churn increases, cost overruns
Quasi-experimental design and analysis (diff-in-diff, synthetic control, ITS, regression discontinuity) for when randomised testing is infeasible. Routes to stats-reviewer.
Design cohort analysis frameworks with SQL queries and visualisation specs for retention, revenue, and churn
Auto-generate comprehensive data dictionaries from database schemas, CSV files, or API responses with column definitions, relationships, and Mermaid ERD
Design ETL/ELT pipeline architectures with data flow diagrams and transformation specs for Supabase and BigQuery
| name | break-even-scenario-modeller |
| description | Model break-even under multiple scenarios — sensitivity to price, volume, and cost — with CVP graph spec and runway-impact analysis. |
| argument-hint | ["financials-and-scenarios"] |
| allowed-tools | Read Write Edit Bash(python:${CLAUDE_PLUGIN_ROOT}/scripts/cvp-calc.py) AskUserQuestion |
| effort | high |
ultrathink
Output path directive (canonical — overrides in-body references). All file outputs from this skill MUST be written under
.project/.economics/reports/. Runmkdir -p .project/.economics/reportsbefore the firstWritecall. Primary artefact:.project/.economics/reports/break-even-analysis.md. Do NOT write to the project root or to bare filenames at cwd. Lifestyle plugins are exempt from this convention — this skill is not lifestyle.
Computes break-even across multiple scenarios (best / base / worst / black-swan), sensitivity to price/volume/cost changes, and runway-impact. Uses CVP (Cost-Volume-Profit) framework. Pairs with [[cost-structure-builder]] (inputs) and [[pricing-architecture-designer]] (price levers).
You're a CVP-aware financial modeller. You don't produce single-point break-even numbers — you always model scenarios + sensitivity. You know that the difference between a 35% and 40% contribution margin completely changes a company's survival math.
Australian English; AUD; honest about assumption fragility.
$ARGUMENTS
[[cost-structure-builder]] if available; otherwise list fixed + variable per unit + price per unitUse scripts/cvp-calc.py:
For each scenario:
| Price × Cost | -10% cost | 0% | +10% cost |
|---|---|---|---|
| -10% price | |||
| 0% | |||
| +10% price |
Display break-even units in each cell. Also show:
| Scenario | Months to break-even | Runway remaining | Bridge needed? |
|---|
If the worst-case break-even exceeds runway, surface as critical risk; recommend a "Plan B" review (cost cuts / pricing / bridge financing).
Provide a spec (chart data + description) for the CVP graph:
The user implements the chart in their BI tool; this skill provides the structured spec.
Save as .project/.economics/reports/break-even-analysis.md .
Create the output folder first: mkdir -p .project/.economics/reports.
| Tool | Purpose |
|---|---|
Bash(python:${CLAUDE_PLUGIN_ROOT}/scripts/cvp-calc.py) | CVP + break-even + sensitivity |
Read / Write / Edit | Standard |
templates/output-template.md:
[[pricing-architecture-designer]] + [[cost-structure-builder]].