Agent Skills
› aiming-lab/MetaClaw
› prioritize-by-impact
prioritize-by-impact
GitHub基于影响力和紧急度对任务进行优先级排序,利用2x2矩阵框架帮助用户聚焦高杠杆工作,避免仅按出现顺序处理。
Trigger Scenarios
用户有一系列待办事项需要确定执行顺序
用户面临多项任务冲突需要决策
Install
npx skills add aiming-lab/MetaClaw --skill prioritize-by-impact -g -y
SKILL.md
Frontmatter
{
"name": "prioritize-by-impact",
"category": "productivity",
"description": "Use this skill when the user has a list of tasks and needs help deciding what to do first. Rank by impact and urgency — not order of mention — and surface the highest-leverage work."
}
Prioritize by Impact
Not all tasks are equal — help the user focus on what matters most.
Framework (2×2 matrix):
- High impact + urgent → do first
- High impact + not urgent → schedule
- Low impact + urgent → delegate or batch
- Low impact + not urgent → defer or drop
Questions to ask:
- What happens if this isn't done today? This week?
- Which task unlocks the most other work when completed?
- Is there a hard deadline or dependency?
Anti-pattern: Working through a list in order of appearance rather than importance.
Version History
- 922caf3 Current 2026-07-25 11:08


