priority-classification

Classify task priorities by due dates, urgency keywords, and explicit markers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically determines and assigns priority levels to tasks based on due dates, urgency keywords, and explicit priority markers, helping teams focus on the most important work.

Core Features & Use Cases

  • Deterministic classification: four priority levels (VERY IMPORTANT, HIGH, MEDIUM, LOW) with clear criteria.
  • Multi-scenario applicability: applies on task creation, due-date updates, title/description changes, explicit priority changes, bulk imports, and periodic re-evaluation every 60 seconds.
  • UI integration: provides visual priority chips and sorting cues for task lists.

Quick Start

Run the priority classification on all tasks to assign initial priorities and enable 60-second re-evaluation.

Frequently Asked Questions about priority-classification

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

FAQPage Schema
How do I automatically classify task priority based on due dates and urgency?

Automatically classifying task priority based on due dates and urgency is achieved by analyzing due dates, urgency keywords, and explicit priority markers using deterministic logic to assign one of four priority levels: VERY IMPORTANT, HIGH, MEDIUM, or LOW.

What is the best way to assign priority levels during a bulk task import?

Assigning priority levels during a bulk task import is handled by applying deterministic classification rules across all newly imported tasks, analyzing their due dates and urgency keywords to assign accurate priority markers immediately upon entry.

Can I use automatic task prioritization for periodic re-evaluation of existing todo lists?

Automatic task prioritization supports periodic re-evaluation of existing todo lists by running a background check every 60 seconds, updating priority classifications when due dates shift or task titles and descriptions change.

Does deterministic task classification work with manual priority marker overrides?

Deterministic task classification works with manual priority marker overrides by respecting explicit priority changes made by users, ensuring that manual inputs take precedence over automatically generated urgency keyword and due date thresholds.

What are the limitations of using due dates and keywords for task urgency classification?

Limitations of using due dates and keywords for task urgency classification include rigid deterministic thresholds that may miss nuanced context, requiring explicit priority markers or precise urgency keywords in task descriptions for accurate categorization.