Source profileQuality 90/100Review permissions

alirezarezvani/claude-skills/c-level-agents/skills/cfo-review/SKILL.md

cfo-review

/cs:cfo-review <plan> — Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation. Use when a plan commits meaningful spend — e.g. a hiring wave, a fundraise decision, or a new channel budget.

Source repository stars
24,975
Declared platforms
0
Static risk flags
1
Last source update
2026-08-25
Source checked
2026-08-26

Decision brief

What it does: where it fits

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

Best for

  • Use when a plan commits meaningful spend — e.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/alirezarezvani/claude-skills --skill "c-level-agents/skills/cfo-review"
Safe inspection promptEditorial

Inspect the Agent Skill "cfo-review" from https://github.com/alirezarezvani/claude-skills/blob/f2bac0a8f29b71846cc62d9d580249c2a3246030/c-level-agents/skills/cfo-review/SKILL.md at commit f2bac0a8f29b71846cc62d9d580249c2a3246030. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    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

    Run the numbers:Answer all six questions with numbers, not adjectives.Apply the verdict:
  2. 02

    CFO Review:

    Date: YYYY-MM-DD Reviewer: cs-cfo-advisor

    Burn multiple: X.XxRunway (base/bull/bear): X / X / X monthsLTV/CAC top channel: X.Xx, payback Y months
  3. 03

    When to Run

    Before approving any spend 1% of revenue

    Before approving any spend 1% of revenueBefore opening a new hiring requisitionBefore any fundraise conversation
  4. 04

    The Six CFO Questions

    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 = Net burn ÷ Net new ARR. Above 2x is a problem.If bear case < 12 months, you're already in fundraising mode.LTV / CAC 3x is healthy. Payback < 12 months is healthy.

Permission review

Static risk signals and limitations

Runs scripts

medium · line 52

The documentation asks the agent to run terminal commands or scripts.

python ../../../c-level-advisor/skills/cfo-advisor/scripts/burn_rate_calculator.py

Runs scripts

medium · line 53

The documentation asks the agent to run terminal commands or scripts.

python ../../../c-level-advisor/skills/cfo-advisor/scripts/unit_economics_analyzer.py

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score90/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars24,975SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
alirezarezvani/claude-skills
Skill path
c-level-agents/skills/cfo-review/SKILL.md
Commit
f2bac0a8f29b71846cc62d9d580249c2a3246030
License
MIT
Collected
2026-08-26
Default branch
main
View the original SKILL.md

/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 ../../../c-level-advisor/skills/cfo-advisor/scripts/burn_rate_calculator.py
    python ../../../c-level-advisor/skills/cfo-advisor/scripts/unit_economics_analyzer.py
    python ../../../c-level-advisor/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

Frequently asked questions

What to verify before installation and use

What does the cfo-review source document cover?

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

How do I install cfo-review?

The source record exposes this install command: npx skills add https://github.com/alirezarezvani/claude-skills --skill "c-level-agents/skills/cfo-review". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10029,095

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,975

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 10015,246

wanshuiyin/Auto-claude-code-research-in-sleep

citation-audit

Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.

Computed 10014,678

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance