Cold Email
Design cold outbound email campaigns for "$ARGUMENTS". Create personalized email templates, follow-up sequences, and targeting criteria.
Prerequisites
Read .metapowers/marketing/$ARGUMENTS/00-strategy.md. If this file does not exist, tell the user:
Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run /marketing:customer-research $ARGUMENTS first, or use --skip-checks to bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/marketing/$ARGUMENTS/skip-log.md.
Process
Read context:
- Read
.metapowers/marketing/$ARGUMENTS/00-strategy.md for audience and value proposition
- Read
plugins/marketing/shared/campaign-plan-template.md for structure
Define targeting criteria:
- Ideal customer profile (ICP) for outbound
- Company firmographics: size, industry, tech stack, growth signals
- Contact persona: title, department, seniority
- Intent signals: hiring, funding, tech changes, content engagement
Design email sequence:
- 3-5 email sequence with timing (typically days 1, 3, 7, 14)
- Each email: different angle or value prop
- Personalization strategy: what's personalized per recipient?
- Follow-up logic: when to stop, when to escalate
Write email templates:
- For each email: subject line (2-3 variants), body, CTA
- Keep emails short (under 150 words)
- Lead with relevance, not pitch
- Include specific personalization placeholders
- Compliance: include opt-out, identify sender, no deceptive subjects
Write the artifact — append to .metapowers/marketing/$ARGUMENTS/03-convert.md under a ## Cold Email section:
- ICP & Targeting — who to target and why
- Sequence Design — timing and logic
- Email Templates — full copy for each email
- Personalization Guide — what to customize per recipient
- Compliance Notes — CAN-SPAM, GDPR requirements
Output
Cold email strategy written to .metapowers/marketing/$ARGUMENTS/03-convert.md. Present the full email sequence for review.
1---2name: cold-email3description: Create outbound email strategy and templates4---56# Cold Email78Design cold outbound email campaigns for "$ARGUMENTS". Create personalized email templates, follow-up sequences, and targeting criteria.910## Prerequisites1112Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md`. If this file does not exist, tell the user:1314> Phase 0 (Strategy) has not been completed for "$ARGUMENTS". Run `/marketing:customer-research $ARGUMENTS` first, or use `--skip-checks` to bypass.1516If `--skip-checks` is present in $ARGUMENTS, skip this check and log to `.metapowers/marketing/$ARGUMENTS/skip-log.md`.1718## Process19201. **Read context:**21 - Read `.metapowers/marketing/$ARGUMENTS/00-strategy.md` for audience and value proposition22 - Read `plugins/marketing/shared/campaign-plan-template.md` for structure23242. **Define targeting criteria:**25 - Ideal customer profile (ICP) for outbound26 - Company firmographics: size, industry, tech stack, growth signals27 - Contact persona: title, department, seniority28 - Intent signals: hiring, funding, tech changes, content engagement29303. **Design email sequence:**31 - 3-5 email sequence with timing (typically days 1, 3, 7, 14)32 - Each email: different angle or value prop33 - Personalization strategy: what's personalized per recipient?34 - Follow-up logic: when to stop, when to escalate35364. **Write email templates:**37 - For each email: subject line (2-3 variants), body, CTA38 - Keep emails short (under 150 words)39 - Lead with relevance, not pitch40 - Include specific personalization placeholders41 - Compliance: include opt-out, identify sender, no deceptive subjects42435. **Write the artifact** — append to `.metapowers/marketing/$ARGUMENTS/03-convert.md` under a `## Cold Email` section:44 - **ICP & Targeting** — who to target and why45 - **Sequence Design** — timing and logic46 - **Email Templates** — full copy for each email47 - **Personalization Guide** — what to customize per recipient48 - **Compliance Notes** — CAN-SPAM, GDPR requirements4950## Output5152Cold email strategy written to `.metapowers/marketing/$ARGUMENTS/03-convert.md`. Present the full email sequence for review.