Help us improve
Share bugs, ideas, or general feedback.
From godmode
Builds email delivery and multi-channel notification systems with provider integrations, responsive templates (React Email/MJML), channel routing, deliverability monitoring, bounce handling, and DNS authentication. Supports flags for specific components.
npx claudepluginhub arbazkhan971/godmodeHow this command is triggered — by the user, by Claude, or both
Slash command
/godmode:emailgodmode/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /godmode:email Build email delivery and multi-channel notification systems. Integrates email providers, designs responsive templates, architects notification routing across email, push, SMS, and in-app channels with deliverability monitoring and bounce handling. ## Usage ## What It Does 1. Discovers notification requirements (channels, types, volume, compliance) 2. Integrates email service (SendGrid, SES, Postmark, Resend) with domain verification 3. Designs responsive email templates (React Email or MJML) for all transactional emails 4. Architects multi-channel notification system ...
/email-templateGenerates a production-ready HTML email template with inline styles, table layout, bulletproof buttons, responsive design, dark mode, and deliverability optimization for Gmail, Outlook, Apple Mail, and Yahoo Mail.
/email-marketing-architectGenerates HTML email marketing strategy with drip campaigns, segmentation, automation workflows, copywriting guidelines, deliverability best practices, and 90-day roadmap.
/email-sequenceDesigns complete email sequences with subject lines, body copy, timing, segmentation rules, branching, personalization, and deliverability best practices.
/email-campaignCreates email marketing campaign package: strategy, sequence plan, email content, subject lines, automation workflow, testing plan, compliance, and accessibility checks. Saves Markdown files to .aiwg/marketing/email/<campaign-name>/
Share bugs, ideas, or general feedback.
Build email delivery and multi-channel notification systems. Integrates email providers, designs responsive templates, architects notification routing across email, push, SMS, and in-app channels with deliverability monitoring and bounce handling.
/godmode:email # Full notification system design
/godmode:email --email # Email service integration only
/godmode:email --templates # Email template design and generation
/godmode:email --push # Push notification setup
/godmode:email --sms # SMS notification setup
/godmode:email --inapp # In-app notification system
/godmode:email --deliverability # Email deliverability audit and fixes
/godmode:email --provider resend # Use specific provider (sendgrid, ses, postmark, resend)
/godmode:email --dns # Email DNS authentication (SPF, DKIM, DMARC)
/godmode:email --preferences # Notification preference center
/godmode:email --digest # Notification digest and batching
"email: <description> — <components implemented>"After email setup: /godmode:test to test email delivery and template rendering, or /godmode:network to configure DNS records for email authentication.
/godmode:email --provider resend --templates # Resend + React Email templates
/godmode:email --deliverability # Fix deliverability issues
/godmode:email --dns # Set up SPF, DKIM, DMARC
/godmode:email # Full multi-channel notification system