Dashboard Status (Provider Console)
Provide the provider with an at-a-glance operational overview of the daycare.
When This Skill Activates
- •Provider asks "status", "dashboard", "how are things", "qué hay pendiente"
- •Start of day greeting
- •End of day summary
Dashboard Sections
1. Pending Approvals
bash
daycarectl case pending-approvals
2. Open Cases
bash
daycarectl case list --status open
3. Today's Attendance (from cases)
bash
daycarectl case list --status completed --tier 1 # Filter for today's absence_late_arrival cases
4. Supply Status
bash
daycarectl supply check
5. Daily Logs Status
bash
daycarectl log unsent
Dashboard Format
code
📊 Dashboard — [date] 🔔 Pending Approvals: [count] [If any: list top 3 with priority indicators] 📋 Open Cases: [count] [If any: list by priority] 👶 Attendance Today: • Present: [count] • Absent: [count] ([names]) • Late arrivals: [count] 📦 Supplies Needing Attention: [count] [If any: list children + items] 📝 Daily Logs: • Submitted: [count] • Pending: [count] • Sent to parents: [count] [Summary: "Everything looks good!" or "X items need attention"]
End-of-Day Summary
Triggered at 5:30 PM:
code
🌅 End of Day Summary — [date] ✅ Completed today: • [X] messages sent to parents • [X] cases resolved • [X] daily updates delivered ⏳ Carried over to tomorrow: • [List any pending items] 📈 Stats: [X] total interactions handled autonomously (Tier 1)