brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Evaluate SaaS unit economics and capital efficiency. Use when deciding whether the business can scale efficiently or needs correction.
$ npx -y skills add getcrew44/crew44 --skill saas-economics-efficiency-metrics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/saas-economics-efficiency-metricsContext preview
The summary Claude sees to decide when to auto-load this skill.
Evaluate SaaS unit economics and capital efficiency. Use when deciding whether the business can scale efficiently or needs correction.
name: saas-economics-efficiency-metrics description: Evaluate SaaS unit economics and capital efficiency. Use when deciding whether the business can scale efficiently or needs correction. intent: >- Determine whether your SaaS business model is fundamentally viable and capital-efficient. Use this to calculate unit economics, assess profitability, manage cash runway, and decide when to scale vs. optimize. Essential for fundraising, board reporting, and making smart investment trade-offs. type: component best_for: - "Checking whether a SaaS model is financially viable" - "Reviewing CAC, LTV, payback, burn, and Rule of 40 together" - "Preparing efficiency analysis for a board or leadership review" scenarios: - "Evaluate our SaaS unit economics before we scale paid acquisition" - "Help me analyze CAC payback, LTV, and burn for our product" - "I need a SaaS efficiency check for our board deck"
Determine whether your SaaS business model is fundamentally viable and capital-efficient. Use this to calculate unit economics, assess profitability, manage cash runway, and decide when to scale vs. optimize. Essential for fundraising, board reporting, and making smart investment trade-offs.
This is not a finance reporting tool—it's a framework for PMs to understand whether the business can sustain growth, when to prioritize efficiency over growth, and which investments have positive returns.
Metrics that measure profitability at the customer level—the foundation of sustainable SaaS.
**Gross Margin** — Percentage of revenue remaining after direct costs (COGS).
**CAC (Customer Acquisition Cost)** — Total cost to acquire one customer.
**LTV (Lifetime Value)** — Total revenue expected from one customer over their lifetime.
**LTV:CAC Ratio** — Efficiency of customer acquisition spending.
**Payback Period** — Months to recover CAC from customer revenue.
**Contribution Margin** — Revenue remaining after ALL variable costs (not just COGS).
**Gross Margin Payback** — Payback period using actual profit, not revenue.
**CAC Payback by Channel** — Compare payback across acquisition channels.
---
Metrics that measure how efficiently you use cash to grow the business.
**Burn Rate** — Cash consumed per month.
**Runway** — Months until cash runs out.
**OpEx (Operating Expenses)** — Costs to run the business (excluding COGS).
**Net Income (Profit Margin)** — Actual profit or loss after all expenses.
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes