Cold email
Create outbound email strategy and templatesFrom its SKILL.md
npx -y skills add bromso/metapowers --skill cold-emailAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 531 tokens by cl100k_base, as published. Nobody here has run it
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 $ARGUMENTSfirst, or use--skip-checksto 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.mdfor audience and value proposition - Read
plugins/marketing/shared/campaign-plan-template.mdfor structure
- Read
-
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.mdunder a## Cold Emailsection:- 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.