cog-meeting-processing

Process meeting recordings and transcripts into decisions, action items, and team dynamics

509 stars

Best use case

cog-meeting-processing is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Process meeting recordings and transcripts into decisions, action items, and team dynamics

Teams using cog-meeting-processing should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/meeting-processing/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/cog-second-brain/skills/meeting-processing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/meeting-processing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cog-meeting-processing Compares

Feature / Agentcog-meeting-processingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Process meeting recordings and transcripts into decisions, action items, and team dynamics

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# COG Meeting Processing Skill

Process meeting recordings and transcripts into structured outputs: decisions, action items, team dynamics analysis, and executive summaries.

## Capabilities

- Parse meeting transcripts and identify speakers
- 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

1. Use `file-read` to load the meeting transcript or recording
2. Parse transcript and identify speakers against participant list
3. Segment into topics and discussion threads
4. Extract decisions with context and rationale
5. Extract action items with owners and deadlines
6. Analyze team dynamics (engagement, alignment, disagreements)
7. Use `file-write` to create meeting notes in 03-professional
8. Use `file-search` to find related projects for cross-referencing
9. Use `git-commit` to commit meeting artifacts

## Examples

```json
{
  "vaultPath": "./cog-vault",
  "captureType": "meeting-transcript",
  "transcriptPath": "./meeting-2026-03-02.txt",
  "meetingTitle": "Sprint Planning Q1 W9",
  "participants": ["Alex", "Jordan", "Sam"]
}
```

Related Skills

Point Cloud Processing Skill

509
from a5c-ai/babysitter

Specialized skill for 3D point cloud processing and analysis using PCL and Open3D

post-processing

509
from a5c-ai/babysitter

Post-processing skill for bloom, DOF, motion blur, color grading, and TAA.

meeting-scheduler

509
from a5c-ai/babysitter

Intelligent scheduling with partner/associate availability and timezone management

Stream Processing Windowing Designer

509
from a5c-ai/babysitter

Designs optimal windowing strategies for stream processing

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.

retrospect

509
from a5c-ai/babysitter

Summarize or retrospect on a completed Babysitter run.

resume

509
from a5c-ai/babysitter

Resume an existing Babysitter run from Codex.

project-install

509
from a5c-ai/babysitter

Install the Babysitter Codex workspace integration into the current project.