Gtm-Technical-Product-Pricing
Gtm-Technical-Product-Pricing是一款code方向的AI技能,核心价值是Pricing strategy for technical products,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。
Pricing strategy for technical products. Use when choosing usage-based vs seat-based, designing freemium thresholds, structuring enterprise pricing conversations, deciding when to raise prices, or usi
mkdir -p ./skills/gtm-technical-product-pricing && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gtm-technical-product-pricing/SKILL.md -o ./skills/gtm-technical-product-pricing/SKILL.md Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).
Skill Content
# Technical Product Pricing
Initial Assessment
Before recommending pricing, understand:
1. **Product type**: API/platform, developer tool, SaaS application, infrastructure?
2. **Current pricing**: What do you charge now? How long has it been this way?
3. **GTM motion**: Self-serve, sales-assisted, enterprise, or hybrid?
4. **Cost structure**: What's your marginal cost per customer/user/unit?
5. **Competitive landscape**: What do alternatives cost? (Including "do nothing")
---
Core Frameworks
1. The Price Increase Nobody Noticed (You're Probably Underpriced)
**The Pattern:**
Platform company, growth stage. Pricing hadn't changed since launch. Enterprise customers paying $15K/year for a product saving them $200K+ in engineering time.
Leadership debate: "If we raise prices, we'll lose customers."
**What actually happened:**
Raised enterprise tier from $15K to $45K/year. Added dedicated support, SSO, audit logs to justify the jump.
Lost: 0 enterprise customers. Zero.
Gained: 3x revenue per enterprise account. Plus the customers who stayed started taking the product more seriously — higher adoption, more internal champions, more expansion.
**Why This Happens:**
Technical founders anchor pricing to cost ("it costs us $X to serve them, so we charge $2X"). Enterprise buyers anchor pricing to value ("this saves us $200K, so $45K is cheap").
**The Pricing Sanity Check:**
For every customer segment, calculate:
Value Ratio = Customer's alternative cost / Your price
If Value Ratio > 10x → You're massively underpriced
If Value Ratio > 5x → You're underpriced (most startups are here)
If Value Ratio 3-5x → Healthy pricing
If Value Ratio < 3x → Approaching ceiling
If Value Ratio < 2x → You're expensive (need strong differentiation)**How to Calculate Alternative Cost:**
- Hours spent on manual process × hourly rate × frequency
- Cost of building in-house (engineers × months × loaded cost)
- Cost of existing tool + switching cost + productivity loss during transition
- Cost of *not solving the problem* (incidents, downtime, churn)
**Common Mistake:**
Comparing your price to competitors instead of to customer's alternative cost. Competitors anchor you to a race to the bottom. Value anchors you to what the customer actually saves.
---
2. The Three Pricing Models (And When Each Breaks)
**Model 1: Seat-Based ($X/user/month)**
**Works when:**
- Value scales with number of users (collaboration tools, communication)
- Usage is relatively uniform across users
- You want predictable revenue
**Breaks when:**
- Power users and casual users get same price (casual users churn)
- Product value doesn't scale with seats (one admin configures for 1,000 users)
- Customers consolidate seats to reduce cost (usage goes up, revenue doesn't)
**Model 2: Usage-Based ($X/unit)**
**Works when:**
- Usage varies significantly by customer (API calls, compute, storage)
- Marginal cost is meaningful (you need usage to track with revenue)
- Value directly correlates with usage
**Breaks when:**
- Customers can't predict bills (sticker shock at month-end)
- Low-usage customers aren't worth supporting
- High-usage customers negotiate volume discounts that compress margins
**Model 3: Outcome-Based ($X/result)**
**Works when:**
- You can measure outcomes reliably (leads generated, tickets resolved, code deployed)
- Outcomes directly create customer value
- You have confidence in your product's effectiveness
**Breaks when:**
- Outcomes depend on factors outside your control
- Measurement is disputed ("that lead wasn't from your tool")
- Customers game the metric
**The Hybrid That Usually Wins:**
Platform fee (covers your fixed costs) + usage/outcome variable (scales with value).
Example: $500/month base + $0.05 per transaction (or API call, task completed, record processed — whatever your unit of value is).
Why this works:
- Base fee ensures every customer covers cost to serve
- Variable fee aligns price with value
- C
🎯 Best For
- Claude users
- GitHub Copilot users
- Software engineers
- Development teams
- Tech leads
💡 Use Cases
- Code quality improvement
- Best practice enforcement
📖 How to Use This Skill
- 1
Install the Skill
Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.
- 2
Load into Your AI Assistant
Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.
- 3
Apply Gtm-Technical-Product-Pricing to Your Work
Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.
- 4
Review and Refine
Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.
❓ Frequently Asked Questions
Is Gtm-Technical-Product-Pricing compatible with Cursor and VS Code?
Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.
Do I need specific dependencies for Gtm-Technical-Product-Pricing?
Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.
How do I install Gtm-Technical-Product-Pricing?
Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/gtm-technical-product-pricing/SKILL.md, ready to use.
Can I customize this skill for my team?
Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.
⚠️ Common Mistakes to Avoid
Skipping validation
Always test AI-generated code changes, even for simple refactors.
Missing dependency updates
Check if the skill requires updated dependencies or new packages.