npx claudepluginhub vanman2024/ai-dev-marketplace --plugin resend# Build Resend Email System **Project Name:** `$0` **Mode:** `$1` (--existing for existing project, omit for new) --- ## Phase 1: Project Analysis **Goal:** Understand project context **Actions:** --- ## Phase 2: Core Setup **Goal:** Set up Resend client **Actions:** --- ## Phase 3: Email Templates **Goal:** Create email templates **Actions:** --- ## Phase 4: Transactional Emails **Goal:** Set up transactional emails **Actions:** --- ## Phase 5: Contact Management **Goal:** Set up audience/contacts **Actions:** --- ## Phase 6: Webhooks **Goal:** Set up emai...
/buildImplements next planned task incrementally via TDD: write failing test, minimal implementation, full tests/build verification, commit changes.
/buildBuilds, compiles, and packages projects with error handling, optimization for dev/prod/test, and detailed reporting. Supports optional target and flags like --type, --clean, --optimize.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
/buildImplements SPEC.md tasks via native plan-execute loop: cites invariants/interfaces, lists files/tests/verification, edits code, verifies, backprops failures. Selects via §T.n | --next | --all.
/buildBuilds a task from a Notion page URL: fetches details and properties, implements per spec with progress updates in Notion, communicates via comments if needed, then marks complete with optional diff explanation.
/buildImplements approved plan using TDD (RED-GREEN-REFACTOR per step), runs inline reviews, and produces test verification evidence.
Project Name: $0
Mode: $1 (--existing for existing project, omit for new)
Goal: Understand project context
Actions:
Task(resend-setup-agent) Analyze project for Resend setup.
Detect: Framework (Next.js, FastAPI), existing email
Check: Email requirements, templates needed
Output: Email strategy
Goal: Set up Resend client
Actions:
Task(resend-setup-agent) Set up Resend core.
Requirements:
- Configure API key
- Set up Resend client
- Verify domain
- Configure sender addresses
- Test email sending
Goal: Create email templates
Actions:
Task(resend-templates-agent) Set up email templates.
Requirements:
- Create React Email templates
- Set up template structure
- Add base components
- Configure styling
- Create preview system
Goal: Set up transactional emails
Actions:
Task(resend-email-agent) Configure transactional emails.
Requirements:
- Create email functions
- Set up welcome email
- Add password reset email
- Configure notification emails
- Add email queuing
Goal: Set up audience/contacts
Actions:
Task(resend-contacts-agent) Configure contacts.
Requirements:
- Set up audience lists
- Create contact management
- Add subscription handling
- Configure preferences
Goal: Set up email webhooks
Actions:
Task(resend-domains-webhooks-agent) Configure webhooks.
Requirements:
- Create webhook endpoint
- Handle delivery events
- Track bounces/complaints
- Add analytics
Output:
✅ Resend Email System Complete
To add features:
/resend:add template <name> # Email template
/resend:add email <type> # Transactional email
/resend:add broadcast # Marketing broadcast
/resend:add contacts # Contact management
/resend:add webhook # Email webhooks
To test:
npm run email:preview