# Prioritize Tasks With a 5-Step Method

Many task lists are hard to act on because deadlines and task clarity are mixed together. This skill asks focused questions and returns a short priority plan for immediate action.

## Install

```bash
npx skillstore add yunshu0909/priority-judge
```

## Metadata

- Status: approved
- Slug: yunshu0909-priority-judge
- Skillstore revision: r1
- Version status: missing
- Tree hash: 107ead4b3299ec1db8803639ef7d3df23b94838a5c6a9e3916e81e2c4f9db17f
- Author: yunshu0909
- GitHub username: yunshu0909
- License: MIT
- Repository: https://github.com/yunshu0909/yunshu\_skillshub/tree/master/priority-judge
- Ref: 64ca8af0f54a325752f08bd54e52151061ea659a
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 75
- Public page: https://skillstore.pages.dev/skills/yunshu0909-priority-judge
- Manifest: https://skillstore.pages.dev/api/skills/yunshu0909-priority-judge/manifest

## Capabilities

- Collects unordered tasks from the user through conversation.
- Asks whether each task is clear, urgent, and specific.
- Ranks tasks using clarity and deadline as the main criteria.
- Highlights one or two tasks that should be handled first.
- Creates a simple Markdown priority list when requested.

## Use Cases

- Choose Today's Focus: Turn a long personal task list into one or two actions for today.
- Prepare a Weekly Work Plan: Sort work items by deadline and clarity before starting the week.
- Unblock Creative Work: Separate clear creative tasks from unclear ideas that need more thinking.

## Prompt Templates

### Sort My Tasks

```
I have many things to do. Help me decide what to do first.
```

### Plan My Day

```
Here are my tasks for today: [tasks]. Ask me what you need, then choose the top priorities.
```

### Rank a Work Backlog

```
Review this backlog and rank it by clarity, deadline, and action value: [backlog].
```

### Create a Priority Document

```
Help me build a Markdown priority plan for this week. Include must-do tasks, optional tasks, delayed tasks, and reasons.
```

## Limitations

- It depends on accurate user-provided deadlines and task details.
- It does not replace a full project management system.
- It is not designed for detailed time-blocking or minute-level schedules.
- File creation should be confirmed before saving any Markdown document.

## Best Practices

- Provide deadlines, task context, and current blockers for each item.
- Use the recommendation to choose one or two immediate actions.
- Review and adjust the plan when deadlines or task clarity changes.

## Anti Patterns

- Do not use it as a complete project management database.
- Do not ask for a priority decision without sharing deadline details.
- Do not save files unless the target path and overwrite behavior are clear.

## Security Audit

- Audited at: 2026-07-08T10:54:30.758\+00:00
- Summary: All external command static findings are false positives caused by Markdown code fences or inline code formatting in SKILL.md. The high-entropy heuristic is also a false positive because the file is readable Markdown with Chinese text, emoji, and table formatting, not binary or encrypted content. One low semantic issue remains: the skill instructs the assistant to create and save a Markdown priority document, so file writes should require user confirmation.

## Stats

- Views: 144
- Downloads: 16
- Favorites: 0
- Popularity score: 0
