pitch-recon

Installation
SKILL.md

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:

# 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
Installs
5
GitHub Stars
58
First Seen
May 22, 2026
pitch-recon — tonone-ai/tonone