What problem does it solve? Event-domain changes in MDE AI span hosts, ticketing, payments, and discovery, and without clear boundaries these changes risk inconsistent event state, broken approval flows, and payment bugs. This Skill defines the domain rules and handoff boundaries so event work stays correct and scoped. ## Core Features & Use Cases - Domain Boundaries: Enforces rules for host creation/editing, HITL approval, ticket tiers, capacity, publish state, and organization-scoped writes. - Structured Workflow: Guides changes through persona identification, canonical state transitions, stack-skill loading, and end-to-end verification. - Stack Handoffs: Routes payment mechanics to stripe, persistence to supabase, agent logic to mastra, AI UI to copilotkit, and framework behavior to nextjs. - Use Case: When adding a new ticket tier to an event, use this Skill to keep capacity, pricing, and buyer-facing availability consistent while delegating Stripe checkout changes to the stripe skill. ## Quick Start Use the events skill to review my change to the event publishing flow and confirm the approval and ticketing rules stay intact.