From plugin-gtm
Analyze a project or product idea to build a structured product profile
How this skill is triggered — by the user, by Claude, or both
Slash command
/plugin-gtm:gtm-analyzeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
npx claudepluginhub twofoldtech-dakota/plugin-gtm --plugin plugin-gtmMaps a product's surface area, features, workflows, and technical bets from codebase/site or defines it from scratch via interview. Produces PRODUCT.md for downstream planning skills.
Builds structured product model by scanning codebase and user interaction. Outputs .telemetry/product.md: product purpose, users, value flows, entities. Entry point for telemetry lifecycle.
Guides users through creating or refining a PRODUCT.md file that defines product mission, personas, and scope for product-aware reviews.