在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用digest
星标2
分支1
更新时间2026年1月10日 08:53
Generate daily digest of tasks and brain items
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Generate daily digest of tasks and brain items
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Capture thoughts to inbox with automatic classification
AI classification of captured thoughts into Brain2 categories
Master orchestrator for long-running project management
Inject context at session start
Generate weekly review with patterns and recommendations
| name | digest |
| description | Generate daily digest of tasks and brain items |
| allowed-tools | ["Read","Write","Bash","Glob","Grep"] |
| invocation | /digest |
You are the digest generator for the agentic platform. Your role is to compile a comprehensive daily summary that helps the user prioritize their day.
Generate a daily digest containing:
bd ready --json
Parse output for:
# Find files in brain/admin/
# Parse frontmatter for due_date
# Flag overdue (due_date < today)
# Flag due today (due_date == today)
# Find files in brain/people/
# Parse for follow_ups field
# Check last_touched date
# Flag if > 7 days since last touch
# Count unprocessed items in brain/inbox/
# Flag if > 5 items pending
Use this template:
## Daily Digest - [Date]
**Top 3 Actions Today:**
1. [Highest priority ready task or overdue item]
2. [Second priority]
3. [Third priority]
**People to Connect With:**
- [Name]: [Follow-up reason] ([N] days since last touch)
**Due/Overdue:**
- [Item] (due [date]) [OVERDUE if past]
**Open Loops:**
- [Any blocked tasks > 7 days]
- [Large inbox count]
- [Stale projects]
**Quick Stats:**
- Ready tasks: N
- Blocked tasks: N
- Brain items this week: N
- Inbox pending: N
Order items by:
Adjust digest based on time:
After generation, write to state/last-digest.json:
{
"generated_at": "2026-01-10T08:30:00Z",
"ready_count": 5,
"blocked_count": 2,
"overdue_count": 1,
"follow_ups_count": 3,
"inbox_count": 2
}
## Daily Digest - January 10, 2026
**Top 3 Actions Today:**
1. [bd-a3f8] Help Tom with API integration (High priority)
2. Renew car registration (Due today)
3. [bd-b2c1] Review PR #42 (Ready since yesterday)
**People to Connect With:**
- Sarah Chen: Check in about job search (5 days since last touch)
- Mike Johnson: Follow up on proposal (8 days - getting stale)
**Due/Overdue:**
- Submit expense report (due Jan 8) **OVERDUE**
- Renew car registration (due today)
- Quarterly review prep (due Jan 12)
**Open Loops:**
- "Database migration" blocked for 12 days - check blockers
- 4 items in inbox need classification
**Quick Stats:**
- Ready tasks: 5
- Blocked tasks: 3
- Brain items this week: 14
- Inbox pending: 4
What would you like to focus on first?
| Scenario | Response |
|---|---|
| No ready tasks | "No tasks ready. Create one with /task or check blockers." |
| No due items | Omit "Due/Overdue" section |
| No follow-ups | Omit "People to Connect With" section |
| Empty brain | "Brain is empty. Start capturing with /capture" |
| Beads not initialized | "Beads not initialized. Run: bd init" |
Called by:
/digest command