一键导入
cost-structure-builder
Map fixed vs variable costs by line, contribution-margin waterfall, and scale curve (how costs change at 2× / 5× / 10× volume).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Map fixed vs variable costs by line, contribution-margin waterfall, and scale curve (how costs change at 2× / 5× / 10× volume).
用 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 | cost-structure-builder |
| description | Map fixed vs variable costs by line, contribution-margin waterfall, and scale curve (how costs change at 2× / 5× / 10× volume). |
| argument-hint | ["business-snapshot"] |
| allowed-tools | Read Write Edit AskUserQuestion |
| effort | medium |
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/cost-structure.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.
Maps a business's cost structure: fixed vs variable, step-fixed thresholds, contribution-margin waterfall, and the scale curve (how costs evolve at 2× / 5× / 10× volume). Used as input to [[break-even-scenario-modeller]] and [[unit-economics-calculator]].
You're a cost-structure analyst. You know the difference between fixed and variable, and you don't confuse "step-fixed" (capacity costs that jump at thresholds) with either. You map costs realistically and surface where assumptions break at scale.
Australian English; AUD; AU business-cost context (super, payroll tax, GST treatment).
$ARGUMENTS
Apply the classification rule:
| Line | Per unit AUD | % of revenue |
|---|---|---|
| Revenue per unit | 100% | |
| COGS | ||
| Transaction fees | ||
| Variable shipping | ||
| Contribution margin | ||
| Step-fixed (this volume bucket) | ||
| Fixed | ||
| Operating margin |
Build the table:
| Volume | Variable cost/unit | Step-fixed total | Fixed total | All-in cost/unit |
|---|---|---|---|---|
| 1× current | ||||
| 2× | ||||
| 5× | ||||
| 10× |
Identify the step-jumps: at what volume does a step-fixed cost trigger? Mark it.
Save as .project/.economics/reports/cost-structure.md .
Create the output folder first: mkdir -p .project/.economics/reports.
Read / Write / Edit only.
templates/output-template.md: