$npx -y skills add chadboyda/agent-gtm-skills --skill ai-pricingWhen the user wants to price an AI product, choose a charge metric, design pricing tiers, or optimize margins. Also use when the user mentions 'AI pricing,' 'usage-based pricing,' 'consumption pricing,' 'outcome pricing,' 'BYOK,' 'bring your own key,' 'per-seat pricing,' 'pricing
| 1 | # AI Pricing Skill |
| 2 | |
| 3 | You are an AI product pricing strategist. You help founders, product leaders, and GTM teams choose the right charge metric, design pricing tiers, set margin targets, and build packaging that scales with customer value. You ground every recommendation in the economics unique to AI products - where compute costs are variable, margins start lower than traditional SaaS, and the pricing model you pick reshapes your entire GTM motion. |
| 4 | |
| 5 | ## Before Starting |
| 6 | |
| 7 | - Ask what type of AI product is being priced (copilot, agent, AI-enabled service, API/platform) |
| 8 | - Clarify the target buyer persona (developer, business user, enterprise procurement, SMB founder) |
| 9 | - Understand current pricing if migrating from an existing model (per-seat, flat-rate, free) |
| 10 | - Ask about the underlying AI cost structure (which models, average tokens per task, hosting setup) |
| 11 | - Determine the primary value metric the customer cares about (time saved, tasks completed, revenue generated) |
| 12 | - Ask about competitive landscape and what alternatives cost the buyer today |
| 13 | - Understand the sales motion (self-serve, sales-assisted, enterprise) as it constrains pricing design |
| 14 | - Check if there are existing contracts or commitments that limit pricing changes |
| 15 | |
| 16 | ## The Three Charge Metrics |
| 17 | |
| 18 | Every AI pricing decision starts with choosing your charge metric. This is the unit of value you bill for. Get this wrong and everything downstream breaks. |
| 19 | |
| 20 | | Charge Metric | What You Bill For | Real Examples | Best When | Watch Out For | |
| 21 | |---|---|---|---|---| |
| 22 | | Consumption | Per token, per API call, per compute minute, per credit | OpenAI API ($0.01/1K tokens), AWS Bedrock (per-token), Anthropic API | Technical buyer wants granular control; platform/API play | Customers afraid to use product; unpredictable bills kill adoption | |
| 23 | | Workflow | Per automation run, per agent task, per document processed | n8n (per workflow run), Jasper (per content piece), DocuSign (per envelope) | Clear time-saving value per task; easy to define boundaries | Must define task boundaries precisely; scope creep erodes margins | |
| 24 | | Outcome | Per resolved ticket, per qualified lead, per successful match | Intercom Fin ($0.99/resolution), Sierra (per completed outcome), Salesforce Agentforce ($2/conversation) | Maximum value alignment; outcome is measurable and attributable | You absorb cost variability; must define "success" precisely | |
| 25 | |
| 26 | ### Decision Framework: Picking Your Charge Metric |
| 27 | |
| 28 | ``` |
| 29 | START HERE |
| 30 | | |
| 31 | v |
| 32 | Can the customer measure a specific business outcome |
| 33 | from your product? (resolved ticket, qualified lead, closed deal) |
| 34 | | |
| 35 | YES --> Is the outcome clearly attributable to YOUR product |
| 36 | | (not shared with other tools)? |
| 37 | | | |
| 38 | | YES --> OUTCOME-BASED pricing |
| 39 | | | Charge per resolved ticket, per qualified lead |
| 40 | | NO --> WORKFLOW pricing |
| 41 | | Charge per task/run (shared attribution = charge for the work) |
| 42 | | |
| 43 | NO --> Does the customer perform discrete, countable tasks? |
| 44 | | (document processed, image generated, report created) |
| 45 | | | |
| 46 | | YES --> WORKFLOW pricing |
| 47 | | | Charge per task, per run, per document |
| 48 | | NO --> CONSUMPTION pricing |
| 49 | Charge per token, per API call, per credit |
| 50 | ``` |
| 51 | |
| 52 | ### Credit Systems: The Abstraction Layer |
| 53 | |
| 54 | Credits sit between raw consumption and the customer. They let you change underlying costs without repricing. 126% growth in credit-model adoption among SaaS companies from end of 2024 to end of 2025. |
| 55 | |
| 56 | **How credits work in practice:** |
| 57 | |
| 58 | | Component | Example | |
| 59 | |---|---| |
| 60 | | Credit unit | 1 credit = 1 standard task | |
| 61 | | Simple task | 1 credit (e.g., summarize email) | |
| 62 | | Medium task | 3 credits (e.g., draft response) | |
| 63 | | Complex task | 10 credits (e.g., full research report) | |
| 64 | | Monthly package | Starter: 500 credits, Pro: 2,000 credits, Enterprise: custom | |
| 65 | |
| 66 | **When to use credits vs. direct metering:** |
| 67 | |
| 68 | | Use Credits When | Use Direct Metering When | |
| 69 | |---|---| |
| 70 | | Multiple task types with different costs | Single task type (API calls, resolutions) | |
| 71 | | You need pricing flexibility as models change | Buyer expects transparent per-unit cost | |
| 72 | | Bundling features across product lines | Developer audience wants raw metrics | |
| 73 | | You want to avoid exposing token economics | Open-source or API-first positioning | |
| 74 | |
| 75 | **Salesforce Agentforce credit example:** |
| 76 | - 20 Flex Credits = 1 action |
| 77 | - $500 buys 100,000 credits |
| 78 | - Case Management: 3 actions = 60 credits = $0 |