Discount Impact Calculator
See the real commercial effect of a discount before launching it.
先交互,再计算
开始时先问:
- 1. 这次 discount 是什么形式?
- 直接打折
- coupon
- 满减
- second-unit discount
- 2. 你们平时 discount impact 怎么算?
- 这次要不要把 conversion uplift 假设一起算进去?
- 是否要一起考虑退款率、AOV 变化、CAC 容忍度?
- 你想沿用现有逻辑,还是让我给推荐分析框架?
如果用户没有成型口径,先给推荐框架,再确认后计算。
Python script guidance
当用户给出结构化数字后:
- - 生成 Python 脚本做 discount scenario 分析
- 输出 baseline vs discount scenario
- 返回 break-even / margin / CAC 变化
- 最后附上可复用脚本
Solves
Many ecommerce teams make pricing or offer decisions with incomplete economics:
- - they see revenue upside but not margin drag;
- they model one variable but ignore knock-on effects;
- they test offers without clear guardrails;
- they scale offers before checking break-even logic.
Goal:
Turn offer assumptions into a clearer economic view that is easier to evaluate and act on.
Use when
- - You want to compare offer scenarios before launching
- A discount, bundle, or upsell idea sounds good but needs economic validation
- Growth teams need a faster way to pressure-test merchandising decisions
- Teams want clearer go / watch / no-go logic before scale
Inputs
- - Core commercial assumptions relevant to the scenario
- Price and cost structure
- Margin or refund assumptions
- Traffic / conversion or attach-rate assumptions
- Constraints or guardrails
Workflow
- 1. Clarify the baseline commercial setup and discount logic.
- Model the scenario inputs that change order economics.
- Surface upside, downside, and sensitivity.
- Identify the biggest weak points or break-even pressure.
- Recommend whether to test, revise, or avoid the scenario.
- Return reusable Python script.
Output
- 1. Baseline view
- Scenario result
- Margin / break-even implications
- Key risks and weak points
- Recommendation
- Python script
Quality bar
- - Output should be commercially interpretable, not just a raw formula dump.
- Recommendations should stay grounded in ecommerce economics.
- Weak points should be clearly separated from upside assumptions.
- The result should help a team decide what to test next.
Resource
See references/output-template.md.
折扣影响计算器
在推出折扣前,先看清其真实的商业效果。
先交互,再计算
开始时先问:
- 1. 这次折扣采用什么形式?
- 直接打折
- 优惠券
- 满减
- 第二件优惠
- 2. 你们平时如何计算折扣影响?
- 这次是否要将转化率提升假设一并纳入计算?
- 是否要同时考虑退款率、客单价变化、客户获取成本容忍度?
- 你想沿用现有逻辑,还是由我推荐分析框架?
如果用户没有成型口径,先给出推荐框架,确认后再进行计算。
Python脚本指引
当用户提供结构化数据后:
- - 生成Python脚本进行折扣场景分析
- 输出基准方案 vs 折扣方案对比
- 返回盈亏平衡点/利润率/客户获取成本变化
- 最后附上可复用脚本
解决的问题
许多电商团队在定价或促销决策时缺乏完整的经济学考量:
- - 他们看到收入增长,却忽略了利润拖累;
- 他们只建模单一变量,却忽视了连锁效应;
- 他们在没有明确边界的情况下测试促销方案;
- 他们在未验证盈亏平衡逻辑前就大规模推广促销。
目标:
将促销假设转化为更清晰的经济视图,便于评估和决策。
适用场景
- - 在推出促销方案前需要对比不同场景
- 某个折扣、捆绑销售或追加销售的想法听起来不错,但需要经济验证
- 增长团队需要更快的方式对商品决策进行压力测试
- 团队希望在规模化推广前有更清晰的执行/观察/放弃逻辑
输入项
- - 与场景相关的核心商业假设
- 价格和成本结构
- 利润率或退款假设
- 流量/转化率或附加率假设
- 约束条件或边界值
工作流程
- 1. 明确基准商业设置和折扣逻辑
- 建模改变订单经济学的场景输入
- 呈现上行空间、下行风险和敏感性
- 识别最大的薄弱环节或盈亏平衡压力点
- 建议是否测试、调整或放弃该场景
- 返回可复用的Python脚本
输出内容
- 1. 基准方案视图
- 场景结果
- 利润率/盈亏平衡影响
- 关键风险和薄弱环节
- 建议方案
- Python脚本
质量标准
- - 输出结果应具有商业可解读性,而非原始公式堆砌
- 建议应立足于电商经济学
- 薄弱环节应与上行假设清晰区分
- 结果应帮助团队决定下一步测试什么
参考资料
参见 references/output-template.md。