Agent Skills
› MeisnerDan/mission-control
› daily-plan
daily-plan
GitHub该技能用于创建聚焦的每日计划。通过读取上下文、任务、待办事项和目标文件,进行优先级排序和头脑风暴筛选,生成包含前三大优先事项、时间块分配及快速赢取的个性化日程安排。
触发场景
需要制定每日工作计划
整理个人待办事项与优先级
安装
npx skills add MeisnerDan/mission-control --skill daily-plan -g -y
SKILL.md
Frontmatter
{
"name": "daily-plan",
"description": "Create a focused daily plan with top priorities, brain dump triage, and time blocks",
"disable-model-invocation": true
}
Create my daily plan:
- Read
mission-control/data/ai-context.mdfor a quick snapshot of current state - Read
mission-control/data/tasks.json - Read
mission-control/data/brain-dump.jsonfor items needing triage - Read
mission-control/data/goals.jsonfor upcoming milestone deadlines
Produce a focused plan:
Top 3 Priorities Today
[Important+Urgent tasks first, then Important+Not-Urgent tasks]
Brain Dump Triage
[List unprocessed brain dump items and suggest: convert to task, archive, or delete]
Time Blocks (suggested)
- Morning (high energy): [Deep work tasks]
- Afternoon: [Meetings, communication, lighter tasks]
- Evening (if working): [Planning, research, learning]
Quick Wins
[Not-Important+Urgent items that take <15 min]
Keep the plan realistic for one person. Suggest no more than 5-6 tasks total.
版本历史
- 2b8c402 当前 2026-07-05 15:41


