What problem does it solve? Building a clinic management platform for Argentine psychology practices requires coordinating appointment scheduling, WhatsApp patient messaging, AFIP-compliant electronic invoicing, video consultations, and AI-assisted clinical notes across many services, which is complex to architect from scratch. ## Core Features & Use Cases - Appointment Scheduling with WhatsApp Automation: NestJS services detect scheduling conflicts, create 45-minute appointments, and send automated confirmations and reminders via the Baileys WhatsApp library, including crisis keyword detection. - AFIP Electronic Invoicing: Generates CAE-authorized invoices (receipt types A, B, C, M) through the AFIP web service with certificate-based authentication. - AI Clinical Assistance: Uses Claude Opus and Sonnet to structure dictated session notes, summarize patient history, and detect risk factors in Spanish. - Use Case: A psychology clinic in Buenos Aires needs to automate patient booking, send WhatsApp reminders, issue AFIP-compliant receipts, and host LiveKit video sessions. This Skill provides the full backend services, Prisma schema, and SvelteKit frontend components to implement it. ## Quick Start Set up the Sesión clinic platform by configuring the environment variables for PostgreSQL, Anthropic, LiveKit, AFIP, and Mercado Pago, then run the Prisma migrations and start the NestJS backend.