Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Go-to-market planning and execution capabilities for product launches
.claude/skills/a5c-ai-gtm-strategy/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 56% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -18% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 67% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 73% | 0% |
Specialized skill for go-to-market planning and execution capabilities. Enables product teams to plan effective launches, develop messaging, and coordinate cross-functional GTM activities.
This skill integrates with the following processes:
product-launch-gtm.js - Primary GTM planning and executioncompetitive-analysis.js - Competitive positioning for launchesbeta-program.js - Beta-to-GA transition planningstakeholder-alignment.js - Launch communication coordinationjson{ "type": "object", "properties": { "product": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "targetAudience": { "type": "array", "items": { "type": "string" } }, "valueProposition": { "type": "string" }, "keyFeatures": { "type": "array", "items": { "type": "string" } } } }, "launchType": { "type": "string", "enum": ["new-product", "major-release", "feature-launch", "market-expansion"], "description": "Type of launch" }, "launchTier": { "type": "string", "enum": ["T1", "T2", "T3"], "description": "Launch tier (T1=major, T2=medium, T3=minor)" }, "targetDate": { "type": "string", "format": "date", "description": "Target launch date" }, "competitiveContext": { "type": "object", "description": "Competitive landscape information" } }, "required": ["product", "launchType"] }
json{ "type": "object", "properties": { "launchPlan": { "type": "object", "properties": { "tier": { "type": "string" }, "timeline": { "type": "array", "items": { "type": "object" } }, "milestones": { "type": "array", "items": { "type": "object" } }, "checklist": { "type": "array", "items": { "type": "string" } } } }, "messaging": { "type": "object", "properties": { "positioning": { "type": "string" }, "valueProposition": { "type": "string" }, "keyMessages": { "type": "array", "items": { "type": "string" } }, "audienceVariants": { "type": "object" } } }, "channelStrategy": { "type": "object", "properties": { "primaryChannels": { "type": "array", "items": { "type": "string" } }, "contentPlan": { "type": "object" }, "metrics": { "type": "object" } } }, "salesEnablement": { "type": "object", "properties": { "battlecard": { "type": "object" }, "objectionHandling": { "type": "array", "items": { "type": "object" } }, "talkTracks": { "type": "array", "items": { "type": "object" } } } }, "successMetrics": { "type": "array", "items": { "type": "object", "properties": { "metric": { "type": "string" }, "target": { "type": "string" }, "timeframe": { "type": "string" } } } } } }
javascriptconst gtmPlan = await executeSkill('gtm-strategy', { product: { name: 'Advanced Analytics Suite', description: 'Enterprise analytics platform with AI-powered insights', targetAudience: ['Data Analysts', 'Business Intelligence Teams', 'C-Suite'], valueProposition: 'Get actionable insights 10x faster with AI-powered analytics', keyFeatures: ['Natural language queries', 'Automated insights', 'Real-time dashboards'] }, launchType: 'major-release', launchTier: 'T1', targetDate: '2026-03-15' });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 50,394 | 45,646 | -9% | 1 | 1 | 0% | 8,291 | 8,337 | +1% | 0 | 0 | — |
case-02 | fail→fail | 50,284 | 48,119 | -4% | 1 | 1 | 0% | 7,500 | 9,394 | +25% | 0 | 0 | — |
case-03 | fail→fail | 28,061 | 32,123 | +14% | 1 | 1 | 0% | 4,943 | 6,629 | +34% | 0 | 0 | — |
case-04 | fail→pass | 19,583 | 17,751 | -9% | 1 | 1 | 0% | 3,136 | 4,904 | +56% | 0 | 0 | — |
case-05 | fail→pass | 39,552 | 30,224 | -24% | 1 | 1 | 0% | 6,665 | 7,024 | +5% | 0 | 0 | — |
case-06 | fail→pass | 35,788 | 22,841 | -36% | 1 | 1 | 0% | 6,569 | 5,379 | -18% | 0 | 0 | — |
case-07 | fail→fail | 25,301 | 18,633 | -26% | 1 | 1 | 0% | 4,452 | 4,973 | +12% | 0 | 0 | — |
case-08 | pass→pass | 18,072 | 31,569 | +75% | 1 | 1 | 0% | 3,072 | 6,031 | +96% | 0 | 0 | — |
case-09 | fail→pass | 15,119 | 25,522 | +69% | 1 | 1 | 0% | 3,158 | 5,276 | +67% | 0 | 0 | — |
case-10 | fail→fail | 21,204 | 27,512 | +30% | 1 | 1 | 0% | 4,190 | 6,245 | +49% | 0 | 0 | — |
case-11 | fail→pass | 18,240 | 28,489 | +56% | 1 | 1 | 0% | 3,761 | 6,491 | +73% | 0 | 0 | — |
case-12 | fail→pass | 13,127 | 11,829 | -10% | 1 | 1 | 0% | 2,478 | 3,432 | +38% | 0 | 0 | — |
case-13 | fail→pass | 14,965 | 27,983 | +87% | 1 | 1 | 0% | 2,825 | 5,616 | +99% | 0 | 0 | — |
case-14 | fail→pass | 33,804 | 44,847 | +33% | 1 | 1 | 0% | 4,644 | 6,232 | +34% | 0 | 0 | — |
case-15 | fail→pass | 28,573 | 27,507 | -4% | 1 | 1 | 0% | 3,932 | 5,860 | +49% | 0 | 0 | — |
case-16 | fail→pass | 29,971 | 22,121 | -26% | 1 | 1 | 0% | 5,043 | 4,914 | -3% | 0 | 0 | — |
case-17 | fail→pass | 20,890 | 24,823 | +19% | 1 | 1 | 0% | 4,219 | 5,817 | +38% | 0 | 0 | — |
case-18 | fail→pass | 15,677 | 25,620 | +63% | 1 | 1 | 0% | 2,780 | 5,230 | +88% | 0 | 0 | — |
case-19 | fail→pass | 19,659 | 17,143 | -13% | 1 | 1 | 0% | 2,777 | 4,359 | +57% | 0 | 0 | — |
case-20 | fail→pass | 40,104 | 25,091 | -37% | 1 | 1 | 0% | 3,249 | 4,973 | +53% | 0 | 0 | — |
case-21 | pass→pass | 19,521 | 18,490 | -5% | 1 | 1 | 0% | 4,036 | 5,038 | +25% | 0 | 0 | — |
case-22 | pass→pass | 21,700 | 141,168 | +551% | 1 | 1 | 0% | 3,628 | 5,541 | +53% | 0 | 0 | — |
case-23 | pass→pass | 17,025 | 26,485 | +56% | 1 | 1 | 0% | 3,894 | 5,899 | +51% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +61 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.