What problem does it solve?
This Skill turns scattered meeting transcripts into organized, linked artifacts in the brain repo: Transcripts, Executive Summaries, and Meeting Notes. It also coordinates weekly note updates and replaces placeholders with wikilinks to archived artifacts to keep the brain coherent over time.
Core Features & Use Cases
- Ingest Zoom transcript folders and Teams .vtt files and convert them into structured transcripts.
- Generate formal Executive Summaries and detailed Meeting Notes with back-links to their sources.
- Update Weekly Notes to reflect completed meetings and route outputs to their designated targets.
Quick Start
Run the interactive mode to archive a meeting:
archive-meeting
--brain-dir ~/Brain
--executive-summary-prompt-path ~/Brain/prompts/summarize/zoom-transcript-executive-summary.md
--detailed-notes-prompt-path ~/Brain/prompts/summarize/transcript-meeting-notes.md
Or specify an input and target for explicit processing:
archive-meeting
--brain-dir ~/Brain
--input "/path/to/transcript.vtt"
--meeting-notes-target "jonmagic"
--executive-summary-prompt-path ~/Brain/prompts/summarize/zoom-transcript-executive-summary.md
--detailed-notes-prompt-path ~/Brain/prompts/summarize/transcript-meeting-notes.md