From FORSVN
Writes and evaluates cold outreach across email, LinkedIn, Twitter/X, iMessage/SMS, and platform proposals with signal-based personalization and rubric scoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forsvn:write-outreach [target/signal + channel + mode, or reply text to respond to][target/signal + channel + mode, or reply text to respond to]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
*Communication — Horizontal. Ready-to-send outbound across email, LinkedIn, Twitter/X, platform proposals. Multi-agent strategy → draft → voice → critic → humanmaxxing pipeline.*
agents/composer.mdagents/critic.mdagents/proof-selector.mdagents/reply-classifier.mdagents/reply-composer.mdagents/signal-analyst.mdagents/strategist.mdagents/voice-auditor.mdreferences/_shared/before-starting-check.mdreferences/_shared/copy-validation-rubric.mdreferences/_shared/execution-policy.mdreferences/_shared/marketing-foundations.mdreferences/_shared/mode-resolver.mdreferences/_shared/pre-dispatch-protocol.mdreferences/agent-manifest.mdreferences/anti-patterns.mdreferences/channels/email.mdreferences/channels/imessage.mdreferences/channels/linkedin.mdreferences/channels/platform-proposals.mdCommunication — Horizontal. Ready-to-send outbound across email, LinkedIn, Twitter/X, platform proposals. Multi-agent strategy → draft → voice → critic → humanmaxxing pipeline.
Core Question: "If I removed the personalization, would this email still make sense? If yes, the personalization isn't working."
Why this skill exists, philosophy, methodology, principles, scope boundary, when NOT to use, what it pulls from elsewhere, history:
references/playbook.md[PLAYBOOK].
Before delivering, the critic agent verifies (5 dimensions, 0-10 each):
references/_shared/copy-validation-rubric.md (shared across the write-* skills).Gate: Total ≥ 35/50 AND every dim ≥ 6. Total 35-39 with all dims ≥ 6 = PASS as DONE_WITH_CONCERNS. Any dim < 6 = FAIL regardless of total.
Below threshold → full Layer 2 chain (composer → voice-auditor → critic) re-runs with feedback (max 2 cycles).
After critic PASS, humanmaxxing is the terminal pass. Orchestrator then re-runs critic's Specificity dimension only on humanmaxxed text — if Specificity drops ≥2 OR any named entity/number present pre-humanmaxxing is absent post-humanmaxxing, revert to critic-approved draft. Protects the specificity anchor the critic just scored.
Per references/_shared/before-starting-check.md [PLAYBOOK] — load product-context.md + icp-research.md + campaign-plan.md (if Route C), identify any prior touches for the same target slug, check freshness windows on ICP / product-context (>30d → recommend research-icp re-run with soft gate).
| Artifact | Source | Required? |
|---|---|---|
research/product-context.md | research-icp | Recommended — voice adjectives + accuracy constraints + proof points |
research/icp-research.md | research-icp | Recommended — primary persona + VoC pain language |
docs/forsvn/artifacts/marketing/campaign-plan.md | plan-campaign | Optional — if outbound is part of a broader campaign (Route C) |
docs/forsvn/experience/product.md | (any skill) | Optional — Product — proof points key if user previously persisted |
Run the canonical Pre-Dispatch protocol (references/_shared/pre-dispatch-protocol.md [PROCEDURE]).
Needed dimensions: mode (services-sell / saas-sell / partnership-sell / community-sell), channel (email / LinkedIn / Twitter DM / other), target (name + role + company), trigger (specific signal + strength 1-5), desired outcome (reply / call / resource open / connection accept), bridge (problem we solve that connects to trigger), proof (case studies + logos + metrics + testimonials).
Framework selector (strategist hook). From recipient seniority + decision profile (data-driven / emotional / brevity-obsessed) + relationship warmth, the strategist shortlists the top 2-3 body frameworks (PAS, AIDA, QVC, BAB, PASTOR, …) + a one-line reason, then commits to one. Library (structure + best-for + worked example per framework) + the selector decision table: references/frameworks/cold-email-frameworks.md. Distinct from structures.md (which picks message shape from signal strength); the two compose.
Full read-order + Warm/Cold Start prompts (7-question Cold Start) + Missing-Input Hard Blocks + Pre-Writing Assembly + write-back map + --fast behavior: references/procedures/pre-dispatch.md [PROCEDURE].
Per references/_shared/mode-resolver.md [PROCEDURE] — this skill is budget: deep; --fast flag collapses Layer 1b parallel (strategist + proof-selector) to sequential and skips the post-humanmaxxing Specificity regression check. --fast does NOT skip Cold Start, Critical Gates 1-5, or Missing-Input Hard Blocks (per marketing-skills CLAUDE.md "Safety gates supersede --fast").
Session execution profile (single-vs-multi): inherit per references/_shared/execution-policy.md.
8 sub-agents across two layers (1a solo + 1b parallel + Layer 2 sequential + reply-route variants). Full table with per-agent focus, inputs, layer placement, and shared-reference loads: references/agent-manifest.md [PROCEDURE]. Shared craft catalogs: references/channels/, references/modes/, references/frameworks/, references/anti-patterns.md, references/proof-types.md.
Three routes — Route A (compose: first-touch or follow-up), Route B (reply handling), Route C (called by another skill). Full pseudocode (Layer 1a SOLO → 1b parallel → MERGE → Layer 2 sequential → critic gate + rewrite loop → terminal humanmaxxing + Specificity regression), spawn mechanics, single-agent fallback, chain position, skill deference: references/procedures/dispatch-mechanics.md [PROCEDURE]. Load at Layer 1a dispatch entry.
docs/forsvn/artifacts/marketing/write-outreach/[slug].md (final draft), [slug].rationale.md (angle + framework + CTA logic), [slug].critic-score.md (5-dim scorecard)pipeline — overwrite on re-run for same (target, channel, touch); increment touch suffix in slug for new touches in a multi-touch sequenceskill, version, date, status, channel, mode, touch, route, critic_totalplan-campaign (Route C — reads critic_total, touch, route, mode, channel, status for sequencing next touches)format-conventions.md § "Frontmatter field order" — never silently driftFull template + per-field format rules (slug derivation, channel/mode/touch/route field values, critic_total format, re-run convention) live in references/format-conventions.md [PROCEDURE].
Slug grammar: <target>-<company>-<channel>-t<N>[-suffix] (e.g., jane-acme-email-t1). Full artifact template (channel/mode/touch enums, critic_total format, slug derivation rules): references/format-conventions.md [PROCEDURE].
references/anti-patterns.md [ANTI-PATTERN] — ~50 banned phrases (zero-tolerance) + reply killers + 9 orchestrator anti-patterns + 4 cross-cutting marketing-stack rows. Re-read before any output ships.
Every run ends with explicit status:
research-icp or provide prior touchesAfter receiving the message: send, wait for reply or cadence (7-14 days typical), re-invoke with prior touches for next touch. For reply, use Route B.
End-to-end Route A + FAIL-handling cycle-2 + voice-auditor BLOCKED + Route B (reply) snippet: references/examples/write-outreach-walkthrough.md [EXAMPLE].
references/playbook.md, format-conventions.md, anti-patterns.md, proof-types.mdreferences/procedures/{pre-dispatch, dispatch-mechanics}.mdreferences/_shared/{before-starting-check, mode-resolver, pre-dispatch-protocol, marketing-foundations}.mdreferences/channels/, references/modes/, references/frameworks/agents/; critic.md holds the canonical 5-dimension rubricnpx claudepluginhub hungv47/meta-skills --plugin forsvnGenerates personalized cold outreach messages and email sequences for LinkedIn DMs and follow-ups to book calls and get replies.
Drafts one cold outreach message (email, LinkedIn note, or follow-up) from a signal and persona, with variants and a self-check lint. Reads company voice and proof from a context file.
Drafts personalized cold outreach emails, DMs, and follow-ups using company config, prospect research, Linear deals, and meeting notes.