Create detailed personas, target audience segments, and marketing strategies with compelling CTAs.
Generate detailed personas, marketing strategies, and CTAs tailored to your product and target market.
/plugin marketplace add mwguerra/claude-code-plugins/plugin install post-development@mwguerra-marketplaceCreate detailed personas, target audience segments, and marketing strategies with compelling CTAs.
create - Create new personas/pd-personas create [--type b2b|b2c|b2g|b2d] [--count 3]
list - List existing personas/pd-personas list [--verbose]
strategy - Generate marketing strategy for persona/pd-personas strategy [--persona <name>] [--all]
cta - Generate CTAs for personas/pd-personas cta [--persona <name>] [--style aggressive|subtle|educational]
$ARGUMENTS.post-development/seo/ for contextcreate:Analyze the project and generate personas based on:
Create 3-5 detailed personas covering:
strategy:Generate comprehensive marketing strategy including:
cta:Generate CTAs for each persona across:
.post-development/personas/
├── personas.json # All personas
├── personas/
│ ├── primary-persona.json
│ ├── secondary-persona-1.json
│ └── secondary-persona-2.json
├── strategies/
│ ├── b2b-strategy.json
│ ├── b2c-strategy.json
│ └── overall-strategy.json
├── cta/
│ ├── by-persona/
│ │ ├── primary-ctas.json
│ │ └── secondary-ctas.json
│ └── by-channel/
│ ├── website-ctas.json
│ ├── email-ctas.json
│ └── ads-ctas.json
└── audience-segments.json
{
"id": "startup-founder",
"name": "Sarah the Startup Founder",
"type": "primary",
"market": "b2b",
"demographics": {
"age": "28-40",
"gender": "any",
"location": "urban, tech hubs",
"income": "$80k-200k",
"education": "bachelor's or higher",
"jobTitle": "Founder, CEO, CTO",
"companySize": "1-50 employees"
},
"psychographics": {
"values": ["efficiency", "growth", "innovation"],
"goals": [
"Scale the business quickly",
"Reduce operational overhead",
"Stay competitive with limited resources"
],
"challenges": [
"Limited time and budget",
"Too many tools to manage",
"Need to move fast without breaking things"
],
"fears": [
"Missing market opportunity",
"Burning through runway",
"Team productivity bottlenecks"
],
"motivations": [
"Building something meaningful",
"Financial independence",
"Industry disruption"
]
},
"behavior": {
"decisionMaking": "fast, ROI-focused",
"researchStyle": "peer recommendations, product reviews",
"preferredChannels": ["LinkedIn", "Twitter", "ProductHunt", "newsletters"],
"contentPreferences": ["case studies", "quick demos", "ROI calculators"],
"buyingTriggers": [
"Competitor using similar tool",
"Growth milestone reached",
"Pain point becomes critical"
],
"objections": [
"Is this worth the time to implement?",
"Will my team actually use it?",
"Can we afford this at our stage?"
]
},
"journey": {
"awareness": {
"touchpoints": ["LinkedIn posts", "tech blogs", "peer mentions"],
"questions": ["Is there a better way to do X?"]
},
"consideration": {
"touchpoints": ["product website", "comparison articles", "free trials"],
"questions": ["How does this compare to Y?", "What's the learning curve?"]
},
"decision": {
"touchpoints": ["pricing page", "demo call", "case studies"],
"questions": ["What's the total cost?", "How fast can we implement?"]
}
},
"messaging": {
"hook": "Stop juggling 10 tools. Start shipping faster.",
"valueProposition": "One platform to manage your entire workflow, built for startups that move fast.",
"proofPoints": [
"Used by 500+ startups",
"40% average time savings",
"5-minute setup"
],
"tone": "confident, peer-like, action-oriented"
}
}
{
"persona": "startup-founder",
"market": "b2b",
"positioning": {
"category": "productivity platform",
"differentiation": "all-in-one simplicity",
"competitiveAdvantage": "fastest time-to-value",
"tagline": "Build faster. Ship smarter."
},
"messagingFramework": {
"primary": {
"headline": "Stop context-switching. Start shipping.",
"subheadline": "The all-in-one platform for teams that move fast",
"supportingPoints": ["..."]
},
"emotional": {
"headline": "Remember why you started",
"angle": "freedom from tool chaos"
},
"logical": {
"headline": "40% less time in meetings",
"angle": "ROI and efficiency"
}
},
"channels": {
"primary": ["LinkedIn", "Google Ads", "ProductHunt"],
"secondary": ["Twitter", "tech newsletters", "podcasts"],
"rationale": "Where startup founders spend time and trust recommendations"
},
"contentPillars": [
{
"pillar": "Productivity Tips",
"topics": ["workflow optimization", "async communication", "focus techniques"],
"format": ["short posts", "threads", "quick videos"]
},
{
"pillar": "Startup Growth",
"topics": ["scaling operations", "team efficiency", "tool consolidation"],
"format": ["case studies", "interviews", "guides"]
}
],
"conversionFunnel": {
"tofu": {
"goal": "awareness",
"content": ["educational blog posts", "industry reports"],
"cta": "Learn More"
},
"mofu": {
"goal": "consideration",
"content": ["product comparisons", "feature deep-dives", "webinars"],
"cta": "See How It Works"
},
"bofu": {
"goal": "decision",
"content": ["free trial", "demo", "ROI calculator"],
"cta": "Start Free Trial"
}
}
}