介绍
# Morning Manifesto 🌅
触发器:`/morning_manifesto`
## 流程
### 1. 发送提示词 当 `/morning-manifesto` 被触发时,立即发送: ``` Good morning! 🚀 Please tell me about: - What you did yesterday? - One small thing you are grateful for - Today's adventure - Tasks and commitments - How are the weekly priorities going? ```
### 2. 等待回复 等待用户回复(文本或音频)。音频将通过 whisper.cpp 自动转录。
### 3. 解析并追加到 Obsidian 日记 解析回复并将其追加到 Obsidian 仓库(🔥 Fires)中当天的笔记。结构: ```markdown ## Morning Manifesto - [YYYY-MM-DD]
### What I did yesterday [user's response]
### Grateful for [user's response]
### Today's adventure [user's response]
### Tasks and commitments - [task 1] - [task 2]
### Weekly priorities status [user's response] ```
### 4. 与 Apple“提醒事项”同步任务 针对提到的每一个任务/承诺: - **如果任务存在**:将其截止日期更新为今天 - **如果是新任务**:创建一个截止日期为今天的新提醒 - 为此使用 `apple-reminders` 技能
### 5. 查询 Linear 中的紧急事项 查询所有团队中优先级 = 紧急(1)的事项。格式: ``` 🔴 Urgent Linear Issues: - [Team] [Issue ID]: [Title] ```
### 6. 发送摘要 发送包含以下内容的最终消息: - 今天的 Apple 提醒事项(所有截止日期为今天的) - 所有团队的紧急 Linear 事项
## 关键细节 - 使用今天的日期命名 Obsidian 笔记(YYYY-MM-DD.md) - 对于 Apple 提醒事项:按截止日期查询,创建时设置截止日期 - 对于 Linear:使用 `priority = 1` 过滤器,查询所有团队 - 特别注意“任务与承诺”部分