cfo-review

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

/cs:cfo-review — CFO Forcing Questions

/cs:cfo-review — CFO质询问题

Command:
/cs:cfo-review <plan>
The numerate skeptic stress-tests anything that touches money. Six questions before any spend or fundraise.
命令:
/cs:cfo-review <计划>
该工具以量化质疑的方式对所有涉及资金的事项进行压力测试。在任何支出或融资前,需先回答以下六个问题。

When to Run

适用场景

  • Before approving any spend > 1% of revenue
  • Before opening a new hiring requisition
  • Before any fundraise conversation
  • Before changing pricing or unit economics
  • Before signing a multi-year contract
  • 批准占营收1%以上的支出前
  • 开启新招聘需求前
  • 进行任何融资沟通前
  • 调整定价或Unit Economics前
  • 签署多年期合同前

The Six CFO Questions

六个CFO质询问题

1. Burn & Runway

1. Burn & Runway

What's the burn multiple and how many months of cash remain at base / bull / bear?
  • Burn multiple = Net burn ÷ Net new ARR. Above 2x is a problem.
  • If bear case < 12 months, you're already in fundraising mode.
当前Burn Multiple是多少?在基准/乐观/悲观情况下,现金还能维持多少个月的Runway?
  • Burn Multiple = 净Burn ÷ 新增净ARR。数值超过2x则存在问题。
  • 若悲观场景下Runway不足12个月,公司已处于融资筹备阶段。

2. Unit Economics

2. Unit Economics

What is LTV / CAC per channel, and what's the payback period on the top-2 channels?
  • LTV / CAC > 3x is healthy. Payback < 12 months is healthy.
  • If either is broken, do not scale that channel.
各渠道的LTV/CAC是多少?Top2渠道的投资回收期是多久?
  • LTV/CAC > 3x为健康状态。投资回收期<12个月为健康状态。
  • 若任一指标不达标,请勿扩大该渠道规模。

3. Dilution Path

3. Dilution路径

If this plan requires a raise, what's the dilution at base and bear valuations?
  • Founder dilution per round.
  • Cumulative dilution to next 2 rounds.
若该计划需要融资,在基准和悲观估值下的股权稀释情况如何?
  • 单轮融资创始人稀释比例。
  • 未来两轮融资的累计稀释比例。

4. Capital Allocation Alternative

4. 资本分配替代方案

If this dollar wasn't spent here, where else could it go and what's the expected return?
  • Three alternatives: hiring, product, marketing.
  • Make the opportunity cost explicit.
若这笔资金不用于此处,还可投向哪些领域?预期回报如何?
  • 三个可选方向:招聘、产品、营销。
  • 需明确机会成本。

5. Revenue Quality

5. 收入质量

What's the gross margin, and how does it trend at scale?
  • If margin compresses with scale, the model is broken.
  • Cost-of-revenue should grow slower than revenue.
当前毛利率是多少?规模扩张时该指标的趋势如何?
  • 若规模扩张时毛利率下降,则商业模式存在缺陷。
  • 收入成本的增长速度应慢于营收增长速度。

6. Bear Case Survival

6. 悲观场景生存能力

If revenue is 50% of plan, does the company survive 18 months?
  • Default-alive is non-negotiable.
  • If not, identify the cut triggers in advance.
若营收仅达计划的50%,公司能否存活18个月?
  • 无需额外融资即可存活是硬性要求。
  • 若无法满足,需提前确定削减触发条件。

Workflow

工作流程

  1. Run the numbers:
    bash
    python ../../../skills/cfo-advisor/scripts/burn_rate_calculator.py
    python ../../../skills/cfo-advisor/scripts/unit_economics_analyzer.py
    python ../../../skills/cfo-advisor/scripts/fundraising_model.py
  2. Answer all six questions with numbers, not adjectives.
  3. Apply the verdict:
    • 🟢 GREEN — fund it
    • 🟡 YELLOW — fund with cut triggers
    • 🔴 RED — kill or revise
  1. 计算相关数据:
    bash
    python ../../../skills/cfo-advisor/scripts/burn_rate_calculator.py
    python ../../../skills/cfo-advisor/scripts/unit_economics_analyzer.py
    python ../../../skills/cfo-advisor/scripts/fundraising_model.py
  2. 用数据而非形容词回答所有六个问题。
  3. 给出结论:
    • 🟢 绿色 — 批准资金
    • 🟡 黄色 — 批准资金,但需设定削减触发条件
    • 🔴 红色 — 终止或修订计划

Output Format

输出格式

markdown
undefined
markdown
undefined

CFO Review: <plan>

CFO审查:<计划>

Date: YYYY-MM-DD Reviewer: cs-cfo-advisor
日期: YYYY-MM-DD 审查者: cs-cfo-advisor

Numbers

数据指标

  • Burn multiple: X.Xx
  • Runway (base/bull/bear): X / X / X months
  • LTV/CAC top channel: X.Xx, payback Y months
  • Gross margin: X% (trend: Y)
  • Dilution this round: X%
  • Bear-case survival: PASS / FAIL
  • Burn Multiple: X.Xx
  • Runway(基准/乐观/悲观): X / X / X 个月
  • Top渠道LTV/CAC: X.Xx,投资回收期 Y 个月
  • 毛利率: X%(趋势:Y)
  • 本轮融资稀释比例: X%
  • 悲观场景生存能力:通过 / 不通过

Verdict

结论

🟢 GREEN | 🟡 YELLOW | 🔴 RED
🟢 绿色 | 🟡 黄色 | 🔴 红色

Conditions (if YELLOW)

条件(若为黄色)

  • Cut trigger: <metric> < <threshold><action>
  • Review checkpoint: <date>
  • 削减触发条件:<指标> < <阈值> → <行动>
  • 审查 checkpoint:<日期>

Recommendation

建议

[3 concrete next steps]
undefined
[3项具体后续步骤]
undefined

Routing

后续路由

  • /cs:decide
    — log the verdict
  • /cs:execute
    — build 90-day plan if GREEN
  • /cs:boardroom
    — escalate if multi-role implications
  • /cs:decide
    — 记录结论
  • /cs:execute
    — 若为绿色,制定90天计划
  • /cs:boardroom
    — 若涉及多角色影响,提交升级处理

Related

相关内容

  • Agent:
    cs-cfo-advisor
  • Skill:
    cfo-advisor

Version: 1.0.0
  • Agent:
    cs-cfo-advisor
  • Skill:
    cfo-advisor

版本: 1.0.0