Productivity

dcf-valuation

claude-office-skills/skills · updated Apr 8, 2026

$npx skills add https://github.com/claude-office-skills/skills --skill dcf-valuation
summary

I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors.

skill.md

DCF Valuation Skill

Overview

I help you build Discounted Cash Flow (DCF) models to estimate the intrinsic value of companies. DCF is the gold standard for fundamental valuation used by investment banks, hedge funds, and professional investors.

What I can do:

  • Build complete DCF models from financial data
  • Calculate WACC (Weighted Average Cost of Capital)
  • Project future free cash flows
  • Estimate terminal value (Gordon Growth or Exit Multiple)
  • Run sensitivity analysis on key assumptions
  • Generate professional valuation summaries

What I cannot do:

  • Guarantee accuracy of projections
  • Account for unpredictable future events
  • Provide investment recommendations
  • Replace professional financial due diligence

How to Use Me

Step 1: Provide Financial Data

I need:

  • Historical financials (3-5 years of revenue, EBITDA, capex, D&A)
  • Current shares outstanding
  • Current stock price (optional, for comparison)
  • Industry/sector context

Step 2: Set Assumptions

Key assumptions to specify (or I'll use industry defaults):

  • Revenue growth rates (Year 1-5)
  • EBITDA margin trajectory
  • Capex as % of revenue
  • Working capital changes
  • Terminal growth rate
  • Discount rate (WACC)

Step 3: Choose Model Type

  • Standard DCF: 5-year projection + terminal value
  • Two-Stage DCF: High growth + stable growth phases
  • Three-Stage DCF: Growth, transition, maturity phases

DCF Model Framework

Step 1: Project Free Cash Flow (FCF)

Unlevered Free Cash Flow (UFCF) =
    EBIT × (1 - Tax Rate)
  + Depreciation & Amortization
  - Capital Expenditures
  - Change in Net Working Capital

Step 2: Calculate WACC

WACC = (E/V × Re) + (D/V × Rd × (1 - Tc))

Where:
E = Market value of equity
D = Market value of debt
V = E + D (total value)
Re = Cost of equity (CAPM: Rf + β × Market Risk Premium)
Rd = Cost of debt
Tc = Corporate tax rate

CAPM Formula for Cost of Equity

Re = Rf + β × (Rm - Rf)

Where:
Rf = Risk-free rate (10-year Treasury)
β = Stock beta (systematic risk)
Rm - Rf = Equity risk premium (typically 5-6%)

Step 3: Calculate Terminal Value

Method A: Gordon Growth Model

Terminal Value = FCF(n+1) / (WACC - g)

Where:
FCF(n+1) = Final year FCF × (1 + g)
g = Terminal growth rate (typically 2-3%, ≤ GDP growth)

Method B: Exit Multiple

Terminal Value = EBITDA(n) × Exit Multiple

Common multiples by sector:
- Technology: 10-15x
- Healthcare: 8-12x
- Consumer: 6-10x
- Industrial: 5-8x

Step 4: Discount to Present Value

Enterprise Value = Σ [FCF(t) / (1 + WACC)^t] + [TV / (1 + WACC)^n]

Equity Value = Enterprise Value - Net Debt + Cash

Intrinsic Value per Share = Equity Value / Shares Outstanding

Output Format

# DCF Valuation Model: [Company Name]

**Valuation Date**: [Date]
**Analyst**: AI-Generated
**Model Type**: [Standard/Two-Stage/Three-Stage]

---

## Executive Summary

| Metric | Value |
|--------|-------|
| **Intrinsic Value per Share** | $XX.XX |
| **Current Market Price** | $XX.XX |
| **Upside/Downside** | +/-XX% |
| **Implied Recommendation** | [Undervalued/Fair/Overvalued] |

---

## Key Assumptions

### Revenue Projections
| Year | Revenue ($M) | Growth % |
|------|-------------|----------|
| Base (Current) | X,XXX | - |
| Year 1 | X,XXX | XX% |
| Year 2 | X,XXX | XX% |
| Year 3 | X,XXX | XX% |
| Year 4 | X,XXX | XX% |
| Year 5 | X,XXX | XX% |

### Margin Assumptions
| Metric | Year 1 | Year 5 | Rationale |
|--------|--------|--------|-----------|
| EBITDA Margin | XX% | XX% | [Reason] |
| Capex/Revenue | XX% | XX% | [Reason] |
| D&A/Revenue | XX% | XX% | [Reason] |

### WACC Calculation
| Component | Value | Source/Assumption |
|-----------|-------|-------------------|
| Risk-free Rate | X.X% | 10-Year Treasury |
| Beta | X.XX | Bloomberg/Calculated |
| Equity Risk Premium | X.X% | Historical average |
| Cost of Equity | XX.X% | CAPM |
| Cost of Debt | X.X% | Credit spread |
| Tax Rate | XX% | Effective rate |
| Debt/Total Capital | XX% | Current structure |
| **WACC** | **X.X%** | |

### Terminal Value
| Method | Value ($M) | As % of EV |
|--------|-----------|------------|
| Gordon Growth (g=X%) | X,XXX | XX% |
| Exit Multiple (Xx EBITDA) | X,XXX | XX% |
| **Selected** | **X,XXX** | **XX%** |

---

## Free Cash Flow Projections

| ($M) | Year 1 | Year 2 | Year 3 | Year 4 | Year 5 | Terminal |
|------|--------|--------|--------|--------|--------|----------|
| Revenue | | | | | | |
| EBITDA | | | | | | |
| (-) D&A | | | | | | |
| EBIT | | | | | | |
| (-) Taxes | | | | | | |
| NOPAT | | | | | | |
| (+) D&A | | | | | | |
| (-) Capex | | | | | | |
| (-) ΔNWC | | | | | | |
| **UFCF** | | | | | | |

---

## Valuation Summary

| Component | Value ($M) |
|-----------|-----------|
| PV of Projected FCFs | X,XXX |
| PV of Terminal Value | X,XXX |
| **Enterprise Value** | **X,XXX** |
| (-) Net Debt | (X,XXX) |
| (+) Cash | X,XXX |
| **Equity Value** | **X,XXX** |
| Shares Outstanding | XXX M |
| **Value per Share** | **$XX.XX** |

---

## Sensitivity Analysis

### WACC vs Terminal Growth Rate

| WACC ↓ / g → | 1.5% | 2.0% | 2.5% | 3.0% |
|--------------|------|------|------|------|
| 8.0% | $XX | $XX | $XX | $XX |
| 8.5% | $XX | $XX | $XX | $XX |
| 9.0% | $XX | $XX | **$XX** | $XX |
| 9.5% | $XX | $XX | $XX | $XX |
| 10.0% | $XX | $XX | $XX | $XX |

### Key Drivers Impact

| Assumption Change | Impact on Value |
|-------------------|-----------------|
| WACC +1% | -XX% |
| Terminal Growth +0.5% | +XX% |
| Revenue CAGR +2% | +XX% |
| EBITDA Margin +2% | +XX% |

---

## Risks to Valuation

1. **Model Risk**: DCF highly sensitive to WACC and terminal growth assumptions
2. **Execution Risk**: Projected growth may not materialize
3. **Market Risk**: Multiple compression in downturn
4. **[Company-Specific Risk]**: [Detail]

---

## Disclaimer

This valuation model is for educational and informational purposes only. It does not constitute investment advice. The intrinsic value estimate is based on assumptions that may not reflect reality.

Example

User Request

Build a DCF model for a SaaS company with:
- Current revenue: $500M
- Revenue growth: 25% declining to 15% over 5 years
- EBITDA margin: 20% improving to 30%
- Current stock price: $45
- Shares outstanding: 100M

My Response

[Complete DCF model with all calculations...]


Tips for Better Results

  1. Provide historical data for more accurate projections
  2. Be explicit about growth assumptions rather than using defaults
  3. Specify the industry for appropriate comparables
  4. Request sensitivity analysis to understand valuation range
  5. Cross-check with multiples (P/E, EV/EBITDA) for sanity check

Limitations

  • Garbage in, garbage out - results depend on assumption quality
  • Terminal value often represents 60-80% of total value
  • Does not account for optionality or real options value
  • Assumes constant WACC throughout projection period
  • Not suitable for early-stage unprofitable companies

Built by the Claude Office Skills community. Contributions welcome!

general reviews

Ratings

4.529 reviews
  • Min Gupta· Dec 24, 2024

    Registry listing for dcf-valuation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Lucas Wang· Dec 20, 2024

    Solid pick for teams standardizing on skills: dcf-valuation is focused, and the summary matches what you get after install.

  • Dhruvi Jain· Dec 12, 2024

    We added dcf-valuation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Rahul Santra· Nov 23, 2024

    dcf-valuation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Xiao Tandon· Nov 15, 2024

    dcf-valuation reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Mateo Martinez· Nov 11, 2024

    I recommend dcf-valuation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Nov 3, 2024

    Useful defaults in dcf-valuation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Ganesh Mohane· Oct 22, 2024

    Registry listing for dcf-valuation matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Pratham Ware· Oct 14, 2024

    dcf-valuation has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Lucas Li· Oct 6, 2024

    We added dcf-valuation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 29

1 / 3