Process for building financial models, budget analyses, cost-benefit comparisons, and revenue forecasts — from raw data to structured financial output.
Produce rigorous, assumption-transparent financial analyses. Every model must show its inputs, assumptions, and reasoning — conclusions without traceable data are not acceptable.
Load this skill when:
State clearly:
List all inputs needed:
library/docs/research/ for prior finance reports)Never invent numbers. If a data point is missing, flag it as an assumption with a range estimate.
Use this standard layout for any model:
INPUTS (facts and confirmed data)
├── Revenue: ...
├── Fixed costs: ...
└── Variable costs: ...
ASSUMPTIONS (estimates with rationale)
├── Growth rate: X% — based on [source/rationale]
└── Churn rate: Y% — based on [source/rationale]
CALCULATIONS
├── Gross margin: Revenue − COGS
├── Operating expenses: Fixed + Variable
└── Net: Gross margin − OpEx
OUTPUTS
├── Monthly burn rate
├── Runway (months)
└── ROI or payback period (if applicable)
For any recommendation, produce 3 scenarios:
Label each scenario clearly. Never present only the base case.
Before finalizing:
Any recommendation involving fund movement or budget reallocation:
human-review — do NOT approve your own financial recommendationslibrary/docs/research/YYYY-MM-DD_finance_<description>.mdlibrary/docs/stratagies/YYYY-MM-DD_strategy_<description>.md## Financial Analysis: [Title]
Date: YYYY-MM-DD
Period: [Q1 2025 / FY 2025 / etc.]
Question: [What this answers]
### Summary
[3-sentence executive summary with the key number and recommendation]
### Inputs
| Item | Value | Source |
|------|-------|--------|
| ... | ... | ... |
### Assumptions
| Assumption | Value | Rationale |
|------------|-------|-----------|
| ... | ... | ... |
### Scenarios
| Scenario | Monthly Burn | Runway | Net |
|----------|-------------|--------|-----|
| Conservative | ... | ... | ... |
| Base | ... | ... | ... |
| Optimistic | ... | ... | ... |
### Recommendation
[Approve / Deny / Conditional — with clear reasoning]
### Risk Flags
- [Any HIGH RISK inputs or assumptions]
Good task for this skill: "Analyze Q1 API costs and model what happens if usage doubles in Q2."
Good task for this skill: "Is $500/month on the new analytics tool justified by the time it saves?"
Escalation trigger: Any recommendation over $1,000 or touching treasury funds → always route to human-review. Finance Manager never self-approves.