Meeting processing
Skill a5c-ai/babysitter/library/methodologies/cog-second-brain/skills/meeting-processing
Process meeting recordings and transcripts into decisions, action items, and team dynamicsFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill meeting-processingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.6 KB, 258 tokens by cl100k_base, as published. Nobody here has run it
- Extract decisions with context, rationale, and stakeholders
- Identify action items with owners, priorities, and deadlines
- Analyze team dynamics: engagement, alignment, collaboration quality
- Generate executive meeting summaries
- Segment transcripts into topics and discussion threads
- Route meeting artifacts to vault with project cross-references
Tool Use Instructions
- Use
file-readto load the meeting transcript or recording - Parse transcript and identify speakers against participant list
- Segment into topics and discussion threads
- Extract decisions with context and rationale
- Extract action items with owners and deadlines
- Analyze team dynamics (engagement, alignment, disagreements)
- Use
file-writeto create meeting notes in 03-professional - Use
file-searchto find related projects for cross-referencing - Use
git-committo commit meeting artifacts
Examples
{
"vaultPath": "./cog-vault",
"captureType": "meeting-transcript",
"transcriptPath": "./meeting-2026-03-02.txt",
"meetingTitle": "Sprint Planning Q1 W9",
"participants": ["Alex", "Jordan", "Sam"]
}
What ships with it: 1 file
766 B alongside SKILL.md
- README.md766 B