onboarding-email-sequence

Send a three-email onboarding sequence after Stripe payment confirmation.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ikastner/skills-larockette --skill onboarding-email-sequence
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboarding-email-sequence
Source: https://github.com/ikastner/skills-larockette/tree/main/00-core/onboarding-email-sequence
Command: npx skills add https://github.com/ikastner/skills-larockette --skill onboarding-email-sequence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The onboarding process after payment is often manual and slow. This Skill automates sending a three-email sequence to welcome the client, request assets, and schedule a launch call, accelerating project kickoff and reducing back-and-forth.

Core Features & Use Cases

  • Automated onboarding emails: immediate welcome, asset collection, and launch scheduling.
  • Consistent client experience: standardized messaging across multiple projects.
  • Use Case: After Stripe confirms Phase 1 payment, automatically trigger emails to collect assets and set up a kickoff call.

Quick Start

Trigger the three-email onboarding sequence automatically immediately after payment confirmation and monitor responses.

Frequently Asked Questions about onboarding-email-sequence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate onboarding emails after a Stripe payment?▼

Automate onboarding emails after a Stripe payment by triggering a three-email sequence upon the payment_intent.succeeded webhook event, sending immediate welcome, asset collection, and launch-call scheduling messages to accelerate project kickoff.

What is the best way to collect client assets after payment confirmation?▼

The best way to collect client assets after payment confirmation is to automate a standardized email sequence that requests the necessary project files immediately after the Stripe payment_intent.succeeded event fires.

Does this automated email sequence require specific Stripe metadata?▼

Yes, this automated email sequence requires the Stripe payment_intent.succeeded webhook event to include metadata with the phase set to "1", along with a defined SKILL.md frontmatter to map the trigger to the emails.

Can I standardize client communication across multiple service projects?▼

Yes, you can standardize client communication across multiple service projects by applying this automated three-email onboarding sequence to ensure consistent messaging for welcome messages, asset collection, and launch scheduling.

How does the three-email onboarding sequence work for service-based businesses?▼

The three-email onboarding sequence works by automatically sending a welcome email, an asset collection request, and a launch-call scheduling prompt immediately after a client's Phase 1 payment is confirmed, reducing manual back-and-forth.