mom

Convert raw meeting notes or transcripts into Smart Brevity minutes of meeting files.

11|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/qa-aman/next-leap-claude-code --skill mom-qa-aman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mom
Source: https://github.com/qa-aman/next-leap-claude-code/tree/main/.claude/skills/mom
Command: npx skills add https://github.com/qa-aman/next-leap-claude-code --skill mom-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw meeting notes are long, unstructured, and hard for non-attendees to act on. This Skill turns them into a concise Minutes of Meeting document that leads with the outcome, lists decisions and action items with owners and due dates, and can be read in 30 seconds. ## Core Features & Use Cases - Smart Brevity formatting: Applies Axios Smart Brevity and Minto's answer-first principle so every decision and action item leads with the outcome, targeting roughly 40% of the source length. - Structured MoM template: Produces a fixed Markdown structure with headline, why-it-matters, decisions, action items, discussion, and open questions, written to outputs/mom-<meeting-slug>-DD-MM-YYYY.md. - No invented content: Marks missing owners as owner: unassigned and missing dates as due: not stated instead of guessing, and resolves relative dates against the meeting date. - Use Case: After a sprint planning session, point the Skill at the raw notes file and receive a ready-to-send MoM with the rollout decision, dated action items per owner, and parked open questions. ## Quick Start Turn the meeting notes in 10-meetings/sprint-planning.md into a minutes of meeting I can send to stakeholders.

Frequently Asked Questions about mom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn meeting notes into minutes of meeting?▼

Provide the file path to your raw meeting notes or transcript and ask for a MoM. The Skill reads the entire file, then writes a structured minutes document with headline, decisions, action items, and open questions to the outputs directory.

What format does the meeting minutes output use?▼

The output is a Markdown file named mom-<meeting-slug>-DD-MM-YYYY.md in the outputs folder. It follows a fixed Smart Brevity structure: headline, why it matters, decisions, action items, discussion, and open questions.

Can I paste meeting notes as text instead of a file?▼

Yes, pasted raw text is treated as the source when no file path is given. If neither is provided, the Skill asks which file to use before writing anything.

What happens if an action item has no owner or due date?▼

Missing owners are written as "owner: unassigned" and missing dates as "due: not stated" rather than guessed. Relative dates like "next Friday" are resolved against the meeting date into absolute DD-MM-YYYY format.

When should I not use this for meeting summaries?▼

Do not use it for daily standup digests, which belong to the standup-summary skill, or for drafting emails, which belongs to email-drafter. It is specifically for formal minutes of meeting from notes or transcripts.