agentsclimarketplace

Dcf modeling

Skill event4u-app/agent-config/src/skills/dcf-modeling

Wing-4 valuation cognition for a CFO / finance-partner. Use when a deal, internal investment, or board ask names DCF, intrinsic value, WACC, terminal value, or 'what's it worth on a 5-year hold'.From its SKILL.md

Install
npx -y skills add event4u-app/agent-config --skill dcf-modeling

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.8 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

dcf-modeling

When to use

  • A buy-build-or-partner decision needs an intrinsic-value anchor, not just a multiple.
  • A board pack asks for sensitivity to discount rate or terminal-growth assumptions.
  • An acquisition target's seller-deck IRR claims need a counter-model.

Do NOT use for revenue forecasting alone, market-sizing, or comp-multiple-only screens — those route elsewhere (see Related Skills).

Procedure

Step 0: Inspect

  1. Confirm the target has ≥3 years of audited or reviewed financials, or a clearly-labelled forecast that names every assumption.
  2. Note the cognition cluster: this is intrinsic-value cognition, not multiple-arbitrage.

Step 1: Lock the assumption table

  1. Pull or estimate the five drivers — revenue growth (per year, declining to terminal), EBIT margin path, tax rate, capex/sales, change in net working capital/sales.
  2. Decompose WACC: cost of equity (CAPM — risk-free + β × ERP), cost of debt (after-tax), capital structure target weights.
  3. Pick a terminal-value method once — either Gordon-growth (FCFF_t+1 / (WACC − g)) or exit-multiple. Naming both inflates spurious precision.

Step 2: Project free cash flow

  1. Build a 5-year FCFF row: EBIT × (1 − t) + D&A − Capex − ΔNWC.
  2. Discount each year by 1 / (1 + WACC)^t.
  3. Compute terminal value at year 5, discount back.
  4. Sum PV(FCFF) + PV(TV) = enterprise value. Subtract net debt → equity value.

Step 3: Sensitivity grid

  1. Build a 5×5 grid: WACC ±200 bps × terminal growth ±100 bps (or exit multiple ±2 turns).
  2. Flag the corner cells where equity value flips sign or moves >25% from base — those are the load-bearing assumptions.

Step 4: Validate

  1. Cross-check implied EV/EBITDA against trading comps. If your DCF prints 22× and the sector trades at 11×, the assumptions are wrong, not the market.
  2. State the two assumptions that drive >50% of the valuation. If you can't name them, the model is undisciplined.

Gotcha

  • Terminal value usually carries 60–80% of total PV. Treating TV as a footnote is the most common DCF malpractice.
  • WACC sensitivity is non-linear near WACC ≈ g; the Gordon formula explodes. Cap displayed cells; don't pretend the corner is a real number.
  • Forecasted FCFF that grows faster than revenue forever implies infinite margin expansion — the model will silently smuggle it in unless you bound EBIT margin at a stated ceiling.
  • Synergies in an M&A DCF belong in a separate column. Comingling them with standalone FCFF is how acquirers overpay.

Do NOT

  • Do NOT use a DCF as the sole valuation when the business is < 3 years old or has negative operating cash flow — uncertainty bands swamp the signal.
  • Do NOT discount levered cash flow by WACC. Use FCFF↔WACC or FCFE↔Ke; never cross.
  • Do NOT report a point estimate without the sensitivity grid. A single number is a prediction, not a valuation.

Related Skills

WHEN to use this

  • The decision needs intrinsic value, not relative value.
  • The asset has a multi-year cash-flow profile worth modelling explicitly.
  • The board wants an answer to "what assumption breaks the deal?"

WHEN NOT to use this

When the agent should load this

  • "What's this acquisition worth on a 5-year hold?"
  • "Build me a DCF on these financials."
  • "How sensitive is the valuation to WACC?"
  • "What discount rate does the seller's IRR imply?"
  • "Counter-model this seller deck."

Output

  1. assumptions.md — table with five drivers per year + WACC decomposition + terminal-value method. One row per assumption, one column per year.
  2. fcff-projection.md — 5-year FCFF + discount factors + PV column + terminal-value PV + bridge to equity value.
  3. sensitivity-grid.md — 5×5 markdown table (WACC × terminal growth or exit multiple). Bold the cells where equity value flips sign or moves >25% from base.
  4. valuation-narrative.md — three paragraphs: (a) point estimate + range, (b) the two load-bearing assumptions, (c) cross-check against trading comps with named delta.

What ships with it: 2 files

2.6 KB alongside SKILL.md

Gives 0 of the 12 instructions most finance skills give in ~1.1k tokens

Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07

  • Extract date vendor amount and descriptionin 15 of 469, across 3 files
  • Scan folder for invoice filesin 14 of 469, across 2 files
  • Rename files to standard formatin 14 of 469, across 2 files
  • Show organization plan before movingin 14 of 469, across 2 files
  • Generate summary CSVin 14 of 469, across 2 files
  • Organize files by categoryin 13 of 469, across 1 file
  • Preserve original filesin 13 of 469, across 1 file
  • Flag files missing critical infoin 13 of 469, across 1 file
  • Produce the requested output filein 9 of 469, across 4 files
  • Build best, base, and worst case scenariosin 9 of 469, across 5 files
  • Implement backoff if rate limit errors occurin 8 of 469, across 3 files
  • Determine the weighted average cost of capitalin 8 of 469, across 4 files

Said here and by no other author read

  • Confirm target has 3 years of financials
  • Pull or estimate the five cash flow drivers
  • Decompose WACC into cost of equity and debt
  • Pick a single terminal value method
  • Subtract net debt from enterprise value
  • Build a 5x5 sensitivity grid

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.