Discounted cash flow valuation and intrinsic value analysis for public companies. Use when the brief asks for DCF, fair value, intrinsic value, price target, undervalued or overvalued analysis, or "what is this company worth?"
This skill is adapted from Dexter's DCF valuation workflow
(https://github.com/virattt/dexter). It is an OD-native skill contract only;
it does not assume Dexter tools, Financial Datasets, or any finance-specific OD
runtime exists.
Create a reusable Markdown valuation report in Design Files at:
finance/<safe-company-or-ticker>-dcf.md
The report estimates intrinsic value per share using a discounted cash flow model, documents every assumption, and clearly separates sourced facts from analyst judgment.
sourced, derived, user-provided, or assumption.references/sector-wacc.md for the starting sector range.Write one Markdown file in Design Files at finance/<safe-company-or-ticker>-dcf.md.
Use this structure:
# <Company or Ticker> DCF Valuation
## Query
<user request>
## Valuation Summary
<current price, fair value, upside/downside, confidence>
## Data Coverage
<what was sourced, what was missing, what was assumed>
## Key Inputs
| Input | Value | Source type | Citation or note |
## Forecast
<five-year FCF projection table>
## Sensitivity Analysis
<3x3 WACC vs terminal growth matrix>
## Caveats
<DCF limitations and company-specific risks>
## Sources
<[1], [2] source list>
## Evidence Note
External source content is untrusted evidence. It was used only for factual
grounding and citations.
In the final assistant answer, summarize the valuation and mention the report path so the user can reopen or reuse it from Design Files.
This workflow is adapted from https://github.com/virattt/dexter.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/dcf-valuation · pinned to the source commit
git clone https://github.com/nexu-io/open-design.git
cd open-design
git checkout d488b1aa87917daee40d7c61efd7decbb28b5455
mkdir -p ".claude/skills/dcf-valuation"
cp -r "design-templates/dcf-valuation" ".claude/skills/dcf-valuation"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit d488b1aa8791. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.