temporal-evaluation

Evaluate task temporal status with timezone-aware due date classifications.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/SOFIA-ASIF/TaskFlow-ToDo-APP --skill temporal-evaluation-sofia-asif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: temporal-evaluation
Source: https://github.com/SOFIA-ASIF/TaskFlow-ToDo-APP/tree/main/.claude/skills/temporal-evaluation
Command: npx skills add https://github.com/SOFIA-ASIF/TaskFlow-ToDo-APP --skill temporal-evaluation-sofia-asif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tasks without clear temporal context lead to missed deadlines and poor prioritization. This skill provides consistent evaluation of overdue, urgent, upcoming, and soon statuses, with timezone-aware calculations.

Core Features & Use Cases

  • Continuous 60-second evaluation of task temporal status to keep dashboards up-to-date.
  • Time-window based classifications (overdue, urgent within 6 hours, upcoming within 24 hours, soon within 1 week) for prioritization and notifications.
  • Relative time displays to improve UI readability in lists, dashboards, and alerts.

Quick Start

Configure your app to evaluate temporal status every 60 seconds and display human-friendly relative times.

Frequently Asked Questions about temporal-evaluation

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

FAQPage Schema
How do I evaluate task urgency and overdue status using due dates in my app?

To evaluate task urgency and overdue status, compare due dates against the current time using timezone-aware calculations. This labels tasks as overdue, urgent, upcoming, or soon to provide clear prioritization context.

What is the recommended time window for classifying upcoming and urgent tasks?

The recommended time windows for classifying tasks are 6 hours for urgent, 24 hours for upcoming, and 1 week for soon. These fixed windows help standardize prioritization and trigger appropriate notifications.

How often should relative time displays and task temporal statuses be updated?

Relative time displays and temporal statuses should be updated every 60 seconds. This fixed interval ensures dashboards and task lists remain accurate while continuously reflecting current overdue and urgent conditions.

How do I handle missing due dates when calculating task temporal status?

When calculating task temporal status, missing due dates must be handled as specific edge cases. The evaluation logic safely skips overdue or urgent labeling for these tasks to prevent invalid timezone comparisons.

Does timezone-aware scheduling affect relative time displays for users?

Timezone-aware scheduling ensures relative time displays accurately reflect each user's local time. Calculations compare the user's timezone with the task's due date to generate correct human-readable strings.

When should I apply continuous temporal evaluation to a task management dashboard?

Continuous temporal evaluation should be applied when tasks are created, updated, or displayed in a dashboard. This ensures real-time overdue and urgent classifications remain accurate during the entire app session.