From ai-brain-starter
Extracts your action items from meeting notes in vault folders like Meeting Notes/, previews them separately from others' tasks, and appends to TODO.md after confirmation. Trigger: /meeting-todos.
npx claudepluginhub adelaidasofia/ai-brain-starter[date like 2026-04-09, or meeting title keyword — omit for most recent]This skill uses the workspace's default tool permissions.
After a meeting, pull action items from the transcript/notes and update your to-do file.
Processes raw meeting transcripts into structured Obsidian notes with YAML frontmatter, action items, summary, and formatted transcript. Useful for Granola transcripts or direct pastes.
Extracts key decisions, takeaways, action items with DRIs, and open questions from meeting transcripts, notes, or Slack threads. Handles single meetings or weekly batches.
Generates structured meeting summaries with action items from notes, transcripts, or agendas. Loads project context files for accuracy and automates tasks using tools discovered from TECH.md.
Share bugs, ideas, or general feedback.
After a meeting, pull action items from the transcript/notes and update your to-do file.
/meeting-todos — optionally followed by a meeting title or date, e.g.:
/meeting-todos → uses the most recent meeting note/meeting-todos 2026-04-09 → finds meeting from that date/meeting-todos Team Sync → finds meeting matching that titleCheck these locations for the most recent (or matching) meeting note:
[VAULT]/Meeting Notes/ (or wherever meeting notes live in this vault)If the user specified a date or title, find the matching file. If no argument, use the most recently modified file.
Tell the user which file you found before proceeding.
Read the full meeting note. It may contain:
From the content, identify:
Your tasks — anything where:
Others' tasks — anything assigned to someone else — list these separately for visibility but DO NOT add to your to-do.
Decisions pending — anything that was left unresolved and needs a meeting or decision soon.
Show the user a preview:
## From: [Meeting Name] — [Date]
### Your action items (going to to-do):
- [ ] [task 1]
- [ ] [task 2]
### Others' tasks (not going to to-do — just FYI):
- [Name]: [task]
### Open questions / decisions pending:
- [item]
Shall I add these to your to-do? (yes/no, or edit first)
Wait for confirmation before writing.
Find the to-do file: look for a file named ✅ Get to-do.md, TODO.md, or similar in the vault root or 🏠 Home/ folder.
Rules:
## 📋 From [Meeting Name] — [Date]
- [ ] [task 1]
- [ ] [task 2]
Place it after ## 🔥 Urgent / Active if the tasks are urgent, or at the bottom if they're not.
updated: field in frontmatter to today's date if it existsIf the meeting note did NOT already have a structured summary, add one at the top of the meeting file (above the Transcript section):
## Summary
**Date:** [date]
**Attendees:** [names]
**Key decisions:** [bullet points]
**Your action items:** [bullet points]
**Others' action items:** [bullet points]
**Next steps:** [bullet points]
Ask the user if they want this added before writing.