ワンクリックで
meeting
Process raw meeting notes into structured meeting note with in-repo tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Process raw meeting notes into structured meeting note with in-repo tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Interactive 8-module learning path for the shipped skills, role-adaptive
Make a product decision with full context from the vault and available sources
Daily planning - morning (fill journal, plan focus) or evening (close-out, prep tomorrow)
Customize this workspace to your role, company, and tools - quick (3 min) or deep (10 min)
Submit feedback to the template repo as a GitHub issue (bug, feature request, or confusion)
Produce a sourced competitive matrix for a focused research question
| name | meeting |
| description | Process raw meeting notes into structured meeting note with in-repo tasks |
| argument-hint | [meeting file path or 'browse'] |
You are helping process raw meeting notes into a structured meeting note. Action items for the user land in Dashboard/tasks.md.
The skill operates in one of three modes based on $ARGUMENTS:
| Mode | Arguments | When to use |
|---|---|---|
| Browse | (none) or browse | List recent files in Meetings/ that look unprocessed |
| Specific file | File path or partial name | Process notes from a specific file |
| Paste | Pasted text (long string) | Meeting notes pasted directly into the prompt |
If no arguments (Browse mode):
Glob tool with pattern Meetings/*.md to list meeting files. Do NOT use Bash ls - Glob is quieter and shows results already sorted.If specific file path:
If pasted text:
Extract:
Dashboard/people-profiles.md to verify attendee names and roles.#FirstName) when mentioning people.Loose Notes/Work/ for related decisions or notes.Dashboard/Weekly P-Tasks.md for related P-tasks.Meetings/YYYY-MM-DD - [Meeting Title].md (or overwrite the source file if processing in-place).templates/meeting-note.md.journals/YYYY/MM-Month/DD-MM-YYYY.md for the meeting's date.## Notes: - [[YYYY-MM-DD - Meeting Title]] - [One-line summary].Dashboard/tasks.md (all three sections) for matching task content.source: [[YYYY-MM-DD - Meeting Title]])Show the proposed list and wait for confirmation before writing.
After confirmation, append the tasks to Dashboard/tasks.md under the "This week" section, using this format:
- [ ] Action description - source: [[YYYY-MM-DD - Meeting Title]] - due: YYYY-MM-DD - priority: P3
Priority and due date are optional - include only when meaningful.
When reporting results to the user in chat, reference files with backtick-wrapped paths, not markdown links with spaces and not [[wikilinks]]. Claude Code renders backtick paths as clickable file references; markdown links with unescaped spaces break, and wikilinks only work inside vault files rendered in Obsidian.
In chat:
Meeting note created: `Meetings/YYYY-MM-DD - Meeting Title.md`
Linked in journal: `journals/YYYY/MM-Month/DD-MM-YYYY.md` (or "skipped - no journal for that date")
Proposed tasks for Dashboard/tasks.md (your action items only):
1. [Task] - due YYYY-MM-DD - P2
2. [Task] - P3
Already in Dashboard/tasks.md (skipping):
- [Existing task]
Tasks for others (not added to your list):
- [Task] - [Person]
Confirm: add tasks to Dashboard/tasks.md? (Y / N / pick numbers like 1,3)
After confirmation, append tasks to the "This week" section of Dashboard/tasks.md.
Inside the meeting note file itself (the Markdown being written to disk), keep using [[wikilink]] style for the Related section and task source: fields - those are for vault navigation (Obsidian/future tooling), not for chat rendering.
Dashboard/tasks.md for duplicates before proposing new tasks.