Agent skill
three-statement-model-builder
Integrated three-statement financial model builder linking income statement, balance sheet, and cash flow statement with circular reference handling
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/finance-accounting/skills/three-statement-model-builder
Metadata
Additional technical details for this skill
- domain
- business
- category
- financial-modeling
- priority
- medium
- specialization
- finance-accounting
SKILL.md
Three-Statement Model Builder
Overview
The Three-Statement Model Builder skill creates fully integrated financial models that dynamically link the income statement, balance sheet, and cash flow statement. It handles complex circular references between debt, interest expense, and cash balances while maintaining model integrity.
Capabilities
Income Statement Projection
- Revenue drivers and growth modeling
- Cost structure analysis (fixed vs. variable)
- Gross margin forecasting
- Operating expense projections
- Interest expense calculation
- Tax expense computation
- EPS and diluted EPS calculation
Balance Sheet Forecasting
- Working capital modeling (AR, AP, inventory)
- Fixed asset roll-forward
- Debt schedule construction
- Equity account tracking
- Deferred tax assets/liabilities
- Goodwill and intangibles
Cash Flow Statement Derivation
- Operating cash flow from net income
- Working capital changes
- Investing activities (capex, acquisitions)
- Financing activities (debt, dividends, buybacks)
- Beginning and ending cash reconciliation
- Free cash flow calculation
Circular Reference Resolution
- Debt/interest iterative calculation
- Cash sweep mechanisms
- Revolver draws and paydowns
- Interest income on excess cash
- Convergence verification
Working Capital Modeling
- Days sales outstanding (DSO) analysis
- Days payable outstanding (DPO) modeling
- Inventory turnover projections
- Prepaid and accrued expense forecasting
- Seasonal adjustment factors
Capital Expenditure and Depreciation
- Capex as percentage of revenue
- Asset category breakdowns
- Depreciation method selection
- Useful life assumptions
- Asset retirement modeling
Usage
Model Construction
Input: Historical financials (3-5 years), business assumptions
Process: Build integrated statements with driver-based forecasts
Output: Multi-year projections with automatic balance sheet balancing
Scenario Development
Input: Base case assumptions, scenario parameters
Process: Create linked scenarios with consistent assumptions
Output: Comparable financial projections across scenarios
Integration
Used By Processes
- Financial Statement Preparation
- Financial Modeling and Scenario Planning
- Annual Budget Development
Tools and Libraries
- Python pandas
- openpyxl
- Financial modeling templates
- xlwings for Excel automation
Best Practices
- Establish clear historical period and projection period boundaries
- Use driver-based assumptions rather than hard-coded values
- Implement error checks and balance verification
- Maintain assumption documentation separate from calculations
- Build in flexibility for scenario switching
- Use consistent sign conventions throughout
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?