一键导入
meeting-notes
Process pasted meeting notes, infer context, extract candidate tasks and memory updates, and ask for confirmation before making changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Process pasted meeting notes, infer context, extract candidate tasks and memory updates, and ask for confirmation before making changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build today's mapped ZEP time-log plan from Google Calendar, preview it against ZEP, and enter it through guarded Playwright automation only after explicit approval.
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Backup CLAUDE.md, TASKS.md, and memory/ to a private Git repo using `bash .claude/skills/memory-backup/backup.sh`.
Pull recent Notion Journal entries into memory/journals/YYYY/month_YYYY-MM_text.txt.
Fetches live prices for equities and forex for investment portfolio.
Sync work context from external sources, update tasks and memory, and report changes
| name | meeting-notes |
| description | Process pasted meeting notes, infer context, extract candidate tasks and memory updates, and ask for confirmation before making changes. |
Process user-pasted meeting notes, summaries, or transcripts into structured follow-up, task candidates, and durable memory candidates.
This skill may be triggered with or without pasted content.
If the user triggers the skill without notes, ask them to paste either:
The hint may be labelled or unlabelled. Treat a short first line before a longer notes block as a likely hint, but do not require a specific format.
Example prompt:
Please paste the meeting notes or transcript.
Optional: add a short hint before the notes, such as the meeting title, project, date, or attendees. Labels are optional.
Format examples:
Project Alpha weekly sync, Person A and Person B
[paste notes]
—or—
Hint: Project Alpha weekly sync, Person A and Person B
Notes:
[paste notes]
—or—
[paste notes only]
Do not require a transcript. Pasted meeting summaries or notes are enough.
Before processing, load:
memory-managementtask-managementUse the loaded skills' workflows for task edits, memory edits, logging, and backup requirements.
Use the loaded skills' workflows to read relevant task and memory context.
At minimum, inspect the current task list and memory index / hot cache well enough to infer likely context from the pasted notes.
If the Agent tool is available and project-local agents exist under .pi/agents/, use them for classification when the notes contain multiple action items, project updates, durable decisions, or unclear references.
Project-local agents useful for this workflow:
task-reconciler - compares extracted task candidates against TASKS.md and prepares triage recommendationsmemory-curator - classifies extracted durable update candidates against CLAUDE.md and memory/activity-scanner - optional read-only scanner for external context, only when the pasted notes need corroboration or the user asks to check Slack/email/calendar/docsUse subagents this way:
task-reconciler before asking the user to confirm task edits.memory-curator before applying safe memory updates or asking for confirmation.activity-scanner only for targeted external lookup; do not scan external sources by default for simple pasted notes.Subagents must only collect, compare, and classify. The parent agent remains responsible for context confirmation, user confirmation, edits to TASKS.md, edits to CLAUDE.md or memory/, memory logging, and backup when required.
Identify likely project, people, topics, and related tasks from the pasted notes.
Present the inferred context to the user and ask them to confirm or correct it before continuing.
Example:
I think these notes relate to:
1. Project Alpha — likely
2. Customer Beta follow-up — possible
Detected signals:
- Mentions Person A, vendor review, pilot timeline, and contract update.
Proceed with Project Alpha context?
If the context is unclear, ask for a hint rather than guessing.
After the user confirms or corrects the context, extract:
For non-trivial notes, reconcile and curate before presenting the final edit proposal:
task-reconciler when availablememory-curator when availableExample:
Extracted candidates:
Decisions:
- The team agreed to continue with Option B.
Action items:
1. Person A to send updated timeline.
2. You to review the proposal draft.
Task candidates:
1. Add task: Review proposal draft for Project Alpha.
Memory candidates:
1. Update existing project page with the new pilot direction.
Open questions:
- Who owns the vendor follow-up?
Before editing any files, present all proposed task and memory changes as numbered items.
Apply only the items the user confirms.
Example:
Apply changes?
Tasks:
1. Add “Review proposal draft for Project Alpha”
2. Add “Follow up with Person A on timeline”
Memory:
3. Update existing Project Alpha page with new pilot direction
Reply with numbers to apply, or “none”.
If files are changed, follow the loaded skills' requirements for memory logs and backups.