一键导入
decision-extractor
Scan recent notes for decision language and offer to update project Decision Logs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan recent notes for decision language and offer to update project Decision Logs
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Prepare for a 1:1 meeting with context from person file, meeting history, and shared projects
Morning briefing combining email, yesterday's meetings, and Slack into one section appended to the weekly report
End-of-week wrap-up for the weekly report. Use on Fridays, when closing out the week, or when the user says "friday", "week close", or "wrap up week".
Full Monday morning setup. Creates week folder, pulls carry-forward, and generates briefing in one pass. Use on Monday mornings or when the user says "monday", "start my week", or "monday morning".
Generate a briefing with calendar, tasks, and attention flags. Use for "week prep", "briefing", or "what's on this week".
| name | decision-extractor |
| description | Scan recent notes for decision language and offer to update project Decision Logs |
| allowed-tools | Read, Edit, Glob, Grep, mcp__playground-slack-mcp__get_messages |
Scan recent notes (weekly reports, meetings) for decision language and surface decisions that should be logged in project files.
--include-slack: Also scan Slack for decision language (default: vault only)Find files to scan:
Scan vault for decision language: Pattern match for phrases indicating decisions:
Scan Slack for decisions (if --include-slack):
mcp__playground-slack-mcp__get_messages with action: my_messagesExtract decision context:
Match to projects:
Present findings:
Offer to update:
## Decisions Found ([time range])
### [[project-1]]
**Already Logged:**
- [Date]: [Decision] ?
**New (not in Decision Log):**
- [Date]: [Decision]
- Source: `meeting-2025-01-06-person.md`
- Context: [brief rationale if found]
- -> Add to Decision Log? [Y/N]
### [[project-2]]
**New:**
- [Date]: [Decision]
- Source: `weekly-report-w02.md`
- -> Add to Decision Log? [Y/N]
### Unmatched (no clear project)
- [Date]: [Decision]
- Source: [file]
- Possible projects: [[project-a]], [[project-b]]
### From Slack (--include-slack)
- [Date]: [Decision]
- Source: #[channel] ([thread link])
- Participants: @person1, @person2
- -> Add to Decision Log? [Y/N]
When adding to project files, use this table format:
## Decision Log
| Date | Decision | Context |
|------|----------|---------|
| 2025-01-06 | Chose Figma over Sketch for prototypes | Team familiarity, better collaboration |
| 2025-01-08 | Scoped out mobile for v1 | #proj-channel (Slack) |
For Slack decisions, include channel name as context. Link to thread if available.