attio-deepline-enrich
Enrich records inside Attio with a clear cost gate before any credit is spent. Pull a chosen object (companies, people, or custom) from Attio, fill chosen…
Compute SaaS LTV, CAC payback, and LTV/CAC ratio with multiple frameworks side by side (Skok basic, NDR-adjusted, AI-inference-adjusted, Sequoia contribution margin). Outputs a styled Excel workbook with verdict, sensitivity heatmap, and 36-month cohort projection. Use when the
$ npx -y skills add NachoLafuente/5050-gtm --skill ltv-cac --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ltv-cacContext preview
The summary Claude sees to decide when to auto-load this skill.
Compute SaaS LTV, CAC payback, and LTV/CAC ratio with multiple frameworks side by side (Skok basic, NDR-adjusted, AI-inference-adjusted, Sequoia contribution margin). Outputs a styled Excel workbook with verdict, sensitivity heatmap, and 36-month cohort projection. Use when the
name: ltv-cac description: Compute SaaS LTV, CAC payback, and LTV/CAC ratio with multiple frameworks side by side (Skok basic, NDR-adjusted, AI-inference-adjusted, Sequoia contribution margin). Outputs a styled Excel workbook with verdict, sensitivity heatmap, and 36-month cohort projection. Use when the user says "/ltv-cac", "calculate LTV", "LTV CAC ratio", "is this business healthy", "unit economics", or "should I scale acquisition". One-shot, no warehouse.
Compute LTV, CAC payback, and LTV/CAC ratio with the four canonical formulas side by side. Anchor the verdict on Skok's 3:1 rule, layer on a16z NDR, Sequoia contribution-margin, and Tunguz AI-inference adjustments. Output a styled Excel workbook with a sensitivity heatmap and a 36-month synthetic cohort projection.
Ask in order. The first 3 are required; the rest have defaults.
1. **ARPU** (monthly revenue per customer, $), e.g. `200` 2. **Customer churn rate** (monthly, decimal), e.g. `0.03` for 3%/mo 3. **CAC** (customer acquisition cost, $), e.g. `1500` 4. **Net revenue expansion** (monthly, decimal, optional), e.g. `0.005` for 0.5%/mo. Default `0`. If they have NDR > 100%, this is positive. 5. **Gross margin** (decimal, optional), e.g. `0.78`. Default `0.78` (78%, typical SaaS). 6. **Inference / variable cost per customer per month** ($, optional), only relevant for AI products. Default `0`.
If the user is hesitant on inputs, suggest they start with the example fixture (`examples/inputs.json`).
python skills/ltv-cac/run.py \ --arpu 200 \ --churn 0.03 \ --cac 1500 \ --expansion 0.005 \ --gross-margin 0.78 \ --inference-cost 0 \ --out-dir /tmp/ltv-cac-<client>-<date>
Or load all inputs from a JSON file:
python skills/ltv-cac/run.py --inputs path/to/inputs.json --out-dir /tmp/ltv-cac
**Verdict sheet (the headline)**
**Sensitivity sheet**
**Cohort Projection sheet**
Default output (`--output all`) writes to `/tmp/ltv-cac-<client>-<date>/`:
Show the user 4-5 lines: 1. The headline verdict (one of: Underwater 🔴 / Tight 🟡 / Healthy 🟢 / Possibly under-investing 🟦) 2. Skok basic LTV/CAC ratio 3. CAC payback months 4. NDR (annual) 5. Path to the workbook
If the AI-adjusted LTV diverges from the basic LTV by >20%, flag inference cost as a key sensitivity.
The `examples/inputs.json` ships with a typical mid-stage B2B-SaaS profile (ARPU $200, 3% churn, $1,500 CAC, 78% GM, no inference cost). Run:
python skills/ltv-cac/run.py --inputs skills/ltv-cac/examples/inputs.json --out-dir /tmp/ltv-cac-demo open /tmp/ltv-cac-demo/ltv_cac_workbook.xlsx
The skill computes all four side by side so the user sees where they agree (and where AI economics break the textbook).
A growing collection of GTM skills for Claude Code, built by 5050Growth. Skills you can drop into Claude Code (or run as plain Python) to handle the GTM work that doesn't justify a SaaS subscription.
Enrich records inside Attio with a clear cost gate before any credit is spent. Pull a chosen object (companies, people, or custom) from Attio, fill chosen…
B2B discovery call coach. Paste any transcript — Granola export, Fireflies, Fathom, plain text, a file path — and get a full coaching report: framework flags,…
Read-only CFO data dashboard for bootstrapped startups. Two modes, CSV templates (works with any stack: Attio/HubSpot/Salesforce + Qonto/Mercury/Brex + Stripe…
Build a full SaaS cohort analysis from a CRM (Attio/Stripe/CSV) joined to revenue (Stripe/Attio/CSV). Outputs a styled Excel workbook with conditional…
Generate a tight pre-discovery-call prep brief from an intro email, referral, or company name. Outputs a 3-section scan doc (who they are, ranked questions,…
Pull Google Search Console health (sitemap status, indexing coverage, 28-day search analytics) for a verified GSC property, then run Lighthouse via the…