kaakati/managing-director · Archived

financial-modeling

Financial model construction including DCF, LBO, comparable companies, and three-statement models. Use when the user asks about financial projections, DCF analysis, leveraged buyout modeling, revenue forecasting, or building a financial model for any business.

First seen May 24, 2026

Installation

$ npx skills add kaakati/managing-director --skill financial-modeling

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from kaakati/managing-director.

npx skills add kaakati/managing-director

Browse all from kaakati/managing-director

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,527 B
  • docs SUMMARY.md 286 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Financial Modeling

Required Inputs

  • Company/Business: What is being modeled.
  • Model Type: DCF, LBO, three-statement, or comparable companies.
  • Time Horizon: Projection period (default: 5 years).
  • Purpose: Valuation, fundraising, internal planning, or transaction.

Execution Steps

1. Revenue Build

Bottom-up revenue model. Identify drivers (units × price, users × ARPU, seats × ASP). Project each driver independently with stated assumptions.

2. Cost Structure

  • COGS / gross margin projection with scale effects.
  • OpEx by category (R&D, S&M, G&A) with % of revenue benchmarks.
  • Working capital assumptions (DSO, DPO, DIO).
  • CapEx and depreciation schedule.

3. Three-Statement Integration

Income statement → balance sheet → cash flow statement. Ensure the balance sheet balances. Cash flow ties to the change in cash on the balance sheet.

4. Model-Specific Outputs

DCF: WACC calculation, terminal value (exit multiple + perpetuity growth), sensitivity table on WACC × terminal growth.

LBO: Sources & uses, debt schedule, returns waterfall, IRR sensitivity on entry multiple × exit multiple.

Comps: Peer selection criteria, trading multiples (EV/Revenue, EV/EBITDA, P/E), regression analysis if applicable.

Output Template

## Financial Model: [Company]

### Key Assumptions
| Assumption | Year 1 | Year 3 | Year 5 | Source/Basis |
|---|---|---|---|---|
| Revenue growth | X% | X% | X% | [rationale] |
| Gross margin | X% | X% | X% | [rationale] |
| EBITDA margin | X% | X% | X% | [rationale] |

### Summary Financials ($M)
| Metric | Year 1 | Year 2 | Year 3 | Year 4 | Year 5 |
|---|---|---|---|---|---|
| Revenue | | | | | |
| Gross Profit | | | | | |
| EBITDA | | | | | |
| Net Income | | | | | |
| Free Cash Flow | | | | | |

### [DCF/LBO/Comps] Output
[Model-specific valuation output with sensitivity analysis]

### Key Risks to Model
- [Risk]: Impact on valuation if assumption is wrong.

Quality Checks

  • Every assumption has a stated source or rationale.
  • Three statements are internally consistent.
  • Sensitivity analysis covers at least 2 key variables.
  • Model includes a bear case scenario.