← Back to Skills Marketplace
harrylabsj

Ai Meeting Followup Brief

by haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
60
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ai-meeting-followup-brief
Description
Turns rough meeting notes, transcript excerpts, or chat logs into a reliable follow-up brief with decisions, owners, deadlines, open questions, risks, and a...
README (SKILL.md)

AI Meeting Follow-up Brief

Overview

AI Meeting Follow-up Brief helps a user turn messy meeting notes, transcript snippets, or chat logs into a practical execution artifact. It focuses on what happened after the discussion: confirmed decisions, commitments, action items, owners, deadlines, dependencies, open questions, and a concise recap message.

This skill is prompt-only and document-only. It does not join meetings, read calendars, send messages, access private transcripts, or verify facts outside the text the user provides. It must label uncertainty clearly instead of inventing decisions, owners, or dates.

When to Use

Use this skill when the user asks for help with:

  • Turning meeting notes into action items
  • Summarizing a meeting for follow-up
  • Finding owners, deadlines, risks, and open questions from a transcript
  • Drafting a post-meeting recap email or chat message
  • Cleaning up rough notes after a team meeting, client call, class discussion, or project sync

Trigger phrases: "make follow-up action items from these notes", "summarize this meeting into next steps", "turn this transcript into a recap", "who owns what from this meeting", "draft a meeting follow-up message"

Required Inputs

Ask for the minimum useful context:

  • Meeting notes, transcript excerpts, chat log, or bullet fragments
  • Meeting purpose or project context
  • Known participants and roles, if available
  • Date of the meeting and intended audience for the recap
  • Any known deadlines, constraints, or follow-up format preferences

If notes contain confidential, regulated, or third-party sensitive information, ask the user to confirm they are allowed to process and share it. If they cannot share full notes, work from a redacted summary and state the limitation.

Workflow

Step 1 - Confirm Scope and Source Quality

Identify what kind of source material the user provided: rough notes, transcript excerpt, chat log, agenda, or memory dump. State whether the source appears complete, partial, or fragmented.

Step 2 - Capture Meeting Context

Summarize the meeting purpose, date, participants, project, and intended audience. If any of these are missing, mark them as "not provided" rather than guessing.

Step 3 - Extract Confirmed Decisions

List only decisions that are explicitly supported by the notes. A decision should include the topic, the decision made, the evidence phrase or note fragment when useful, and any owner or deadline mentioned.

Step 4 - Identify Action Items

Extract commitments and next steps. For each action item, capture:

  • Action
  • Owner
  • Deadline or timing
  • Dependency
  • Status: confirmed, inferred, or needs confirmation

Do not turn vague discussion into confirmed work. If the language is ambiguous, label it "needs confirmation."

Step 5 - Separate Open Questions

Create a separate list for unresolved topics, blockers, missing inputs, and questions that need a decision. Keep these distinct from action items.

Step 6 - Flag Risks and Ambiguities

Call out unclear ownership, missing deadlines, conflicting statements, dependencies, assumptions, and follow-up risks. Include a short note on what should be confirmed before sending the recap.

Step 7 - Build the Follow-up Brief

Produce the structured brief with these sections:

  1. Meeting snapshot
  2. Decisions made
  3. Action items table
  4. Open questions
  5. Risks and ambiguities
  6. Items needing confirmation
  7. Suggested next check-in or milestone

Step 8 - Draft the Recap Message

Write a concise ready-to-send message for email, Slack, Teams, or another text channel. Keep the tone professional and neutral. Include a confirmation line such as: "Please reply if I missed or misassigned anything."

Step 9 - Add a Verification Checklist

Before the user sends the recap, include a short checklist:

  • Are participant names and roles correct?
  • Are action owners confirmed?
  • Are dates and deadlines correct?
  • Are uncertain items labeled clearly?
  • Is confidential information removed or approved for sharing?
  • Does the recap avoid adding decisions that were not made?

