From raylu
Use when the user wants to build and launch a multi-touch outreach sequence for a specific contact at a specific company — verifying the company, finding the contact, choosing or creating a cadence, setting the personalization angle, generating the campaign, and queueing the first send. Trigger phrases include 'reach out to this company', 'build an outreach sequence', and 'draft and queue emails to...'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/raylu:outreachThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and launch an outreach sequence for a specific contact at a specific company. Walk through these steps ONE AT A TIME. Do not skip steps.
Build and launch an outreach sequence for a specific contact at a specific company. Walk through these steps ONE AT A TIME. Do not skip steps.
Ask: "Which company do you want to reach out to? Give me a name or domain."
Ask: "Who should we reach out to? Do you have a specific person in mind, or should I find the best contact?"
Ask: "What kind of outreach sequence are you running?"
Ask these one at a time. The answers feed into the campaign generation as context:
Call generate_campaign with:
This produces the full sequence — first email plus every follow-up, each personalized per step. Present the first email (subject + body) to the user immediately. Tell them how many follow-ups are queued.
For each email in the sequence:
Ask: "Ready to queue the first email and start the sequence?"
Confirm: campaign is live, first email queued, follow-ups scheduled. Tell the user how to pause or cancel if needed (pause_campaign, cancel_campaign).
npx claudepluginhub raylu-dev/raylu-plugins --plugin rayluGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.