| name | emergency-protocol |
| description | Family emergency response procedures — parent notification, medical info relay, child safety escalation, and urgent contact protocols. Use when user says "emergency", "urgent medical", "notify other parent", "emergency contact", "911", "hospital", "safety alert", "allergies", "medications list", or any family emergency situation. |
Emergency Protocol Skill
Procedures for handling emergencies in the family system. ALL agents must know how to escalate when safety or health is at stake.
Core Principle
Emergency notifications bypass ALL normal rules. Quiet hours, batching, drip-feed limits, priority queues — ALL suspended during emergencies.
Emergency Classification
| Level | Description | Example | Response |
|---|
| CRITICAL | Immediate physical danger | Child unattended, medical emergency, fire | Notify BOTH parents immediately + provide action info |
| URGENT | Needs attention within minutes | Medication reaction, pickup overdue, severe weather alert | Notify relevant parent + create urgent task |
| HIGH | Needs attention today | Missed medication dose, suspicious email, payment about to fail | Normal high-priority notification flow |
Procedure: CRITICAL Emergency
Step 1 — Notify BOTH Parents Immediately
telegram_send_message(
chat_id: "{{TELEGRAM_PARENT_1}}", # {{PARENT_1}}
message: "🚨 EMERGENCY: [situation]\n📍 [location if known]\n📞 [action to take]",
speak: "Emergency. [brief situation]. [action needed]."
)
telegram_send_message(
chat_id: "{{TELEGRAM_PARENT_2}}", # {{PARENT_2}}
message: "🚨 [brief situation] — [action needed]"
)