summarize-meetings-into-decisions

summarize-meetings-into-decisions is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 26 tokens per session (992 once invoked), scanned A, original, MIT.

A method for turning a meeting transcript into a short record of the decisions made, the reasons for them, and the people responsible for follow-up work.

In plain words
What is it for?
Use it to prepare decision logs, architecture decision records, executive summaries, and clear action lists from meeting transcripts.
Why use it?
It removes the need to read a long, chronological conversation to find the few points that actually affect the project.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mas-common-sense-pack plugin — 5 skills shipped together

Good fit Use it to prepare decision logs, architecture decision records, executive summaries, and clear action lists from meeting transcripts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alivirgo/Major-AI-Skills --skill summarize-meetings-into-decisions
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install mas-common-sense-pack, the plugin that ships this one along with the rest of its 5 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for summarize-meetings-into-decisions

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for summarize-meetings-into-decisions

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/summarize-meetings-into-decisions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 992 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00992
Opus 5 $0.00013 $0.00496
Sonnet 5 $0.00005 $0.00198
Haiku 4.5 $0.00003 $0.00099

Measured today against content hash e7b634e01a71, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

summarize-meetings-into-decisions scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/mas-common-sense-pack/skills/summarize-meetings-into-decisions/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Summarize Meetings into Decisions (Decision Log Extraction) (AI Skill)

Overview

When asked to summarize a 45-minute meeting transcript, standard AI outputs create a chronological play-by-play ("First, Sarah presented the Q3 slide deck. Then Mark asked about pricing. Then Sarah replied that pricing was under review...").

This chronological narrative is nearly useless for executives and team members who weren't in the room. What matters are the final decisions agreed upon, the rationale behind them, and who is accountable for execution.

The Decision Log Extraction Protocol filters out conversational chatter and formats the meeting into an Architecture / Executive Decision Record (ADR).


Chronological Narrative vs. Decision Record

┌─────────────────────────────────────────────────────────────┐
│                 Transcript Processing Models                │
│                                                             │
│  Chronological Narrative (Low Value):                       │
│  • 4 pages of "Bob said this, then Alice disagreed..."      │
│  • High reading fatigue, impossible to find final agreements│
│                                                             │
│  Decision Record (High Value):                              │
│  • [DECISION 1]: What was decided & why                     │
│  • [OPTIONS REJECTED]: What was eliminated & why            │
│  • [ACTION ASSIGNMENTS]: [Owner] + [Task] + [Deadline]      │
└─────────────────────────────────────────────────────────────┘

Master Decision Record Prompt Templates

Pattern 1: The Executive Decision Record (ADR)

Use for product, strategy, and leadership meetings:

Analyze the attached meeting transcript: [ATTACH TRANSCRIPT / PASTE TEXT].

Do NOT write a chronological timeline of who spoke.
Extract a structured **Executive Decision Record**:

### 🎯 1. Key Decisions Made
For each decision, format as:
- **Decision**: [Clear 1-sentence statement of what was approved]
- **Rationale**: [Why this option won over alternatives]
- **Trade-off / Cost**: [What we are giving up or spending]

### 🚫 2. Options Explicitly Rejected
- [Option Name]: [Why the team decided NOT to proceed with this path]

### ⚡ 3. Accountable Action Items
| Task | Owner | Due Date | Definition of Done |

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -10 tokens per session e7b634e01a71
  2. 12d ago First seen · 97 lines · 36 tokens per session scan A cbaa45c975cc

Subscribe to this mod's changes

summarize-meetings-into-decisions is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 992 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

airtable-automation-v2

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 77 tokens

airtable-automation-v3

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 77 tokens

airtable-automation

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 75 tokens

orient

Always-on. The brújula: close every turn by situating the person — where they are, what just happened, why it mattered, and the next step as a question, never a dead end. Reads the accompaniment and technical dials from 02-DOCS and calibrates how much it explains, rewriting the dial when the user asks for more or…

ericrisco/rsc-harness · 89 tokens

meeting-scheduler

Schedules meetings with internal and external stakeholders by parsing natural language requests, resolving time zones, checking calendar availability, proposing optimal slots, and managing invitations and RSVPs. Use when the user requests meeting scheduler or provides relevant inputs for this workflow.

seb1n/awesome-ai-agent-skills · 51 tokens

flow

Personal task and agent-session manager. CLI binary is flow (assumed on PATH) and stores metadata in /.flow/flow.db (SQLite). Use this skill when the user asks about their work, tasks, or projects in any natural phrasing — including but not limited to: "what's left", "what's remaining", "what's pending", "what do I…

Facets-cloud/flow · 316 tokens