Skip to content
Automation
Skill

/meeting-processing

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

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill meeting-processing --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/meeting-processing

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

meeting-processing.SKILL.md
name: cog-meeting-processing
description: Process meeting recordings and transcripts into decisions, action items, and team dynamics
allowed-tools:
  - file-read
  - file-write
  - file-search
  - git-commit
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • 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

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

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.