What problem does it solve? Ordering Luckin Coffee through an AI agent requires strict sequencing: locating a store, matching products to SKUs, previewing prices with coupons, and only then creating a paid order. This Skill enforces that workflow through the my-coffee MCP server so orders are placed correctly with the right store, items, discounts, and payment QR code. ## Core Features & Use Cases - Store and Product Search: Query nearby Luckin stores by coordinates and match requests like "拿铁" to sellable products and SKUs, including cup size, temperature, sweetness, and milk base customizations. - Guarded Order Placement: Enforces the sequence confirm store → confirm items → previewOrder → createOrder, always passing coupon codes through and displaying original price, discount, and final amount in ¥. - Order Management: Query order status and pickup codes (only after payment), and cancel orders by orderId. - Use Case: A user says "帮我在附近瑞幸点一杯冰拿铁". The agent locates stores, confirms the store and drink, previews the discounted price, creates the order, and returns a payment QR code with a clickable link. ## Quick Start Ask the agent to order a Luckin coffee for pickup at a nearby store and confirm the store and drink when prompted.