--- name: cm-booking-calendar description: | Booking & Calendar CRO Engine — Packages all booking, scheduling, .ics download, and Google Calendar integration into a revenue-boosting system. Auto-detect industry → select matching pattern → generate calendar engine + booking UI + export logic. Integrates with cm-google-form (form → sheet) and cm-ads-tracker (conversion events). ALWAYS trigger for: booking, appointment, calendar, reminder, download ics, google calendar, add to calendar, book appointment, schedule, "create booking", "add scheduling", "appointment reminder system", "calendar CRO", "reduce no-show" allowed-tools: Read, Write, Edit, Glob, Grep, Browser version: 1.0 priority: HIGH skills: - cm-google-form - cm-ads-tracker --- # Booking Calendar CRO Engine > **Booking + Calendar Reminders = Replace expensive SMS/notification costs.** > Auto-detect industry → Ready-made patterns → Generate code → Increase revenue. > Zero dependencies, works on any static site. --- ## 💰 WHY This Increases Revenue | Metric | Impact | Mechanism | |--------|--------|-----------| | **No-show reduced 30-60%** | Directly increases revenue | Calendar reminder replaces SMS, free | | **Conversion Rate +15-25%** | "Add to Calendar" CTA = micro-commitment | User commits via action, not just form | | **LTV increases 2-3x** | Appointments = continuous touchpoints | Brand exposure every time calendar opens | | **SMS/notification cost = 0** | Saves $0.05-0.10/message | Calendar notification is free forever | | **Organic referrals** | Calendar events can be shared | "Invite a friend" via calendar | --- ## 🎯 When to Use | Trigger | Action | |---------|--------| | User says "booking", "appointment", "schedule" | Activate — start Phase 1 | | User says "reminder", "calendar" | Activate — focus calendar export | | User says "reduce no-show", "increase conversion" | Activate — focus ROI explanation | | User says "download calendar", "download ics" | Jump to Phase 4 (calendar-export.js) | | Detected booking form on website | Suggest this skill proactively | --- ## 📋 7-Phase Workflow ``` Phase 1: DISCOVER → Auto-detect industry, scan existing forms/booking Phase 2: SOCRATIC GATE → Ask 5-7 strategic questions Phase 3: CONFIGURE → Select industry pattern + customize Phase 4: BUILD → Generate calendar engine + UI + export Phase 5: INTEGRATE → Wire to site + cm-google-form + cro-tracking Phase 6: VERIFY → Test ICS, GCal, form submit, tracking events Phase 7: REVENUE REPORT → Explain ROI to user per feature ``` > 🔴 **Rule:** NEVER skip Phase 1 & 2. Always scan first, ask second. --- ## Phase 1: DISCOVER (Auto-Detect Industry & Scan) **Goal:** Understand the website's industry and existing booking/form infrastructure. ### 1A. Industry Auto-Detection Scan the website to classify industry: ``` grep -ri "keywords\|description\|og:title" --include="*.html" --include="*.astro" . grep -ri "service\|booking\|appointment" --include="*.html" --include="*.astro" . ``` **Detection signals:** | Signal | Where to Find | Example | |--------|---------------|---------| | Meta keywords | `` | "obstetrics, ultrasound" → Healthcare:OB/GYN | | Page titles | `