skill-task-prioritization

Prioritize medication and supplement tasks for elder care dashboards.

1|Updated Jun 18, 2025
One-click install
npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-task-prioritization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-task-prioritization
Source: https://github.com/qashsolutions/myhealthguide/tree/main/.claude/skills/skill-task-prioritization
Command: npx skills add https://github.com/qashsolutions/myhealthguide --skill skill-task-prioritization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Time-based prioritization of elder-care medication and supplement tasks to ensure timely care delivery and reduce missed doses.

Core Features & Use Cases

  • Client-side task prioritization that computes OVERDUE, DUE_NOW, UPCOMING, COMPLETED, and SKIPPED statuses from medication/times and logs.
  • Generates daily task lists from medications and supplements, honors timezone, and supports multiple elders for agency caregivers.
  • Provides the next task recommendation and completion metrics, integrates with existing data hooks and context providers.

Quick Start

Integrate the engine into your dashboard to start ranking today's medication and supplement tasks and surface the next recommended task.

Frequently Asked Questions about skill-task-prioritization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize elder-care medication tasks by urgency in a React app?

To prioritize elder-care medication tasks, use a client-side engine that computes statuses like DUE_NOW and OVERDUE from medication times and logs. It sorts daily task lists and identifies the next recommended task within your React context provider.

Can I calculate medication task statuses for multiple elders without creating new Firestore collections?

Yes, you can calculate task statuses for multiple elders without creating new Firestore collections. The engine operates entirely client-side, utilizing existing data hooks to process medication and supplement logs for real-time status updates.

How do I generate daily medication and supplement schedules that honor local time zones?

To generate daily schedules honoring local time zones, the engine processes medication and supplement data to produce day-specific task lists. It calculates real-time statuses such as UPCOMING and COMPLETED based on the local time.

Does real-time task prioritization work with existing React context providers and data hooks?

Real-time task prioritization integrates directly with existing React context providers and data hooks. It automatically updates task statuses and next-task recommendations whenever the underlying medication or supplement data changes.

What is the best way to track missed doses and skipped medications for caregiving dashboards?

The best way to track missed doses is by computing SKIPPED and OVERDUE statuses from historical medication logs. The engine generates daily task lists and completion metrics to reduce missed doses and ensure timely care delivery.

Do I need a serverless function to update medication task priorities when data changes?

No, you do not need a serverless function to update medication task priorities. The engine implements a client-side prioritization mechanism that automatically recalculates statuses and next-task recommendations when data changes.