Agent skill
dcf-modeler
Builds DCF models with terminal value, WACC calculation, sensitivity tables
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/venture-capital/skills/dcf-modeler
Metadata
Additional technical details for this skill
- domain
- business
- skill id
- vc-skill-023
- specialization
- venture-capital
SKILL.md
DCF Modeler
Overview
The DCF Modeler skill builds Discounted Cash Flow valuation models for venture capital analysis. While DCF is less common for early-stage VC, it supports late-stage growth investments, exit analysis, and LP return modeling where cash flow projections are meaningful.
Capabilities
Cash Flow Projection
- Project operating cash flows
- Model capital expenditure requirements
- Estimate working capital changes
- Handle loss-making growth phase transitions
Discount Rate Calculation
- Calculate WACC for appropriate structures
- Apply venture-appropriate discount rates
- Adjust for stage and risk profile
- Model cost of equity with VC premiums
Terminal Value Estimation
- Calculate terminal value via exit multiple
- Apply perpetuity growth method
- Hybrid terminal value approaches
- Terminal value sanity checks
Sensitivity Analysis
- Build sensitivity tables
- Model key assumption impacts
- Calculate value driver sensitivities
- Create scenario matrices
Usage
Build DCF Model
Input: Financial projections, assumptions
Process: Build cash flow model, calculate value
Output: DCF valuation, model outputs
Calculate Discount Rate
Input: Company profile, capital structure
Process: Calculate appropriate discount rate
Output: WACC/discount rate, methodology notes
Estimate Terminal Value
Input: Terminal year financials, exit assumptions
Process: Calculate terminal value
Output: Terminal value, percentage of total value
Run Sensitivity Analysis
Input: Base case model, sensitivity parameters
Process: Calculate sensitivities across ranges
Output: Sensitivity tables, tornado charts
DCF Components
| Component | VC Considerations |
|---|---|
| Projection Period | 5-10 years to steady state |
| Discount Rate | 20-40%+ for early stage |
| Terminal Value | Often 60-80%+ of total value |
| Cash Flows | May be negative for years |
| Exit Multiple | Primary terminal method |
Integration Points
- DCF Analysis Process: Core modeling skill
- Financial Model Validator: Validate model inputs
- Multiple Calculator: Terminal value multiples
- Sensitivity Analyst (Agent): Support analysis
Discount Rate Considerations
| Stage | Typical Discount Rate |
|---|---|
| Seed | 40-60% |
| Series A | 35-50% |
| Series B | 30-40% |
| Growth | 20-30% |
| Late Stage | 15-25% |
Best Practices
- DCF is supplementary for early-stage VC
- Use realistic projections, not hockey sticks
- Heavily weight terminal value sensitivities
- Consider probability-weighted scenarios
- Triangulate with VC method and comparables
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?