User shares a meeting transcript or recording notes
User says "process meeting", "meeting notes", "meeting transcript"
User has a block of text from a meeting they want structured
User mentions wanting to extract action items from a meeting
Agent Mode Awareness
Check agent_mode in 00-inbox/MY-PROFILE.md frontmatter:
If agent_mode: team — use the full parallel agent execution strategy below (3 agents)
If agent_mode: solo — process sequentially: extract content first, then analyze dynamics, then enrich with context.
Purpose
Extract strategic insights from meeting recordings and notes with intelligent content filtering to focus on substantive, actionable content while removing noise and irrelevant information.
Command: /meeting-transcript
Parallel Agent Team Execution Strategy
Use parallel agents to process different aspects of the transcript simultaneously.
Phase 1: Setup (Orchestrator)
Receive transcript content from user
Detect content type (meeting vs braindump) and classify domain
Split transcript into logical sections for parallel processing
Analyze team dynamics and meeting effectiveness.
1. Assess communication patterns and participation levels
2. Identify leadership moments and collaboration quality
3. Evaluate decision-making process effectiveness
4. Assess meeting efficiency (time well spent vs wasted)
5. Note any tensions, disagreements, or alignment issues
Return: Team dynamics assessment, participation analysis, meeting effectiveness score.
Enrich meeting content with project/product context.
1. If project-related: read recent braindumps and notes for context
2. Check if discussed topics relate to known issues/PRs on GitHub
3. Connect decisions to existing strategic priorities
4. Identify competitive intelligence if competitors mentioned
Return: Contextual connections, related documents, strategic alignment notes.
Phase 3: Assembly (Orchestrator)
Collect results from all processing agents
Assemble structured meeting summary following Content Structure template
This creates accountability: decisions and action items from meetings are automatically tracked against actual execution in code and project management tools.
Learning Integration
Track meeting effectiveness patterns over time
Identify successful decision-making processes
Learn team communication preferences
Adapt filtering based on user feedback on relevance
How to use it
Copy the folder
Take huytieu/cog-second-brain-meeting-transcript from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.