Agent skill
ai-cost-check
Calculate AI feature costs and challenge if you actually need it. Invokes ai-cost-analyzer agent for detailed economics modeling.
Install this agent skill to your Project
npx add-skill https://github.com/breethomas/bette-think/tree/main/plugins/bette-think/skills/ai-cost-check
SKILL.md
AI Cost Check
Before you build an AI feature, answer two questions:
- Do you actually need this feature?
- Can you afford it?
Most PMs skip #1 and regret #2 later.
Entry Point
When this skill is invoked, start with:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
AI COST CHECK
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
AI features have marginal costs that scale with usage.
Model this BEFORE building, not after launch.
What AI feature are you considering?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Usage
/ai-cost-check [feature-name]
Examples:
/ai-cost-check "product recommendations"- Calculate recommendation costs/ai-cost-check "email composer"- Model email generation economics/ai-cost-check --compare- Compare cost across different models
What Happens
- Invokes the ai-cost-analyzer agent
- Challenges the premise first - Do you have evidence users want this?
- Models the economics - Cost per request, cost at scale, % of revenue
- Provides a verdict - Sustainable, viable but expensive, or unsustainable
- Shows optimization paths - Caching, model selection, prompt optimization
The Philosophy
AI products have marginal costs that scale with usage. Every user interaction costs money. Model this BEFORE building, not after launch when you're hemorrhaging cash.
Cost Thresholds
| AI Cost as % of Revenue | Status | Recommendation |
|---|---|---|
| <15% | Sustainable | Build it |
| 15-30% | Viable | Build with optimization plan |
| >30% | Unsustainable | Don't build (or fundamentally rethink) |
What You'll Get
FEATURE DETAILS:
- Model: GPT-4 Turbo
- Calls per recommendation: 1
- Input: 1,500 tokens
- Output: 300 tokens
COST BREAKDOWN:
Per request: $0.024
Per user/month: $2.16
| Scale | Monthly Cost | Your Revenue | AI % of Revenue |
|-------|-------------|--------------|-----------------|
| 100 | $216 | $2,000 | 10.8% |
| 10K | $21,600 | $200,000 | 10.8% |
VERDICT: Sustainable at 10.8% of revenue
OPTIMIZATION PATHS:
1. Caching (saves 40-60%): $8,640/month at 10K users
2. Model selection (saves 70%): Use GPT-3.5 for simple cases
Model Price Reference (January 2025)
| Model | Input | Output |
|---|---|---|
| GPT-4 Turbo | $0.01/1K | $0.03/1K |
| GPT-4o | $0.005/1K | $0.015/1K |
| GPT-3.5 Turbo | $0.0005/1K | $0.0015/1K |
| Claude 3.5 Sonnet | $0.003/1K | $0.015/1K |
| Claude 3 Haiku | $0.00025/1K | $0.00125/1K |
Related Commands
/ai-health-check- Full pre-launch readiness audit/four-risks- Includes viability (business model) risk/pmf-survey- Validate willingness to pay
Key insight: "Most AI features are solutions looking for problems. Validate the problem before modeling costs."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
four-fits
Find which fit is broken before you burn cash scaling. Brian Balfour's framework for validating sustainable growth readiness.
project-health
Deep-dive health check on a single Linear project. Produces assessment with 7 dimensions - On Track / At Risk / Stalled.
prompt-engineering
Expert prompt optimization system for building production-ready AI features. Use when users request help improving prompts, want to create system prompts, need prompt review/critique, ask for prompt optimization strategies, want to analyze prompt effectiveness, mention prompt engineering best practices, request prompt templates, or need guidance on structuring AI instructions. Also use when users provide prompts and want suggestions for improvement.
strategy-session
Your product soundboard. Work through product decisions conversationally - Claude gathers context, challenges assumptions, captures decisions, and creates Linear issues.
ai-debug
Diagnose why an AI feature is underperforming, hallucinating, or behaving inconsistently. Uses 4D audit to work backwards from symptoms to root cause.
shape-up
Shape work using the Shape Up methodology (Ryan Singer, Basecamp). Walk through the 4-step shaping process to create pitches ready for betting. Distinguishes between established product mode (fixed time, variable scope) and new product mode (looser constraints). Use when planning cycle work, writing pitches, or coaching PMs on shaping.
Didn't find tool you were looking for?