meeting-decision-log-extractor
Installation
SKILL.md
When to invoke
- You have a meeting transcript (or notes) and need structured decisions/action items.
- You want to standardize follow-ups and ownership.
Inputs needed
- Transcript text file (UTF-8).
- Optional participant list.
Workflow
- Segment transcript into lines and identify speaker prefixes.
- Detect decision statements (e.g., “we will…”, “decided…”, “approved…”).
- Detect action items (e.g., “ACTION:”, “owner”, “by ”, “TODO”).
- Extract owner and due date with lightweight heuristics.
- Output Markdown with two tables: decisions and actions.