name: medication-reminder-snooze description: Use when the user asks to be reminded later or taps "Remind later". Delegate to Nurse to snooze and send confirmation.
medication-reminder-snooze
Overview
This skill handles the flow when the user wants to snooze the current reminder.
Instructions
Delegate to the Nurse subagent to snooze the current reminder. From current_reminder.medications, collect each medication's reminder_id and pass them as reminder_ids to snooze_dose (one id = snooze one event; all ids = snooze the whole slot). Use a sensible snooze_minutes (e.g. 15).
The Nurse should send the snooze confirmation message in the user's language (EN or HE) via send_whatsapp_message.
Use the shared i18n phrasing for "I'll remind you again in [duration]."