Create detailed 3-5 year financial model with revenue, costs, cash
Add this skill
npx mdskills install sickn33/startup-business-analyst-financial-projectionsComprehensive startup financial modeling with cohort revenue, multi-scenario analysis, and investor-ready outputs
1---2name: startup-business-analyst-financial-projections3description: Create detailed 3-5 year financial model with revenue, costs, cash4 flow, and scenarios5allowed-tools: Read Write Edit Glob Grep Bash WebSearch WebFetch6---78# Financial Projections910Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising.1112## Use this skill when1314- Working on financial projections tasks or workflows15- Needing guidance, best practices, or checklists for financial projections1617## Do not use this skill when1819- The task is unrelated to financial projections20- You need a different domain or tool outside this scope2122## Instructions2324- Clarify goals, constraints, and required inputs.25- Apply relevant best practices and validate outcomes.26- Provide actionable steps and verification.27- If detailed examples are required, open `resources/implementation-playbook.md`.2829## What This Command Does3031This command builds a complete financial model including:321. Cohort-based revenue projections332. Detailed cost structure (COGS, S&M, R&D, G&A)343. Headcount planning by role354. Monthly cash flow analysis365. Key metrics (CAC, LTV, burn rate, runway)376. Three-scenario analysis3839## Instructions for Claude4041When this command is invoked, follow these steps:4243### Step 1: Gather Model Inputs4445Ask the user for essential information:4647**Business Model:**48- Revenue model (SaaS, marketplace, transaction, etc.)49- Pricing structure (tiers, average price)50- Target customer segments5152**Starting Point:**53- Current MRR/ARR (if any)54- Current customer count55- Current team size56- Current cash balance5758**Growth Assumptions:**59- Expected monthly customer acquisition60- Customer retention/churn rate61- Average contract value (ACV)62- Sales cycle length6364**Cost Assumptions:**65- Gross margin or COGS %66- S&M budget or CAC target67- Current burn rate (if applicable)6869**Funding:**70- Planned fundraising (amount, timing)71- Pre/post-money valuation7273### Step 2: Activate startup-financial-modeling Skill7475The startup-financial-modeling skill provides frameworks. Reference it for:76- Revenue modeling approaches77- Cost structure templates78- Headcount planning guidance79- Scenario analysis methods8081### Step 3: Build Revenue Model8283**Use Cohort-Based Approach:**8485For each month, track:861. New customers acquired872. Existing customers retained (apply churn)883. Revenue per cohort (customers × ARPU)894. Expansion revenue (upsells)9091**Formula:**92```93MRR (Month N) = Σ across all cohorts:94 (Cohort Size × Retention Rate × ARPU) + Expansion95```9697**Project:**98- Monthly detail for Year 1-299- Quarterly detail for Year 3100- Annual for Years 4-5101102### Step 4: Model Cost Structure103104Break down operating expenses:105106**1. Cost of Goods Sold (COGS)**107- Hosting/infrastructure (% of revenue or fixed)108- Payment processing (% of revenue)109- Variable customer support110- Third-party services111112Target gross margin:113- SaaS: 75-85%114- Marketplace: 60-70%115- E-commerce: 40-60%116117**2. Sales & Marketing (S&M)**118- Sales team compensation119- Marketing programs120- Tools and software121- Target: 40-60% of revenue (early stage)122123**3. Research & Development (R&D)**124- Engineering team125- Product management126- Design127- Target: 30-40% of revenue128129**4. General & Administrative (G&A)**130- Executive team131- Finance, legal, HR132- Office and facilities133- Target: 15-25% of revenue134135### Step 5: Plan Headcount136137Create role-by-role hiring plan:138139**Reference team-composition-analysis skill for:**140- Roles by stage141- Compensation benchmarks142- Hiring velocity assumptions143144**For each role:**145- Title and department146- Start date (month/quarter)147- Base salary148- Fully-loaded cost (salary × 1.3-1.4)149- Equity grant150151**Track departmental ratios:**152- Engineering: 40-50% of team153- Sales & Marketing: 25-35%154- G&A: 10-15%155- Product/CS: 10-15%156157### Step 6: Calculate Cash Flow158159Monthly cash flow projection:160161```162Beginning Cash Balance163+ Cash Collected (revenue, consider payment terms)164- Operating Expenses165- CapEx166= Ending Cash Balance167168Monthly Burn = Revenue - Expenses (if negative)169Runway = Cash Balance / Monthly Burn Rate170```171172**Include Funding Events:**173- Timing of raises174- Amount raised175- Use of proceeds176- Impact on cash balance177178### Step 7: Compute Key Metrics179180Calculate monthly/quarterly:181182**Unit Economics:**183- CAC (S&M spend / new customers)184- LTV (ARPU × margin% / churn rate)185- LTV:CAC ratio (target > 3.0)186- CAC payback period (target < 18 months)187188**Efficiency Metrics:**189- Burn multiple (net burn / net new ARR) - target < 2.0190- Magic number (net new ARR / S&M spend) - target > 0.5191- Rule of 40 (growth% + margin%) - target > 40%192193**Cash Metrics:**194- Monthly burn rate195- Runway in months196- Cash efficiency197198### Step 8: Create Three Scenarios199200Build conservative, base, and optimistic projections:201202**Conservative (P10):**203- New customers: -30% vs. base204- Churn: +20% vs. base205- Pricing: -15% vs. base206- CAC: +25% vs. base207208**Base (P50):**209- Most likely assumptions210- Primary planning scenario211212**Optimistic (P90):**213- New customers: +30% vs. base214- Churn: -20% vs. base215- Pricing: +15% vs. base216- CAC: -25% vs. base217218### Step 9: Generate Financial Model Report219220Create comprehensive markdown report with tables:221222**Section 1: Executive Summary**223- 3-5 year financial snapshot224- Key metrics at scale225- Funding requirements226227**Section 2: Model Assumptions**228- Revenue model and pricing229- Growth assumptions230- Cost structure assumptions231- Headcount plan summary232233**Section 3: Revenue Projections**234Monthly/quarterly tables showing:235```236| Month | New Customers | Total Customers | MRR | ARR | Growth % |237|-------|---------------|-----------------|-----|-----|----------|238```239240**Section 4: Cost Breakdown**241```242| Department | Year 1 | Year 2 | Year 3 | % Revenue |243|------------|--------|--------|--------|-----------|244| COGS | $X | $Y | $Z | XX% |245| S&M | $X | $Y | $Z | XX% |246| R&D | $X | $Y | $Z | XX% |247| G&A | $X | $Y | $Z | XX% |248```249250**Section 5: Headcount Plan**251```252| Department | Current | Year 1 | Year 2 | Year 3 |253|------------|---------|--------|--------|--------|254| Engineering| X | Y | Z | W |255```256257**Section 6: Cash Flow Analysis**258```259| Quarter | Revenue | Expenses | Net Burn | Cash Balance | Runway |260|---------|---------|----------|----------|--------------|--------|261```262263**Section 7: Key Metrics**264```265| Metric | Year 1 | Year 2 | Year 3 | Target |266|--------|--------|--------|--------|--------|267| CAC | $X | $Y | $Z | <$A |268| LTV | $X | $Y | $Z | >$B |269| Burn Multiple | X | Y | Z | <2.0 |270```271272**Section 8: Scenario Analysis**273```274| Scenario | Year 3 ARR | Customers | Burn | Runway |275|----------|------------|-----------|------|--------|276| Conservative | $Xم | Y | $Z | W mo |277| Base | $X | Y | $Z | W mo |278| Optimistic | $X | Y | $Z | W mo |279```280281**Section 9: Funding Requirements**282- Amount needed283- Use of proceeds breakdown284- Milestones to achieve285- Expected valuation impact286287**Section 10: Validation**288- Sanity checks performed289- Benchmark comparisons290- Risk factors291- Assumptions to monitor292293### Step 10: Save Model294295Offer to save as markdown file:296- Suggest filename: `financial-projections-YYYY-MM-DD.md`297- Include note that user can convert to Excel/Sheets298- Provide formulas for key calculations299300## Financial Model Best Practices301302**Do:**303- Use cohort-based revenue model304- Include 3 scenarios305- Show monthly detail (Year 1-2)306- Calculate key metrics307- Validate against benchmarks308- Document all assumptions309- Show cash flow and runway310- Include fundraising milestones311312**Don't:**313- Be overly optimistic on growth314- Underestimate costs315- Forget fully-loaded compensation316- Ignore cash timing317- Skip scenario analysis318- Use static headcount319- Forget to validate320321## Integration with Other Commands322323Pairs well with:324- `/market-opportunity` - Use SOM for revenue ceiling325- `/business-case` - Include projections in business case326327## Example Usage328329```330User: /financial-projections331332Claude: I'll create a comprehensive financial model for your startup. Let me gather the key inputs.333334What's your business model?335→ "B2B SaaS, subscription-based"336337Current state?338→ "$50K MRR, 100 customers, 5-person team, $500K cash"339340Growth assumptions?341→ "Expect 15% MoM growth, 10% monthly churn, $500 ACV"342343[Claude builds complete model with all sections]344```345346## Notes347348- Model building takes 45-90 minutes349- Results in comprehensive planning tool350- Update monthly to track vs. actuals351- Share with investors and board352- Use for fundraising decks353- Basis for budget and hiring decisions354
Full transparency — inspect the skill content before installing.