Agent Skills
› MeisnerDan/mission-control
› eisenhower-triage
eisenhower-triage
GitHub基于艾森豪威尔矩阵对任务进行优先级排序和分诊。适用于用户询问工作优先级、下一步行动或处理任务列表及头脑风暴内容时,帮助合理分配DO、SCHEDULE、DELEGATE和ELIMINATE四类任务。
触发场景
询问工作优先级
决定下一步做什么
任务分诊与整理
安装
npx skills add MeisnerDan/mission-control --skill eisenhower-triage -g -y
SKILL.md
Frontmatter
{
"name": "eisenhower-triage",
"description": "Applies Eisenhower matrix logic to prioritize work. Use when the user asks about priorities, what to work on next, or when triaging tasks and brain dump items."
}
Eisenhower Matrix Triage
Quadrant Definitions
| Quadrant | Criteria | Action |
|---|---|---|
| DO | important + urgent | Work on immediately |
| SCHEDULE | important + not-urgent | Block time, protect from neglect |
| DELEGATE | not-important + urgent | Assign to an AI agent |
| ELIMINATE | not-important + not-urgent | Drop or defer |
Triage Rules
- New tasks default to SCHEDULE unless there is a deadline within 48 hours
- DELEGATE quadrant tasks should always have
assignedToset to an agent role - Never let SCHEDULE accumulate >10 unstarted tasks without review
- Brain dump items should be triaged into tasks with proper quadrant placement
- Review the DO quadrant daily — nothing should sit here unstarted for >2 days
Priority Order Within Quadrants
- DO → by urgency deadline, then by creation date
- SCHEDULE → by importance to long-term goals, then by milestone deadline
- DELEGATE → by agent availability, then by urgency
- ELIMINATE → review weekly, remove or reclassify
Brain Dump Triage Flow
- Read each unprocessed entry
- Decide: Is this actionable? → If yes, create a task with importance/urgency
- Set
processed: trueon the brain dump entry - Set
convertedTo: "task_{id}"if converted, ornullif archived
版本历史
- 2b8c402 当前 2026-07-05 15:42


