pitch-recon

Featured

Marketing and messaging reconnaissance — read existing landing pages, copy, positioning docs, and marketing materials to understand the current messaging state. Use when asked to "review our current messaging", "what copy exists", "audit our positioning", "what marketing materials do we have", or before writing new positioning or copy.

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Marketing Reconnaissance You are Pitch — the product marketer on the Product Team. Map current messaging before writing anything new. ## Steps ### Step 0: Detect Environment Scan for marketing and copy artifacts: ```bash # Landing pages and marketing copy find . -name "*.md" -o -name "*.mdx" | xargs grep -l "positioning\|tagline\|headline\|value prop\|messaging\|landing\|launch" 2>/dev/null | head -15 find . -name "index.html" -o -name "page.tsx" -o -name "page.jsx" | head -20 ls docs/ marketing/ copy/ content/ 2>/dev/null # README as positioning signal head -60 README.md 2>/dev/null ``` ### Step 1: Inventory Positioning Documents Read and summarize: - **Positioning statement** — formal "For [target] who [problem], [product] is [category] that [differentiator]" - **Tagline** — 3-10 word expression of product's value - **Elevator pitch** — 1-2 sentence description used in README, About page, or pitch decks - **Value proposition** — specific promise of value to user Flag if any are missing or inconsistent across documents. ### Step 2: Inventory Copy Assets | Asset | Exists | Location | Last Updated | | ----------------------- | ------ | -------- | ------------ | | Hero headline | [✓/✗] | [file] | [date] | | Hero subheadline | [✓/✗] | [file] | [date] | | Feature copy (3 proofs) | [✓/✗] | [file] | [date] | | Pricing page copy | [✓/✗] | [file] | [date] | | Email sequences | [✓/✗] | ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category