reverse-dcf

Reverse-engineers market-implied FCFF growth expectations from current stock prices using two-stage DCF models.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/riipandi/minis-skills --skill reverse-dcf-riipandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reverse-dcf
Source: https://github.com/riipandi/minis-skills/tree/main/reverse-dcf
Command: npx skills add https://github.com/riipandi/minis-skills --skill reverse-dcf-riipandi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Forward DCF valuation lets analysts tweak assumptions to fit any conclusion, making "fair value" unfalsifiable. This Skill inverts the process: it takes the current market price as given and solves for the implied FCFF growth rate, translating vague "expensive or cheap" debates into a concrete, verifiable number you can compare against reality. ## Core Features & Use Cases - Market-Implied CAGR Calculation: Builds enterprise value from market cap and net debt, computes base-year FCFF (via CFO or NOPAT methods), constructs WACC from Damodaran data, and solves a two-stage DCF for the implied 10-year growth rate. - Sensitivity Tables & Plain-Language Translation: Generates CAGR vs terminal-growth sensitivity grids, then translates the implied CAGR into future company size, required market share, and comparisons with historical growth (e.g., TSMC's 20-year CAGR). - Special Case Handling: Provides a PS implied-revenue reverse method for negative-FCFF companies (e.g., early-stage chip firms) and mid-cycle FCFF guidance for cyclical stocks. - Use Case: An investor analyzing SK Hynix wants to know what the current price assumes. The Skill computes that the market prices in a 25% FCFF CAGR for 10 years — double the company's actual past-decade growth — giving a concrete basis for an investment debate. ## Quick Start Use the reverse DCF skill to calculate what growth rate the current market price of this stock implies, using its latest annual report financials.

Frequently Asked Questions about reverse-dcf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate market-implied growth rate with reverse DCF?

Compute enterprise value from market cap plus net debt, estimate base-year FCFF from operating cash flow minus capex, build WACC from risk-free rate, beta, and ERP, then solve the two-stage DCF equation for the explicit-period growth rate g1 that matches the actual EV.

What is the difference between forward DCF and reverse DCF?

Forward DCF takes assumed growth rates and outputs a fair value, which can be tuned to fit any conclusion. Reverse DCF takes the market price as given and outputs the implied growth expectation, producing a concrete, verifiable number comparable with historical reality.

Can reverse DCF be used for companies with negative free cash flow?

No, standard two-stage DCF produces meaningless results when base-year FCFF is negative. Use the PS implied-revenue reverse method instead: assume a terminal PE and net margin, then back out the revenue needed in 10 years and its implied CAGR.

How do I calculate FCFF from cash flow statements?

The recommended method is FCFF = CFO minus capex plus after-tax interest expense, using audited operating cash flow. Cross-validate with the NOPAT bottom-up method (NOPAT + D&A - capex - working capital change) and average the two results.

What are the limitations of reverse DCF valuation?

Terminal value often exceeds 50% of EV for cyclical stocks, base-year FCFF selection (peak vs mid-cycle) drastically changes results, and D&A and capex estimates are limited by disclosure granularity. It reveals market expectations, not whether those expectations are correct.

How should cyclical stocks be handled in reverse DCF?

Use mid-cycle FCFF rather than a single peak or trough year as the base, since base-year selection dominates the result. Consider replacing the Gordon Growth terminal value with an Exit Multiple based on industry median EV/EBITDA.