一键导入
priority-matrix
Applies Eisenhower matrix (urgent/important) to prioritize tasks. Use when prioritizing, reviewing tasks, or deciding what to work on next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Applies Eisenhower matrix (urgent/important) to prioritize tasks. Use when prioritizing, reviewing tasks, or deciding what to work on next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Parses natural language into structured tasks with priority, due date, project, and tags. Use when adding tasks, processing inbox, or when user describes work to be done.
Estimates time required for tasks based on complexity, type, and patterns. Use when planning, scheduling, or during standup.
| name | priority-matrix |
| description | Applies Eisenhower matrix (urgent/important) to prioritize tasks. Use when prioritizing, reviewing tasks, or deciding what to work on next. |
Categorize tasks by urgency and importance.
URGENT NOT URGENT
┌─────────────────┬─────────────────┐
│ │ │
IMPORTANT │ DO FIRST │ SCHEDULE │
│ (Q1) │ (Q2) │
│ │ │
├─────────────────┼─────────────────┤
│ │ │
NOT IMPORTANT│ DELEGATE │ ELIMINATE │
│ (Q3) │ (Q4) │
│ │ │
└─────────────────┴─────────────────┘
Priority: !high
Action: Do immediately, add to today.md
Signs of Q1 tasks:
Priority: !medium
Action: Add to backlog, schedule specific time
Signs of Q2 tasks:
Priority: !low
Action: Can someone else do this?
Signs of Q3 tasks:
Priority: Consider removing Action: Delete or move to someday.md
Signs of Q4 tasks:
Is this task aligned with my goals?
├── No → ELIMINATE or SOMEDAY
└── Yes → Does it have a hard deadline within 48h?
├── Yes → Is it blocking others or high-impact?
│ ├── Yes → DO FIRST (!high)
│ └── No → DELEGATE if possible, else DO FIRST
└── No → Is it important for long-term success?
├── Yes → SCHEDULE (!medium)
└── No → DELEGATE or ELIMINATE (!low)
Run /prioritize when: