From specialist-agent
Generates conversion-focused marketing copy for landing pages, emails, product descriptions, social media using frameworks like PAS, AIDA, BAB with A/B variants.
How this skill is triggered — by the user, by Claude, or both
Slash command
/specialist-agent:copywritingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate marketing copy using proven copywriting frameworks, with A/B variants and compliance checks - bridging the gap between product features and user motivation.
Generate marketing copy using proven copywriting frameworks, with A/B variants and compliance checks - bridging the gap between product features and user motivation.
Target: $ARGUMENTS
@marketing Copy mode needs a structured output/seo-audit)@marketing SEO mode)# Find existing marketing copy, landing pages, meta descriptions
grep -rl "hero\|landing\|cta\|pricing\|testimonial" $TARGET --include="*.tsx" --include="*.vue" --include="*.astro" --include="*.mdx" 2>/dev/null | head -10
## Brief
**Product/Feature:** [what we're writing about]
**Target Audience:** [who reads this copy]
**Channel:** [landing page | email | social | ad | product description]
**Tone of Voice:** [professional | casual | bold | friendly | authoritative]
**Key Differentiators:** [what makes this unique]
**CTA Goal:** [signup | purchase | download | contact | share]
**Constraints:** [character limits, brand guidelines, compliance needs]
BLOCKED until brief is complete. Ask the user for missing fields.
Select the copywriting framework based on channel:
| Channel | Primary Framework | Alternative |
|---|---|---|
| Landing page (hero) | PAS (Problem-Agitate-Solution) | AIDA (Attention-Interest-Desire-Action) |
| Landing page (features) | FAB (Features-Advantages-Benefits) | Before/After/Bridge |
| Email sequence | BAB (Before-After-Bridge) | 4Ps (Promise-Picture-Proof-Push) |
| Social media | Hook-Story-Offer | PAS (condensed) |
| Ad creative | Headline formulas | AIDA (condensed) |
| Product description | FAB | Problem-Solution |
Framework Definitions:
Landing Page Elements:
Email Elements:
Social Media Elements:
For each key element, generate 2-3 variants with rationale:
## A/B Variants
### Headlines
| Variant | Copy | Strategy |
|---------|------|----------|
| A (control) | "[headline]" | Benefit-focused, direct |
| B | "[headline]" | Curiosity-driven, question |
| C | "[headline]" | Social proof, authority |
### CTAs
| Variant | Copy | Strategy |
|---------|------|----------|
| A (control) | "[CTA text]" | Action + benefit |
| B | "[CTA text]" | Urgency + action |
### Subject Lines (if email)
| Variant | Copy | Strategy |
|---------|------|----------|
| A | "[subject]" | Benefit-focused |
| B | "[subject]" | Curiosity gap |
| C | "[subject]" | Personalized |
| Check | Description |
|---|---|
| No unsubstantiated claims | Avoid "best", "#1", "guaranteed" without proof |
| CAN-SPAM compliance | Email includes unsubscribe, physical address (note to implement) |
| FTC testimonial guidelines | Testimonials must be genuine, disclose material connections |
| Accessibility | Alt text for images, readable font sizes, color contrast |
| Brand consistency | Tone matches existing copy in codebase |
| Legal disclaimers | Financial, health claims need disclaimers |
Write the final copy document:
## Copy Deck: [Product/Feature]
### Channel: [landing page | email | social | ad]
### Framework: [PAS | AIDA | BAB | FAB | 4Ps | Hook-Story-Offer]
[Structured copy with all elements]
### A/B Variants
[Variant tables]
### Implementation Notes
- [File paths where copy should be placed]
- [Component names to update]
- [i18n keys if applicable]
Before claiming the copy is complete:
| Excuse | Reality |
|---|---|
| "Good copy writes itself" | Good copy follows frameworks refined over decades. Intuition produces mediocre copy. |
| "We don't need A/B variants" | You can't predict what converts. Testing headlines alone can improve conversion 20-50%. |
| "The product sells itself" | No product sells itself. Users need to understand value before they buy. That's copy's job. |
| "Long copy doesn't convert" | Long copy outsells short copy when the reader is problem-aware. Match length to awareness level. |
| "We'll optimize copy later" | Launch copy sets the baseline. Bad copy means bad data. Start with framework-driven copy. |
| "Compliance doesn't apply to us" | FTC and CAN-SPAM apply to everyone. One "guaranteed" claim without proof is a legal risk. |
| "Just use what competitors write" | Competitor copy might not convert either. Use proven frameworks, test your own message. |
──── /copywriting ────
Product: [product/feature]
Channel: [landing page | email | social | ad]
Framework: [PAS | AIDA | BAB | FAB | 4Ps | Hook-Story-Offer]
Audience: [target audience]
Copy Elements:
Headlines: [N] variants
CTAs: [N] variants
Body sections: [N]
Subject lines: [N] (if email)
Compliance: ✓ checked
Tone match: ✓ consistent with existing copy
──── Copy deck ready for implementation ────
npx claudepluginhub herbertjulio/specialist-agent --plugin specialist-agentWrites rigorous, conversion-focused marketing copy for landing pages and emails. Enforces mandatory context gathering, copy brief confirmation, and strict no-fabrication rules.
Generates marketing copy using proven frameworks (AIDA, PAS, etc.) for ads, landing pages, emails, social posts, and product descriptions. Reads reference files for framework selection and brand voice rules.
Writes conversion-focused marketing copy for landing pages and emails with a structured brief phase and strict no-fabrication rules.