waitlist
Installation
SKILL.md
Scaffold a complete waitlist — email capture, storage, confirmation email, and an admin view. Reads the project first, wires into existing stack.
Phase 1: Detect the Project
cat package.json | grep -E "next|supabase|prisma|drizzle|resend"
Check for:
- Database: Supabase / Prisma / Drizzle / raw Postgres?
- Email: Resend already installed?
- Auth: Any auth provider? (Admin view needs it)
- Existing waitlist table? Search for
waitlistin schema files
Phase 2: Ask the User
I'll scaffold a waitlist for [product name].