원클릭으로
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.