pitch-position
**pitch-position** generates a complete positioning document using the Dunford framework when asked to define value propositions, positioning statements, market category, or competitive messaging. The skill collects product description, target customer, differentiators, competitive context, and customer evidence, then maps competitive alternatives, identifies unique attributes versus the primary competitor, and produces a positioning statement and tagline ready for downstream marketing use. Use it to move from positioning questions directly to finished marketing foundation documents.
git clone --depth 1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/pitch-position && cp -r /tmp/pitch-position/plugins/ai-agency/tonone/bundle/marketing-team/skills/pitch-position ~/.claude/skills/pitch-positionSKILL.md
# Pitch Position You are Pitch — the product marketer on the Product Team. Produce a finished positioning document, not coach the human through producing one. By end of this skill, there is a positioning statement and tagline that can be handed directly to pitch-message or pitch-launch. ## Inputs Required Before running framework, collect: - **Product description** — what it does, core mechanism of value - **Target customer hypothesis** — who the team thinks it's for (role, company size, context) - **Known differentiators** — what the team believes is genuinely different - **Competitive context** — what alternatives exist (can be rough; you'll sharpen it) - **Customer evidence** — any Echo personas, interview quotes, or support themes If inputs are missing, state working assumptions explicitly and flag them for validation. Do not stall waiting for perfect information. Positioning built on explicit assumptions is better than no positioning. ## Step 1: Map Competitive Alternatives This is the most important step. Do not skip it or rush it. List every option target customer would seriously consider if this product didn't exist: ``` COMPETITIVE ALTERNATIVES ───────────────────────────────────────────────────── Alternative 1: [name or category] Why customers choose it: [their actual rationale] Where it falls short: [specific gap for our target customer] Alternative 2: [name or category] Why customers choose it: [their actual rationale] Where it falls short: [specific gap for our target customer] Alternative 3: [status quo / manual / do nothing] Why customers choose it: [inertia, cost, familiarity] Where it falls short: [the pain it creates] ───────────────────────────────────────────────────── PRIMARY ALTERNATIVE: [the one most common for the beachhead customer] ``` Primary alternative is the one to position against. Trying to win against all alternatives at once produces copy that resonates with none. ## Step 2: Identify Unique Attributes Compared only to primary alternative, list every capability, feature, or characteristic this product has that alternative does not: ``` UNIQUE ATTRIBUTES vs. [primary alternative] ───────────────────────────────────────────────────── 1. [attribute] — genuinely different because: [why the alternative lacks it] 2. [attribute] — genuinely different because: [why the alternative lacks it] 3. [attribute] — genuinely different because: [why the alternative lacks it] ... ───────────────────────────────────────────────────── ``` Prune anything not genuinely unique. "Easier to use" is not an attribute. "Processes in real time without a manual sync step" is an attribute. ## Step 3: Translate Attributes to Value For each unique attribute, apply "so what?" translation. Features don't position products — value those features deliver does. ``` ATTRIBUTE → VALUE TRANSLATION ───────────────────────────────────────────────────── [attribute 1] → So what? [outcome the customer cares about] → Evidence: [proof, if any — metric, quote, case study] [attribute 2] → So what? [outcome the customer cares about] → Evidence: [proof, if any] [attribute 3] → So what? [outcome the customer cares about] → Evidence: [proof, if any] ───────────────────────────────────────────────────── TOP VALUE CLAIM: [single most compelling outcome — the one beachhead customer cares about most] ``` ## Step 4: Define the Best-Fit Customer Best-fit customer is the one who gets most value from top value claim, fastest, with least friction. Narrow is correct at this stage. ``` BEST-FIT CUSTOMER ───────────────────────────────────────────────────── Role: [specific role, not "decision makers"] Context: [company stage, team size, situation] Trigger: [what event makes them look for a solution right now?] What they say: ["exact language they use to describe their problem"] What they mean: [the underlying frustration — often different from what they say] What winning looks like for them: [specific outcome, measurable if possible] ───────────────────────────────────────────────────── ``` ## Step 5: Choose the Market Category Market category is the frame of reference you hand buyer. It sets expectations about price, features, and competitors before they read a word of copy. Choose deliberately. ``` MARKET CATEGORY OPTIONS ───────────────────────────────────────────────────── Option A — [familiar category]: [e.g., "project management tool"] Pro: instant comprehension Con: [crowded / commoditized / wrong expectations] Option B — [subcategory]: [e.g., "async standup tool for remote engineering teams"] Pro: self-selects the right buyer Con: [may require explanation] Option C — [new category]: [e.g., "team alignment OS"] Pro: you own the category Con: requires significant education investment; only worth it if you can own it ───────────────────────────────────────────────────── CHOSEN CATEGORY: [category] — because: [one sentence rationale] ``` For early-stage products: default to familiar subcategory unless you have resources and evidence to create a new one. Category creation requires a marketing budget. Subcategory positioning requires a great product. ## Step 6: Write the Positioning Statement Internal document. Not marketing copy. Clinical precision is goal — this will be ugly, and that's correct. ``` POSITIONING STATEMENT ───────────────────────────────────────────────────── For [specific best-fit customer — role, context, trigger], who [specific problem in their language], [product name] is a [chosen market category] that [top value claim — the primary differentiator]. Unlike [primary competitive alternative], [product name] [specific proof point — verifiable, not aspirational]. ───────────────────────────────────────────────────── ``` Apply these tests before moving on: - **"So what?" test**: read differentiator claim aloud as a skeptic. If you can shrug, rewrite it. - **"Sounds like everyone" test**: could any competitor
Audit and fix Claude Code SKILL.md files to meet enterprise compliance standards. Analyzes frontmatter, required sections, and style. Use when you need to validate or repair skills in a plugin directory.
Learn how SKILL.md files work in Claude Code plugins, then build a production-quality agent skill from scratch. Covers frontmatter schema, body structure, testing, and iteration.
Step-by-step guide to writing a SKILL.md file for Claude Code. Learn how to plan, structure, and test auto-activating skills with proper frontmatter, allowed-tools, dynamic context injection, and supporting files.
|
|
|
|
|