What problem does it solve?
This Skill transforms raw meeting transcripts or notes into clear, structured meeting minutes in Japanese or English while preventing common accuracy issues through a mandatory self-review loop.
Core Features & Use Cases
- Minutes generation (JP/EN): Produces scannable minutes from transcript content, matching the source language by default.
- Action items & decisions extraction: Captures commitments as an Action Items table and records agreed directives under Decisions Made.
- Quality-gated self-review loop: Runs up to 3 iterations to detect and fix internal contradictions, missing action items, speaker-name errors, and date/day-of-week mistakes (including mandatory date verification with Python).
- Date accuracy enforcement: Ensures all concrete dates include the correct day of week, verified via
python3 -c ... rather than memory.
Quick Start
Use the meeting-minutes-writer to turn the text inside your transcript into formatted meeting minutes with action items and decisions, then automatically self-check them for contradictions, omissions, speaker-name mistakes, and date/day-of-week errors.