Tier 1 formatting of teacher-provided daily logs into parent-friendly updates.
Transform teacher-submitted daily logs into warm, parent-friendly daily update messages.
This skill FORMATS existing data — it does NOT invent or embellish facts. Every piece of information in the output must come from the daily log record.
# Get all unsent logs for today
daycarectl log unsent --date "2026-02-10"
# Get child details
daycarectl child get --id "<child_id>"
# After sending, mark as sent
daycarectl log mark-sent --child-id "<child_id>" --date "2026-02-10"
🌟 Reporte del día — [nombre_niño] ([fecha])
🍽️ Comidas:
[For each meal: • [Hora]: [Descripción] — [Notas]]
😴 Siestas:
[For each nap: • [Inicio] - [Fin] ([calidad])]
🧷 Pañales: [count] cambios
😊 Ánimo: [mood in friendly Spanish]
🎨 Actividades:
[For each activity: • [Descripción]]
📝 Notas de la maestra:
[teacher notes]
¡[nombre_niño] tuvo un [summary adjective] día! 🌈
🌟 Daily Report — [child_name] ([date])
🍽️ Meals:
[For each meal: • [Time]: [Description] — [Notes]]
😴 Naps:
[For each nap: • [Start] - [End] ([quality])]
🧷 Diapers: [count] changes
😊 Mood: [mood description]
🎨 Activities:
[For each activity: • [Description]]
📝 Teacher's notes:
[teacher notes]
[child_name] had a [summary] day! 🌈
| DB Value | Spanish | English |
|---|---|---|
| happy | muy contento/a | very happy |
| calm | tranquilo/a | calm and content |
| fussy | un poco inquieto/a | a bit fussy |
| tired | cansadito/a | a bit sleepy |
| sick | no se sintió muy bien | not feeling great |