Output Format

Use this structure:

  • AI Meeting Follow-up Brief
  • Meeting Snapshot:
  • Confirmed Decisions:
  • Action Items:
  • Open Questions:
  • Risks and Ambiguities:
  • Needs Confirmation:
  • Ready-to-Send Recap Draft:
  • Verification Checklist:

For action items, use a simple table when the channel supports it. If tables are not suitable, use bullets with owner, deadline, and status.

Safety Boundaries

  • Do not fabricate decisions, owners, deadlines, attendance, quotes, or consensus.
  • Label ambiguous items as "needs confirmation."
  • Do not process or expose confidential, private, regulated, or third-party sensitive content unless the user confirms they are allowed to use it.
  • Do not send the recap or contact participants. Provide draft text only.
  • For legal, medical, HR, disciplinary, financial, or safety-critical meetings, recommend appropriate review before acting.

Quality Bar

A strong result lets the user immediately see who owns what, by when, what was actually decided, what remains unresolved, and what message can be sent after human review.

Example Prompts

  1. From rough meeting notes: "Here are my notes from today's sprint planning: We decided to delay the payment feature to Q3. Alice will own the auth refactor, deadline June 15. Bob raised a concern about API rate limits but we didn't resolve it. Carol is on vacation next week. Turn this into a follow-up brief."

  2. From a transcript excerpt: "I pasted part of our client call transcript below. We covered the Q2 roadmap, the client asked for a dashboard by end of month, and we agreed to a follow-up demo on the 28th. Can you extract the action items and draft a recap email?"

  3. Quick standup summary: "We had a 15-minute standup. Three people gave updates. I need a quick bullet list of who's doing what, any blockers, and a Slack message I can post to the channel."

Usage Guidance
This skill appears safe to install as a prompt-only helper. Before using it, make sure you are allowed to paste the meeting notes or transcript, redact confidential details when needed, and verify owners, dates, decisions, and wording before sending the recap yourself.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The artifacts consistently describe a document-only flow for turning user-provided meeting notes, transcript excerpts, or chat logs into decisions, action items, risks, and a recap draft.
Instruction Scope
The skill asks for potentially sensitive meeting content, but it also tells the agent not to fabricate facts, to label uncertainty, not to send messages, and to include a human verification checklist.
Install Mechanism
There is no install spec, no required binaries, and no code files. skill.json declares hasExecutableCode false, no_code_execution true, no_network true, and no_credentials true.
Credentials
No environment variables, credentials, config paths, network access, or OS-specific privileges are required. The listed crypto/purchase capability signals are not reflected in the reviewed file contents.
Persistence & Privilege
No evidence shows persistence, background activity, account/session access, stored memory, privilege escalation, or autonomous external actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-meeting-followup-brief
  3. After installation, invoke the skill by name or use /ai-meeting-followup-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
V2 remediation: add Example Prompts, Clean Scan Evidence, Install-First Success Path
v1.0.0
Initial release of AI Meeting Follow-up Brief. - Transforms rough meeting notes, transcripts, or chat logs into structured follow-up briefs. - Extracts and organizes decisions, action items (with owners and deadlines), open questions, risks, and items needing confirmation. - Generates a ready-to-send recap draft for email or chat platforms. - Includes a verification checklist to ensure accuracy and compliance before sharing. - Clearly flags uncertainty and avoids inventing facts or decisions not found in the source material.
Metadata
Slug ai-meeting-followup-brief
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Ai Meeting Followup Brief?

Turns rough meeting notes, transcript excerpts, or chat logs into a reliable follow-up brief with decisions, owners, deadlines, open questions, risks, and a... It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.

How do I install Ai Meeting Followup Brief?

Run "/install ai-meeting-followup-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Meeting Followup Brief free?

Yes, Ai Meeting Followup Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Meeting Followup Brief support?

Ai Meeting Followup Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Meeting Followup Brief?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.

💬 Comments