What problem does it solve? Building a discounted cash flow valuation model in Excel is error-prone and time-consuming, requiring correct formulas, scenario logic, WACC calculations, and sensitivity analysis that must all recalculate live when assumptions change. ## Core Features & Use Cases - Full DCF Workflow: Guides revenue projections, FCF build, WACC via CAPM, terminal value, and the enterprise-to-equity value bridge with live Excel formulas instead of hardcoded values. - Scenario & Sensitivity Analysis: Creates Bear/Base/Bull assumption blocks with a case selector and three 5x5 sensitivity tables (WACC vs terminal growth, revenue growth vs EBIT margin, beta vs risk-free rate) populated programmatically via openpyxl. - Validation & Recalculation: Ships a validate_dcf.py script that checks formula errors, terminal growth vs WACC, WACC range, and terminal value proportion, plus mandatory recalc.py runs before delivery. - Use Case: An equity analyst needs an intrinsic-value model for a stock; the skill produces a two-sheet Excel workbook (DCF + WACC) with sourced cell comments, scenario switching, and sensitivity grids ready for client review. ## Quick Start Build a DCF valuation model in Excel for ticker AAPL using consensus growth estimates with Bear, Base, and Bull scenarios and sensitivity tables.