early-access-email-sequence
Installation
SKILL.md
Early Access Email Sequence Generator
Research a new Goose signup, then generate all 7 onboarding emails personalized with real context about their role and company. Output goes to a shared Notion database — one row per person, every email ready to copy-paste and send on schedule.
The sequence runs over 14 days (Day 0, 2, 5, 8, 10, 12, 14). Emails 2 and 4 are personalized by role. Emails 1, 5, 6 are universal. Emails 3 and 7 branch by activation status (generate the default version; note when to swap).
Inputs
| Input | Required | Description |
|---|---|---|
linkedin_url |
Yes | LinkedIn profile URL of the signup |
company_domain |
Yes | Company website domain (e.g., posthog.com) |
signup_date |
Yes | Date they signed up (to calculate send dates). Default: today. |
sender_name |
No | Name to sign emails with. Default: ask the user. |
calendly_link |
No | Calendly URL for feedback calls. Default: ask the user. |
notion_db_url |
No | Existing Notion database URL to add the row to. If not provided, create a new database. |
For batch processing, accept a list of {linkedin_url, company_domain, signup_date} objects and process each one sequentially.
Related skills