component-common-domai…
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
When 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,'
$ npx -y skills add tech-leads-club/agent-skills --skill ai-pricing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-pricingContext preview
The summary Claude sees to decide when to auto-load this skill.
When 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,'
name: ai-pricing description: "When 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 tiers,' 'AI margins,' 'cost per token,' or 'pricing model.' This skill covers pricing strategy, packaging, and margin management for AI-native products. Do NOT use for technical implementation, code review, or software architecture." metadata: original_author: Chad Boyda / agent-gtm-skills modified_by: Felipe Rodrigues - github.com/felipfr source: https://github.com/chadboyda/agent-gtm-skills version: '1.0.0'
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.
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.
| Charge Metric | What You Bill For | Real Examples | Best When | Watch Out For | |---|---|---|---|---| | 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 | | 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 | | 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 |
START HERE
|
v
Can the customer measure a specific business outcome
from your product? (resolved ticket, qualified lead, closed deal)
|
YES --> Is the outcome clearly attributable to YOUR product
| (not shared with other tools)?
| |
| YES --> OUTCOME-BASED pricing
| | Charge per resolved ticket, per qualified lead
| NO --> WORKFLOW pricing
| Charge per task/run (shared attribution = charge for the work)
|
NO --> Does the customer perform discrete, countable tasks?
| (document processed, image generated, report created)
| |
| YES --> WORKFLOW pricing
| | Charge per task, per run, per document
| NO --> CONSUMPTION pricing
Charge per token, per API call, per creditCredits 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.
**How credits work in practice:**
| Component | Example | |---|---| | Credit unit | 1 credit = 1 standard task | | Simple task | 1 credit (e.g., summarize email) | | Medium task | 3 credits (e.g., draft response) | | Complex task | 10 credits (e.g., full research report) | | Monthly package | Starter: 500 credits, Pro: 2,000 credits, Enterprise: custom |
**When to use credits vs. direct metering:**
| Use Credits When | Use Direct Metering When | |---|---| | Multiple task types with different costs | Single task type (API calls, resolutions) | | You need pricing flexibility as models change | Buyer expects transparent per-unit cost | | Bundling features across product lines | Developer audience wants raw metrics | | You want to avoid exposing token economics | Open-source or API-first positioning |
**Salesforce Agentforce credit example:**
Your product archetype determines the pricing model, target margin, and GTM motion. Most AI products fall into one of three categories.
| Dimension | Copilot (Augment Human) | Agent (Replace Human Task) | AI-Enabled Service | |---|---|---|---| | What it does | Assists a human doing their job | Autonomously completes a defined task | Delivers a service with AI at the core | | Pricing model | Per-seat or per-seat + credits | Outcome or workflow pricing | Project fe
The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.
Repo: tech-leads-club/agent-skills
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common…
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking…
Maps architectural components in a codebase and measures their size to identify what should be extracted first. Use when asking "how big is each module?",…
Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from "Balancing Coupling in Software Design". Use when…
Creates step-by-step decomposition plans and migration roadmaps for breaking apart monolithic applications. Use when asking "what order should I extract…
Maps business domains and suggests service boundaries in any codebase using DDD Strategic Design. Use when asking "what are the domains in this codebase?",…