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


