medication-reminder-snooze

star 0

Use when the user asks to be reminded later or taps "Remind later". Delegate to Nurse to snooze and send confirmation.

kolbis By kolbis schedule Updated 2/17/2026

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

  1. 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).

  2. The Nurse should send the snooze confirmation message in the user's language (EN or HE) via send_whatsapp_message.

  3. Use the shared i18n phrasing for "I'll remind you again in [duration]."

Install via CLI
npx skills add https://github.com/kolbis/takecare-ai --skill medication-reminder-snooze
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator