MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Gtm-Ai-Gtm

Gtm-Ai-Gtm是一款code方向的AI技能,核心价值是Go-to-market strategy for AI products,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Go-to-market strategy for AI products. Use when positioning AI products, handling "who is responsible when it breaks" objections, pricing variable-cost AI, choosing between copilot/agent/teammate fram

Last verified on: 2026-05-30
mkdir -p ./skills/gtm-ai-gtm && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/gtm-ai-gtm/SKILL.md -o ./skills/gtm-ai-gtm/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# AI Product GTM


Go-to-market strategy for AI products. These aren't generic AI principles — they're patterns from selling autonomous AI agents into enterprises where "autonomous" scared buyers and "teammate" converted them.


When to Use


**Triggers:**

- "How do we position this AI product?"

- "Buyers say they're worried about AI breaking production"

- "Should we call it autonomous or copilot?"

- "How do we price AI when usage varies 10x by customer?"

- "Enterprise security passed but ops rejected us — why?"


**Context:**

- AI agent platforms (coding, support, ops)

- LLM-based applications

- Autonomous tools that *do* things (not just suggest)

- AI infrastructure

- Anything where the AI makes decisions


---


Core Frameworks


1. The Real Enterprise AI Objection (It's Not What You Think)


**What I Learned Selling Autonomous AI Agents:**


Three months in, enterprise security reviews were passing fast. Good sign, right? Then the pattern emerged: security approved, but **operations rejected us**.


The objection wasn't "will the AI break production?" — they *assumed* it would break production eventually. The real question was:


**"Who's responsible when the agent does something wrong?"**


Not "do we trust the agent?" — "do we trust our *team* to handle this?"


**Why This Matters:**


Autonomous agents create a new operational burden. You're not selling AI capability, you're selling organizational readiness. When your agent halts production at 2am, who gets paged? Who fixes it? Who explains it to the VP?


**Framework: The Accountability Cascade**


Before deploying AI agents, enterprises need clear answers:


1. **L1 Response**: Who monitors the agent? (24/7 ops team, or dev team on-call?)

2. **L2 Escalation**: When agent action fails, who debugs? (Agent team, or product team?)

3. **L3 Ownership**: When something breaks badly, who owns customer communication?


If you can't answer all three, **they won't buy**. Doesn't matter how good your AI is.


**How This Changes Your Sales Process:**


**Old approach:**

- Demo the AI

- Show accuracy metrics

- Talk about ROI


**New approach:**

- Demo the AI

- Show the *failure modes* explicitly

- Ask: "Who on your team would handle this scenario?"

- Walk through their incident response process

- Map AI failures to their existing runbooks


**The Qualification Question:**


"Walk me through what happens when the agent takes an action that breaks a workflow. Who gets alerted? Who investigates? Who decides whether to roll back or fix forward?"


If they can't answer, they're not ready. Pause the deal and help them build the process first.


**Common Mistake:**


Treating this as a *product* objection ("we'll make the AI more accurate"). It's an *organizational* objection. More accuracy doesn't solve "who owns this at 2am?"


**Pattern I've Seen Work:**


Companies that succeed with AI agents already have:

- On-call rotations for production systems

- Incident response playbooks

- Blameless postmortem culture

- Clear escalation paths


Companies that struggle:

- Manual deployment processes

- Hero culture ("Steve fixes everything")

- No formal incident response

- Blame-focused culture


**Decision Criteria:**


Before demoing autonomous AI to enterprises, ask yourself: "If this breaks their production, who on *their* team owns the fix?" If you can't answer, they can't buy.


---


2. Copilot vs Agent vs Teammate (Three Different GTM Motions)


**The Positioning Trap:**


Early enterprise conversations, we positioned as "autonomous AI agent." Buyers flinched. One word change — "autonomous" → "AI teammate" — and deal progression improved measurably.


Why? **Word choice shapes buyer psychology.**


**The Three Framings:**


**1. Copilot (Safest, Lowest Value)**

- **What it means**: AI suggests, human decides every time

- **Buyer psychology**: Feels safe, non-threatening

- **GTM motion**: Developer adoption, bottoms-up

- **Use case**: Code completion, writing assistance, search

- **Objection**: "Is this worth pay

🎯 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. 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. 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. 3

    Apply Gtm-Ai-Gtm 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. 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-Ai-Gtm 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-Ai-Gtm?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Gtm-Ai-Gtm?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/gtm-ai-gtm/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.

🔗 Related Skills