jpskill.com
🎬 動画AI コミュニティ

cfo-review

/cs:cfo-review <plan> — Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o cfo-review.zip https://jpskill.com/download/21690.zip && unzip -o cfo-review.zip && rm cfo-review.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21690.zip -OutFile "$d\cfo-review.zip"; Expand-Archive "$d\cfo-review.zip" -DestinationPath $d -Force; ri "$d\cfo-review.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して cfo-review.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → cfo-review フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] cfo-review

/cs:cfo-review — CFOの強制質問

コマンド: /cs:cfo-review <plan>

数字に強い懐疑論者は、お金に関わるあらゆるものをストレステストします。支出や資金調達の前に6つの質問をします。

実行するタイミング

  • 収益の1%を超える支出を承認する前
  • 新しい採用申請を出す前
  • 資金調達に関する会話をする前
  • 価格設定やユニットエコノミクスを変更する前
  • 複数年契約に署名する前

6つのCFO質問

1. バーンとランウェイ

バーンマルチプルはどのくらいですか?また、ベース/ブル/ベアの各シナリオで何ヶ月分のキャッシュが残っていますか?

  • バーンマルチプル = 純バーン ÷ 純新規ARR。2倍を超えると問題です。
  • ベアケースが12ヶ月未満の場合、すでに資金調達モードに入っています。

2. ユニットエコノミクス

チャネルごとのLTV / CACはどのくらいですか?また、上位2つのチャネルの回収期間はどのくらいですか?

  • LTV / CACが3倍以上であれば健全です。回収期間が12ヶ月未満であれば健全です。
  • どちらかが破綻している場合、そのチャネルを拡大してはいけません。

3. 希薄化パス

この計画が資金調達を必要とする場合、ベースとベアの評価額での希薄化はどのくらいですか?

  • ラウンドごとの創業者希薄化。
  • 次の2ラウンドまでの累積希薄化。

4. 資本配分の代替案

この資金をここで使わなかった場合、他にどこに投入でき、期待されるリターンはどのくらいですか?

  • 3つの代替案:採用、製品、マーケティング。
  • 機会費用を明確にしてください。

5. 収益の質

粗利益率はどのくらいですか?また、規模が拡大するにつれてどのように推移しますか?

  • 規模の拡大とともに利益率が圧縮される場合、モデルは破綻しています。
  • 売上原価は売上よりも遅く成長すべきです。

6. ベアケースでの生存

売上が計画の50%だった場合、会社は18ヶ月間存続できますか?

  • デフォルト・アライブは交渉の余地がありません。
  • そうでない場合、事前に削減トリガーを特定してください。

ワークフロー

  1. 数値を実行します:
    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. 6つの質問すべてに、形容詞ではなく数値で回答します。
  3. 評決を適用します:
    • 🟢 GREEN — 資金提供
    • 🟡 YELLOW — 削減トリガー付きで資金提供
    • 🔴 RED — 中止または修正

出力形式

# CFO Review: <plan>
**Date:** YYYY-MM-DD
**Reviewer:** 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

## Verdict
🟢 GREEN | 🟡 YELLOW | 🔴 RED

## Conditions (if YELLOW)
- Cut trigger: <metric> < <threshold> → <action>
- Review checkpoint: <date>

## Recommendation
[3 concrete next steps]

ルーティング

  • /cs:decide — 評決を記録します
  • /cs:execute — GREENの場合、90日計画を構築します
  • /cs:boardroom — 複数役割に影響がある場合、エスカレートします

関連


バージョン: 1.0.0

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

/cs:cfo-review — CFO Forcing Questions

Command: /cs:cfo-review <plan>

The numerate skeptic stress-tests anything that touches money. Six questions before any spend or fundraise.

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

The Six CFO Questions

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.

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.

3. Dilution Path

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

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

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

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.

Workflow

  1. Run the numbers:
    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

Output Format

# CFO Review: <plan>
**Date:** YYYY-MM-DD
**Reviewer:** 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

## Verdict
🟢 GREEN | 🟡 YELLOW | 🔴 RED

## Conditions (if YELLOW)
- Cut trigger: <metric> < <threshold> → <action>
- Review checkpoint: <date>

## Recommendation
[3 concrete next steps]

Routing

  • /cs:decide — log the verdict
  • /cs:execute — build 90-day plan if GREEN
  • /cs:boardroom — escalate if multi-role implications

Related


Version: 1.0.0