一键导入
meeting-notes
Extract structured decisions, action items, and open questions from a meeting transcript or rough notes into a clean 4-section summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract structured decisions, action items, and open questions from a meeting transcript or rough notes into a clean 4-section summary.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Host the memory-of-use ledger's schema/counting/status-vocabulary convention and the confirmed-proposal apply/verify/rollback/SECGATE machinery — the single, mandatory, deny-listed skill so this governing prose is reliably present from setup (Mode A + Mode B) and can never itself be an apply's target (ADR-061)
Host the skill-content pull flow — classify every installed curated skill via fresh-bytes-on-both-sides against the on-disk pool and the workspace's own install manifest, offer per-component updates with no silent overwrite, and stand as the mechanism that backfills the three mandatory safety skills (self-apply, self-archive, self-upgrade) into any workspace that runs this flow — Face 1 of the v2.19 Persistency Layer (KDQ-PULL), kept textually distinct from self-upgrade's engine-version Face 2 (ADR-072/073)
Host the auto-cleaning move-eligibility gate, destination gating, reversible-move-log rollback, and reference-integrity verification for proposing a stale/superseded file's relocation into the local archive convention — the sibling, mandatory, deny-listed skill to self-apply, holding the PATH-relocation operation type separately so neither module carries two verification concerns (ADR-066)
Host the kit-version walk-forward contract and the two-write-class self-integrity invariant (verify-then-swap on safety machinery) for replacing a workspace's own engine/framework machinery across kit versions — the third deny-listed sibling to self-apply/self-archive, dormant at v2.19 (zero real forward-walk targets) but installed and reachable now so no future rung has to backfill the gate (ADR-071)
[one sentence describing what this skill enables Cowork to do]
Run a periodic Collect, Process, Review, and Plan pass across workspace files to surface what's stalled, due, and worth prioritizing next week
| name | meeting-notes |
| description | Extract structured decisions, action items, and open questions from a meeting transcript or rough notes into a clean 4-section summary. |
| tools | ["claude-code"] |
| trigger_examples | ["Capture meeting notes from this transcript: [paste]","I just finished a meeting — here's what I remember: [notes]. Structure this.","What were the action items from my last meeting?","Turn these bullet points into meeting notes.","Clean up these meeting notes for the team."] |
Use this skill when the user has finished a meeting and needs to turn rough notes, a transcript, or recalled details into a clean, structured record. The input may be anything from a formal transcript to bullet-pointed memory notes to a voice-memo summary. This skill produces a structured document — not a narrative retelling.
Use it proactively when the user shares a block of text that starts with a date, attendee names, or a meeting-style format, even without an explicit request. Do not use it for planning upcoming meetings — that is agenda work, not notes work.
Plain GitHub-flavored markdown in the chat.
Section 1 — Date and Attendees: One line for date, one line for attendee list. Keep it compact.
Section 2 — Decisions (numbered list): Each item is one complete, actionable sentence. Format: 1. [What was decided, stated clearly and completely.]
Section 3 — Action Items (numbered list): Each item follows this pattern: 1. [Action] — Owner: [name or "unassigned"] — Due: [date or "not specified"]
Section 4 — Open Questions (bulleted list): Each item is the question as stated or paraphrased from the notes. Use - [Question text].
Output is plain markdown — no Obsidian wikilinks, no JSON, no YAML sidecar. The user copies it into their notes app or project folder.
Input (rough notes):
April 30 standup — Alex, Maria, Sam
- talked about the new onboarding flow — Sam thinks it needs a progress bar
- Maria said the help docs are ready to review but nobody has done it yet
- decided: we will add a progress bar to onboarding — Alex owns the ticket, target May 7
- decided: Maria will send help-doc review link to the team by Friday
- the question of whether to add email notifications before launch is still open
- also discussed whether the mobile layout needs rework — no decision, tabled for next week
Output:
Meeting Notes — April 30 Standup
Date: April 30
Attendees: Alex, Maria, Sam
Decisions
1. A progress bar will be added to the onboarding flow.
2. Maria will send the help-doc review link to the team by Friday.
Action Items
1. Create ticket for progress bar — Owner: Alex — Due: May 7
2. Send help-doc review link to team — Owner: Maria — Due: Friday
Open Questions
- Should email notifications be added before launch? (Not resolved — tabled.)
- Does the mobile layout need rework? (Tabled for next week — no decision reached.)
Two-tier rule based on output section and length:
context/writing-profile.md for register (formal vs. casual phrasing in decision sentences). Apply the user's tone preference to how decisions are worded — the content must remain accurate, but the sentence style can adapt. A formal profile writes "The team resolved to..." where a casual profile writes "We decided to...".