{"id":"74be77f1-79ff-496d-ab54-cbb6cf2252c6","shortId":"sWEUxH","kind":"skill","title":"startup-financial-modeling","tagline":"Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups.","description":"# Startup Financial Modeling\n\nBuild comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups.\n\n## Use this skill when\n\n- Working on startup financial modeling tasks or workflows\n- Needing guidance, best practices, or checklists for startup financial modeling\n\n## Do not use this skill when\n\n- The task is unrelated to startup financial modeling\n- You need a different domain or tool outside this scope\n\n## Instructions\n\n- Clarify goals, constraints, and required inputs.\n- Apply relevant best practices and validate outcomes.\n- Provide actionable steps and verification.\n- If detailed examples are required, open `resources/implementation-playbook.md`.\n\n## Overview\n\nFinancial modeling provides the quantitative foundation for startup strategy, fundraising, and operational planning. Create realistic projections using cohort-based revenue modeling, detailed cost structures, and scenario analysis to support decision-making and investor presentations.\n\n## Core Components\n\n### Revenue Model\n\n**Cohort-Based Projections:**\nBuild revenue from customer acquisition and retention by cohort.\n\n**Formula:**\n```\nMRR = Σ (Cohort Size × Retention Rate × ARPU)\nARR = MRR × 12\n```\n\n**Key Inputs:**\n- Monthly new customer acquisitions\n- Customer retention rates by month\n- Average revenue per user (ARPU)\n- Pricing and packaging assumptions\n- Expansion revenue (upsells, cross-sells)\n\n### Cost Structure\n\n**Operating Expenses Categories:**\n\n1. **Cost of Goods Sold (COGS)**\n   - Hosting and infrastructure\n   - Payment processing fees\n   - Customer support (variable portion)\n   - Third-party services per customer\n\n2. **Sales & Marketing (S&M)**\n   - Customer acquisition cost (CAC)\n   - Marketing programs and advertising\n   - Sales team compensation\n   - Marketing tools and software\n\n3. **Research & Development (R&D)**\n   - Engineering team compensation\n   - Product management\n   - Design and UX\n   - Development tools and infrastructure\n\n4. **General & Administrative (G&A)**\n   - Executive team\n   - Finance, legal, HR\n   - Office and facilities\n   - Insurance and compliance\n\n### Cash Flow Analysis\n\n**Components:**\n- Beginning cash balance\n- Cash inflows (revenue, fundraising)\n- Cash outflows (operating expenses, CapEx)\n- Ending cash balance\n- Monthly burn rate\n- Runway (months of cash remaining)\n\n**Formula:**\n```\nRunway = Current Cash Balance / Monthly Burn Rate\nMonthly Burn = Monthly Revenue - Monthly Expenses\n```\n\n### Headcount Planning\n\n**Role-Based Hiring Plan:**\nTrack headcount by department and role.\n\n**Key Metrics:**\n- Fully-loaded cost per employee\n- Revenue per employee\n- Headcount by department (% of total)\n\n**Typical Ratios (Early-Stage SaaS):**\n- Engineering: 40-50%\n- Sales & Marketing: 25-35%\n- G&A: 10-15%\n- Customer Success: 5-10%\n\n## Financial Model Structure\n\n### Three-Scenario Framework\n\n**Conservative Scenario (P10):**\n- Slower customer acquisition\n- Lower pricing or conversion\n- Higher churn rates\n- Extended sales cycles\n- Used for cash management\n\n**Base Scenario (P50):**\n- Most likely outcomes\n- Realistic assumptions\n- Primary planning scenario\n- Used for board reporting\n\n**Optimistic Scenario (P90):**\n- Faster growth\n- Better unit economics\n- Lower churn\n- Used for upside planning\n\n### Time Horizon\n\n**Detailed Projections: 3 Years**\n- Monthly detail for Year 1\n- Monthly detail for Year 2\n- Quarterly detail for Year 3\n\n**High-Level Projections: Years 4-5**\n- Annual projections\n- Key metrics only\n- Support long-term planning\n\n## Step-by-Step Process\n\n### Step 1: Define Business Model\n\nClarify revenue model and pricing.\n\n**SaaS Model:**\n- Subscription pricing tiers\n- Annual vs. monthly contracts\n- Free trial or freemium approach\n- Expansion revenue strategy\n\n**Marketplace Model:**\n- GMV projections\n- Take rate (% of transactions)\n- Buyer and seller economics\n- Transaction frequency\n\n**Transactional Model:**\n- Transaction volume\n- Revenue per transaction\n- Frequency and seasonality\n\n### Step 2: Build Revenue Projections\n\nUse cohort-based methodology for accuracy.\n\n**Monthly Customer Acquisition:**\nDefine new customers acquired each month.\n\n**Retention Curve:**\nModel customer retention over time.\n\n**Typical SaaS Retention:**\n- Month 1: 100%\n- Month 3: 90%\n- Month 6: 85%\n- Month 12: 75%\n- Month 24: 70%\n\n**Revenue Calculation:**\nFor each cohort, calculate retained customers × ARPU for each month.\n\n### Step 3: Model Cost Structure\n\nBreak down costs by category and behavior.\n\n**Fixed vs. Variable:**\n- Fixed: Salaries, software, rent\n- Variable: Hosting, payment processing, support\n\n**Scaling Assumptions:**\n- COGS as % of revenue\n- S&M as % of revenue (CAC payback)\n- R&D growth rate\n- G&A as % of total expenses\n\n### Step 4: Create Hiring Plan\n\nModel headcount growth by role and department.\n\n**Inputs:**\n- Starting headcount\n- Hiring velocity by role\n- Fully-loaded compensation by role\n- Benefits and taxes (typically 1.3-1.4x salary)\n\n**Example:**\n```\nEngineer: $150K salary × 1.35 = $202K fully-loaded\nSales Rep: $100K OTE × 1.30 = $130K fully-loaded\n```\n\n### Step 5: Project Cash Flow\n\nCalculate monthly cash position and runway.\n\n**Monthly Cash Flow:**\n```\nBeginning Cash\n+ Revenue Collected (consider payment terms)\n- Operating Expenses Paid\n- CapEx\n= Ending Cash\n```\n\n**Runway Calculation:**\n```\nIf Ending Cash < 0:\n  Funding Need = Negative Cash Balance\n  Runway = 0\nElse:\n  Runway = Ending Cash / Average Monthly Burn\n```\n\n### Step 6: Calculate Key Metrics\n\nTrack metrics that matter for stage.\n\n**Revenue Metrics:**\n- MRR / ARR\n- Growth rate (MoM, YoY)\n- Revenue by segment or cohort\n\n**Unit Economics:**\n- CAC (Customer Acquisition Cost)\n- LTV (Lifetime Value)\n- CAC Payback Period\n- LTV / CAC Ratio\n\n**Efficiency Metrics:**\n- Burn multiple (Net Burn / Net New ARR)\n- Magic number (Net New ARR / S&M Spend)\n- Rule of 40 (Growth % + Profit Margin %)\n\n**Cash Metrics:**\n- Monthly burn rate\n- Runway (months)\n- Cash efficiency\n\n### Step 7: Scenario Analysis\n\nCreate three scenarios with different assumptions.\n\n**Variable Assumptions:**\n- Customer acquisition rate (±30%)\n- Churn rate (±20%)\n- Average contract value (±15%)\n- CAC (±25%)\n\n**Fixed Assumptions:**\n- Pricing structure\n- Core operating expenses\n- Hiring plan (adjust timing, not roles)\n\n## Business Model Templates\n\n### SaaS Financial Model\n\n**Revenue Drivers:**\n- New MRR (customers × ARPU)\n- Expansion MRR (upsells)\n- Contraction MRR (downgrades)\n- Churned MRR (lost customers)\n\n**Key Ratios:**\n- Gross margin: 75-85%\n- S&M as % revenue: 40-60% (early stage)\n- CAC payback: < 12 months\n- Net retention: 100-120%\n\n**Example Projection:**\n```\nYear 1: $500K ARR, 50 customers, $100K MRR by Dec\nYear 2: $2.5M ARR, 200 customers, $208K MRR by Dec\nYear 3: $8M ARR, 600 customers, $667K MRR by Dec\n```\n\n### Marketplace Financial Model\n\n**Revenue Drivers:**\n- GMV (Gross Merchandise Value)\n- Take rate (% of GMV)\n- Net revenue = GMV × Take rate\n\n**Key Ratios:**\n- Take rate: 10-30% depending on category\n- CAC for buyers vs. sellers\n- Contribution margin: 60-70%\n\n**Example Projection:**\n```\nYear 1: $5M GMV, 15% take rate = $750K revenue\nYear 2: $20M GMV, 15% take rate = $3M revenue\nYear 3: $60M GMV, 15% take rate = $9M revenue\n```\n\n### E-Commerce Financial Model\n\n**Revenue Drivers:**\n- Traffic (visitors)\n- Conversion rate\n- Average order value (AOV)\n- Purchase frequency\n\n**Key Ratios:**\n- Gross margin: 40-60%\n- Contribution margin: 20-35%\n- CAC payback: 3-6 months\n\n### Services / Agency Financial Model\n\n**Revenue Drivers:**\n- Billable hours or projects\n- Hourly rate or project fee\n- Utilization rate\n- Team capacity\n\n**Key Ratios:**\n- Gross margin: 50-70%\n- Utilization: 70-85%\n- Revenue per employee\n\n## Fundraising Integration\n\n### Funding Scenario Modeling\n\n**Pre-Money Valuation:**\nBased on metrics and comparables.\n\n**Dilution:**\n```\nPost-Money = Pre-Money + Investment\nDilution % = Investment / Post-Money\n```\n\n**Use of Funds:**\nAllocate funding to extend runway and achieve milestones.\n\n**Example:**\n```\nRaise: $5M at $20M pre-money\nPost-Money: $25M\nDilution: 20%\n\nUse of Funds:\n- Product Development: $2M (40%)\n- Sales & Marketing: $2M (40%)\n- G&A and Operations: $0.5M (10%)\n- Working Capital: $0.5M (10%)\n```\n\n### Milestone-Based Planning\n\n**Identify Key Milestones:**\n- Product launch\n- First $1M ARR\n- Break-even on CAC\n- Series A fundraise\n\n**Funding Amount:**\nEnsure runway to achieve next milestone + 6 months buffer.\n\n## Common Pitfalls\n\n**Pitfall 1: Overly Optimistic Revenue**\n- New startups rarely hit aggressive projections\n- Use conservative customer acquisition assumptions\n- Model realistic churn rates\n\n**Pitfall 2: Underestimating Costs**\n- Add 20% buffer to expense estimates\n- Include fully-loaded compensation\n- Account for software and tools\n\n**Pitfall 3: Ignoring Cash Flow Timing**\n- Revenue ≠ cash (payment terms)\n- Expenses paid before revenue collected\n- Model cash conversion carefully\n\n**Pitfall 4: Static Headcount**\n- Hiring takes time (3-6 months to fill roles)\n- Ramp time for productivity (3-6 months)\n- Account for attrition (10-15% annually)\n\n**Pitfall 5: Not Scenario Planning**\n- Single scenario is never accurate\n- Always model conservative case\n- Plan for what you'll do if base case fails\n\n## Model Validation\n\n**Sanity Checks:**\n- [ ] Revenue growth rate is achievable (3x in Year 2, 2x in Year 3)\n- [ ] Unit economics are realistic (LTV/CAC > 3, payback < 18 months)\n- [ ] Burn multiple is reasonable (< 2.0 in Year 2-3)\n- [ ] Headcount scales with revenue (revenue per employee growing)\n- [ ] Gross margin is appropriate for business model\n- [ ] S&M spending aligns with CAC and growth targets\n\n**Benchmark Against Peers:**\nCompare key metrics to similar companies at similar stage.\n\n**Investor Feedback:**\nShare model with advisors or investors for feedback on assumptions.\n\n## Additional Resources\n\n### Reference Files\n\nFor detailed model structures and advanced techniques:\n- **`references/model-templates.md`** - Complete financial model templates by business model\n- **`references/unit-economics.md`** - Deep dive on CAC, LTV, payback, and efficiency metrics\n- **`references/fundraising-scenarios.md`** - Modeling funding rounds and dilution\n\n### Example Files\n\nWorking financial models with formulas:\n- **`examples/saas-financial-model.md`** - Complete 3-year SaaS model with cohort analysis\n- **`examples/marketplace-model.md`** - Marketplace GMV and take rate projections\n- **`examples/scenario-analysis.md`** - Three-scenario framework with sensitivities\n\n## Quick Start\n\nTo create a startup financial model:\n\n1. **Define business model** - Revenue drivers and pricing\n2. **Project revenue** - Cohort-based with retention\n3. **Model costs** - COGS, S&M, R&D, G&A by month\n4. **Plan headcount** - Hiring by role and department\n5. **Calculate cash flow** - Revenue - expenses = burn/runway\n6. **Compute metrics** - CAC, LTV, burn multiple, runway\n7. **Create scenarios** - Conservative, base, optimistic\n8. **Validate assumptions** - Sanity check and benchmark\n9. **Integrate fundraising** - Model funding rounds and milestones\n\nFor complete templates and formulas, reference the `references/` and `examples/` files.\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["startup","financial","modeling","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding"],"capabilities":["skill","source-sickn33","skill-startup-financial-modeling","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/startup-financial-modeling","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34515 github stars · SKILL.md body (11,523 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T12:51:50.102Z","embedding":null,"createdAt":"2026-04-18T21:45:29.472Z","updatedAt":"2026-04-22T12:51:50.102Z","lastSeenAt":"2026-04-22T12:51:50.102Z","tsv":"'-1.4':673 '-10':387 '-120':893 '-15':383,1246 '-3':1306 '-30':950 '-35':379,1018 '-5':8,34,471 '-50':375 '-6':1022,1230,1240 '-60':883,1014 '-70':962,1048 '-85':877,1051 '0':726,733 '0.5':1122,1127 '1':222,454,488,570,897,966,1164,1428 '1.3':672 '1.30':689 '1.35':680 '10':382,949,1124,1129,1245 '100':571,892 '100k':687,902 '12':190,579,888 '130k':690 '15':834,969,978,987 '150k':678 '18':1296 '1m':1140 '2':244,459,539,907,975,1184,1284,1305,1436 '2.0':1302 '2.5':908 '20':830,1017,1106,1188 '200':911 '202k':681 '208k':913 '20m':976,1097 '24':582 '25':378,836 '25m':1104 '2m':1112,1116 '2x':1285 '3':7,33,264,448,464,573,597,918,984,1021,1204,1229,1239,1288,1294,1399,1444 '30':827 '3m':981 '3x':1281 '4':281,470,644,1223,1456 '40':374,799,882,1013,1113,1117 '5':386,695,1249,1464 '50':900,1047 '500k':898 '5m':967,1095 '6':576,742,1158,1471 '60':961 '600':921 '60m':985 '667k':923 '7':813,1479 '70':583,1050 '75':580,876 '750k':972 '8':1485 '85':577 '8m':919 '9':1492 '90':574 '9m':990 'account':1198,1242 'accur':1257 'accuraci':549 'achiev':1091,1155,1280 'acquir':556 'acquisit':175,196,250,400,552,769,825,1177 'action':115 'add':1187 'addit':1355 'adjust':846 'administr':283 'advanc':1364 'advertis':256 'advisor':1348 'agenc':1025 'aggress':1172 'align':1325 'alloc':1085 'alway':1258 'amount':1151 'analysi':19,45,154,299,815,1405 'annual':472,502,1247 'aov':1006 'appli':107 'approach':510 'appropri':1318 'arpu':187,206,592,861 'arr':188,755,788,793,899,910,920,1141 'ask':1544 'assumpt':210,422,621,821,823,838,1178,1354,1487 'attrit':1244 'averag':202,738,831,1003 'balanc':303,315,328,731 'base':146,169,342,415,546,1064,1132,1269,1441,1483 'begin':301,708 'behavior':607 'benchmark':1331,1491 'benefit':668 'best':68,109 'better':435 'billabl':1030 'board':428 'boundari':1552 'break':601,1143 'break-even':1142 'buffer':1160,1189 'build':5,31,171,540 'burn':317,330,333,740,782,785,806,1298,1476 'burn/runway':1470 'busi':490,850,1320,1372,1430 'buyer':522,956 'cac':252,631,767,774,778,835,886,954,1019,1146,1327,1378,1474 'calcul':585,589,699,722,743,1465 'capac':1042 'capex':312,718 'capit':1126 'care':1221 'case':1261,1270 'cash':17,43,297,302,304,308,314,322,327,413,697,701,706,709,720,725,730,737,803,810,1206,1210,1219,1466 'categori':221,605,953 'check':1275,1489 'checklist':71 'churn':406,439,828,868,1181 'clarif':1546 'clarifi':101,492 'clear':1519 'cog':227,622,1447 'cohort':145,168,179,183,545,588,764,1404,1440 'cohort-bas':144,167,544,1439 'collect':711,1217 'commerc':994 'common':1161 'compani':1339 'compar':1068,1334 'compens':259,271,665,1197 'complet':1367,1398,1501 'complianc':296 'compon':164,300 'comprehens':6,32 'comput':1472 'conserv':395,1175,1260,1482 'consid':712 'constraint':103 'contract':505,832,865 'contribut':959,1015 'convers':404,1001,1220 'core':163,841 'cost':15,41,150,217,223,251,356,599,603,770,1186,1446 'creat':140,645,816,1423,1480 'criteria':1555 'cross':215 'cross-sel':214 'current':326 'curv':560 'custom':174,195,197,234,243,249,384,399,551,555,562,591,768,824,860,871,901,912,922,1176 'cycl':410 'd':268,634,1451 'dec':905,916,926 'decis':158 'decision-mak':157 'deep':1375 'defin':489,553,1429 'depart':348,364,654,1463 'depend':951 'describ':1523 'design':274 'detail':120,149,446,451,456,461,1360 'develop':266,277,1111 'differ':93,820 'dilut':1069,1077,1105,1389 'dive':1376 'domain':94 'downgrad':867 'driver':857,931,998,1029,1433 'e':993 'e-commerc':992 'earli':25,51,370,884 'early-stag':24,50,369 'econom':437,525,766,1290 'effici':780,811,1382 'els':734 'employe':358,361,1054,1313 'end':313,719,724,736 'engin':269,373,677 'ensur':1152 'environ':1535 'environment-specif':1534 'estim':1192 'even':1144 'exampl':121,676,894,963,1093,1390,1509 'examples/marketplace-model.md':1406 'examples/saas-financial-model.md':1397 'examples/scenario-analysis.md':1413 'execut':286 'expans':211,511,862 'expens':220,311,337,642,716,843,1191,1213,1469 'expert':1540 'extend':408,1088 'facil':293 'fail':1271 'faster':433 'fee':233,1038 'feedback':1344,1352 'file':1358,1391,1510 'fill':1233 'financ':288 'financi':3,10,29,36,61,74,88,127,388,854,928,995,1026,1368,1393,1426 'first':1139 'fix':608,611,837 'flow':18,44,298,698,707,1207,1467 'formula':180,324,1396,1504 'foundat':132 'framework':394,1417 'free':506 'freemium':509 'frequenc':527,535,1008 'fulli':354,663,683,692,1195 'fully-load':353,662,682,691,1194 'fund':727,1057,1084,1086,1109,1150,1386,1496 'fundrais':136,307,1055,1149,1494 'g':284,380,637,1118,1452 'general':282 'gmv':516,932,939,942,968,977,986,1408 'goal':102 'good':225 'gross':874,933,1011,1045,1315 'grow':1314 'growth':434,635,650,756,800,1277,1329 'guidanc':67 'headcount':338,346,362,649,657,1225,1307,1458 'high':466 'high-level':465 'higher':405 'hire':343,646,658,844,1226,1459 'hit':1171 'horizon':445 'host':228,616 'hour':1031,1034 'hr':290 'identifi':1134 'ignor':1205 'includ':1193 'inflow':305 'infrastructur':230,280 'input':106,192,655,1549 'instruct':100 'insur':294 'integr':1056,1493 'invest':1076,1078 'investor':161,1343,1350 'key':191,351,474,744,872,945,1009,1043,1135,1335 'launch':1138 'legal':289 'level':467 'lifetim':772 'like':419 'limit':1511 'll':1266 'load':355,664,684,693,1196 'long':479 'long-term':478 'lost':870 'lower':401,438 'ltv':771,777,1379,1475 'ltv/cac':1293 'm':248,627,795,879,909,1123,1128,1323,1449 'magic':789 'make':159 'manag':273,414 'margin':802,875,960,1012,1016,1046,1316 'market':246,253,260,377,1115 'marketplac':514,927,1407 'match':1520 'matter':749 'merchandis':934 'methodolog':547 'metric':352,475,745,747,753,781,804,1066,1336,1383,1473 'mileston':1092,1131,1136,1157,1499 'milestone-bas':1130 'miss':1557 'model':4,11,30,37,62,75,89,128,148,166,389,491,494,498,515,529,561,598,648,851,855,929,996,1027,1059,1179,1218,1259,1272,1321,1346,1361,1369,1373,1385,1394,1402,1427,1431,1445,1495 'mom':758 'money':1062,1072,1075,1081,1100,1103 'month':193,201,316,320,329,332,334,336,450,455,504,550,558,569,572,575,578,581,595,700,705,739,805,809,889,1023,1159,1231,1241,1297,1455 'mrr':181,189,754,859,863,866,869,903,914,924 'multipl':783,1299,1477 'need':66,91,728 'negat':729 'net':784,786,791,890,940 'never':1256 'new':194,554,787,792,858,1168 'next':1156 'number':790 'offic':291 'open':124 'oper':138,219,310,715,842,1121 'optimist':430,1166,1484 'order':1004 'ote':688 'outcom':113,420 'outflow':309 'output':1529 'outsid':97 'over':1165 'overview':126 'p10':397 'p50':417 'p90':432 'packag':209 'paid':717,1214 'parti':240 'payback':632,775,887,1020,1295,1380 'payment':231,617,713,1211 'peer':1333 'per':204,242,357,360,533,1053,1312 'period':776 'permiss':1550 'pitfal':1162,1163,1183,1203,1222,1248 'plan':22,48,139,339,344,424,443,481,647,845,1133,1252,1262,1457 'portion':237 'posit':702 'post':1071,1080,1102 'post-money':1070,1079,1101 'practic':69,110 'pre':1061,1074,1099 'pre-money':1060,1073,1098 'present':162 'price':207,402,496,500,839,1435 'primari':423 'process':232,486,618 'product':272,1110,1137,1238 'profit':801 'program':254 'project':14,40,142,170,447,468,473,517,542,696,895,964,1033,1037,1173,1412,1437 'provid':114,129 'purchas':1007 'quantit':131 'quarter':460 'quick':1420 'r':267,633,1450 'rais':1094 'ramp':1235 'rare':1170 'rate':186,199,318,331,407,519,636,757,807,826,829,937,944,948,971,980,989,1002,1035,1040,1182,1278,1411 'ratio':368,779,873,946,1010,1044 'realist':141,421,1180,1292 'reason':1301 'refer':1357,1505,1507 'references/fundraising-scenarios.md':1384 'references/model-templates.md':1366 'references/unit-economics.md':1374 'relev':108 'remain':323 'rent':614 'rep':686 'report':429 'requir':105,123,1548 'research':265 'resourc':1356 'resources/implementation-playbook.md':125 'retain':590 'retent':177,185,198,559,563,568,891,1443 'revenu':13,39,147,165,172,203,212,306,335,359,493,512,532,541,584,625,630,710,752,760,856,881,930,941,973,982,991,997,1028,1052,1167,1209,1216,1276,1310,1311,1432,1438,1468 'review':1541 'role':341,350,652,661,667,849,1234,1461 'role-bas':340 'round':1387,1497 'rule':797 'runway':319,325,704,721,732,735,808,1089,1153,1478 'saa':372,497,567,853,1401 'safeti':1551 'salari':612,675,679 'sale':245,257,376,409,685,1114 'saniti':1274,1488 'scale':620,1308 'scenario':21,47,153,393,396,416,425,431,814,818,1058,1251,1254,1416,1481 'scope':99,1522 'season':537 'segment':762 'sell':216 'seller':524,958 'sensit':1419 'seri':1147 'servic':241,1024 'share':1345 'similar':1338,1341 'singl':1253 'size':184 'skill':56,80,1514 'skill-startup-financial-modeling' 'slower':398 'softwar':263,613,1200 'sold':226 'source-sickn33' 'specif':1536 'spend':796,1324 'stage':26,52,371,751,885,1342 'start':656,1421 'startup':2,27,28,53,60,73,87,134,1169,1425 'startup-financial-model':1 'static':1224 'step':116,483,485,487,538,596,643,694,741,812 'step-by-step':482 'stop':1542 'strategi':135,513 'structur':16,42,151,218,390,600,840,1362 'subscript':499 'substitut':1532 'success':385,1554 'support':156,235,477,619 'take':518,936,943,947,970,979,988,1227,1410 'target':1330 'task':63,83,1518 'tax':670 'team':258,270,287,1041 'techniqu':1365 'templat':852,1370,1502 'term':480,714,1212 'test':1538 'third':239 'third-parti':238 'three':392,817,1415 'three-scenario':391,1414 'tier':501 'time':444,565,847,1208,1228,1236 'tool':96,261,278,1202 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'total':366,641 'track':345,746 'traffic':999 'transact':521,526,528,530,534 'treat':1527 'trial':507 'typic':367,566,671 'underestim':1185 'unit':436,765,1289 'unrel':85 'upsel':213,864 'upsid':442 'use':54,78,143,411,426,440,543,1082,1107,1174,1512 'user':205 'util':1039,1049 'ux':276 'valid':112,1273,1486,1537 'valu':773,833,935,1005 'valuat':1063 'variabl':236,610,615,822 'veloc':659 'verif':118 'visitor':1000 'volum':531 'vs':503,609,957 'work':58,1125,1392 'workflow':65 'x':674 'year':9,35,449,453,458,463,469,896,906,917,965,974,983,1283,1287,1304,1400 'yoy':759 'σ':182","prices":[{"id":"27f364c1-ebb5-409a-91bd-6d89ffc5713b","listingId":"74be77f1-79ff-496d-ab54-cbb6cf2252c6","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:45:29.472Z"}],"sources":[{"listingId":"74be77f1-79ff-496d-ab54-cbb6cf2252c6","source":"github","sourceId":"sickn33/antigravity-awesome-skills/startup-financial-modeling","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/startup-financial-modeling","isPrimary":false,"firstSeenAt":"2026-04-18T21:45:29.472Z","lastSeenAt":"2026-04-22T12:51:50.102Z"}],"details":{"listingId":"74be77f1-79ff-496d-ab54-cbb6cf2252c6","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"startup-financial-modeling","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34515,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-22T06:40:00Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"13207943b3e521c12663be4eebce45a0ba2d12a2","skill_md_path":"skills/startup-financial-modeling/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/startup-financial-modeling"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"startup-financial-modeling","description":"Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/startup-financial-modeling"},"updatedAt":"2026-04-22T12:51:50.102Z"}}