원클릭으로
meeting
Process meeting notes into structured notes + action items
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Process meeting notes into structured notes + action items
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up your personal OS from scratch with guided questions
Argue against your own thinking on a topic using evidence from your vault
Remove AI-generated jargon and restore human voice to text
Create content draft from ideas using the Shipping Bible
Process unprocessed clips from Web Clipper into atomic notes
Log activity to today's daily file
| name | meeting |
| description | Process meeting notes into structured notes + action items |
Process meeting notes: $ARGUMENTS
If the user provides an audio or video file (.mp3, .mp4, .wav, .m4a, .webm, .ogg) or a URL (YouTube, Google Meet recording, etc.), transcribe it first using trx:
trx "$ARGUMENTS" --output json --fields text
This outputs the full transcript as text. Use that as the meeting content for the steps below.
If the user provides text directly, skip this step.
Create meeting note in 03_Garden/meetings/{YYYY-MM-DD}/{slug}.md:
---
type: meeting
created: {{date}}
attendees:
- "[[Person 1]]"
- "[[Person 2]]"
project:
---
# {Meeting Title}
## Key Decisions
-
## Insights
-
## Action Items
- [ ] @{person}: {task}
## Notes
{summary of discussion}
Create corrected transcript in 03_Garden/meetings/{YYYY-MM-DD}/{slug}-transcript.md:
**{Person 1}:** ... / **{Person 2}:** ...[Pause], [Screen share], [Laughter] annotations where evident---
type: transcript
created: {{date}}
meeting: "[[{slug}]]"
language: {detected language}
coverage: {full (~Xmin) | partial (~Xmin of Ymin)}
---
# Transcript: {Title} - {duration}
Create summary in 03_Garden/meetings/{YYYY-MM-DD}/{slug}-summary.md:
---
type: summary
created: {{date}}
meeting: "[[{slug}]]"
---
Create person notes for attendees not yet in 03_Garden/people/
Extract YOUR action items -> append to 02_Journal/daily/{{date}}.md:
## Action Items (from {meeting})
- [ ] {task 1}
- [ ] {task 2}
User pastes meeting notes or provides a recording, run /meeting:
Created: 03_Garden/meetings/2026-01-04/team-sync.md
Created: 03_Garden/meetings/2026-01-04/team-sync-transcript.md
Created: 03_Garden/meetings/2026-01-04/team-sync-summary.md
Attendees: [[Alice]], [[Bob]]
Action items added to daily log:
- [ ] Review API proposal
- [ ] Send follow-up email