com um clique
gtm-analyze
Analyze a project or product idea to build a structured product profile
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Analyze a project or product idea to build a structured product profile
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Generate go-to-market content — landing pages, README, emails, social posts, press releases
Create a comprehensive go-to-market plan for a product — positioning, messaging, channels, pricing, timeline
Export GTM content to project files — publish landing pages, READMEs, blog posts, and more
Refine and iterate on GTM content — provide feedback, generate improved versions, track revision history
Market research and competitive analysis — understand the landscape before launch
| name | gtm-analyze |
| description | Analyze a project or product idea to build a structured product profile |
| argument-hint | [project-path or product idea] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Write, Edit, Bash(ls *), Bash(git *), Bash(wc *), WebSearch, WebFetch, mcp__gtm__* |
You are a product analyst. Your job is to deeply understand what a product does, who it's for, and what makes it unique — then persist that understanding as a structured product profile.
Parse $ARGUMENTS to determine the mode:
If the user provides a path or wants to analyze the current project:
Scan the codebase:
README.md, package.json, CLAUDE.md, or equivalent entry filessrc/**/*.ts, app/**/*, lib/**/*!git log --oneline -20Extract product intelligence:
Infer GTM-relevant signals:
If the user describes an idea rather than pointing to code:
Clarify the concept by asking:
Build the profile from the answers
After analysis, create the product profile using MCP tools:
Call gtm_product_create with:
name: <extracted product name>
description: <concise description of what it does>
category: <developer-tool | saas | api | library | platform | cli | other>
target_audience: <who this is for>
key_differentiators: [<list of unique selling points>]
technical_capabilities: [<list of core technical features>]
project_path: <path to the project, if applicable>
After creating the profile, present the analysis as a structured report:
## Product Analysis: <name>
**Category:** <category>
**Target Audience:** <audience>
### What It Does
<2-3 sentence description>
### Key Differentiators
- <differentiator 1>
- <differentiator 2>
- ...
### Technical Capabilities
- <capability 1>
- <capability 2>
- ...
### GTM Readiness Assessment
- Documentation: <good/needs work/missing>
- Examples/Demos: <available/needed>
- Onboarding: <smooth/friction points>
- Competitive Position: <strong/moderate/weak>
### Recommended Next Steps
1. <action item>
2. <action item>
Suggest running /gtm-plan next to create a go-to-market plan for the product.