What It Does
The 5-step briefing methodology and 13-section template ensure every meeting is prepared thoroughly and consistently.
It provides a meeting brief generator supporting 8 meeting types — each with type-specific sections — and a full-featured action item tracker with priority levels, ownership assignment, and follow-up cadence management.
Legal Meeting Briefing is a production-ready toolkit for legal teams, in-house attorneys, and legal operations professionals who need structured preparation for meetings with legal relevance.
> **Experimental:** This skill is for educational and informational purposes only. It does not constitute legal advice. Consult qualified legal professionals before acting on any output.
Key Features
- 8 Meeting Types with Type-Specific Sections — Supports Deal Review, Board/Committee, Vendor Call, Team Sync, Client/Customer, Regulatory/Government, Litigation/Dispute, and Cross-Functional meetings. Each type generates a tailored briefing skeleton — for example, regulatory meetings include privilege considerations and enforcement pattern analysis; board meetings include risk highlights and pending approvals.
- 13-Section Briefing Template Generator — The `meeting_brief_generator.py` script produces a structured briefing skeleton pre-populated with sections relevant to the selected meeting type. Accepts participants (as a JSON array), agenda items, date, and title to produce a detailed, consistent briefing draft.
- Action Item Tracker with Priority Levels — The `action_item_tracker.py` script provides full CRUD operations for action items — add, list, update, complete, and dashboard views. Each item carries an owner, deadline, priority (high/medium/low), and status, enabling accountability and filtered reporting across all open items.
- Priority-Based Follow-Up Cadence — Built-in escalation rules enforce follow-up discipline: high-priority items require daily check-ins (escalate after 2 missed days), medium items weekly, and low items monthly. Overdue items trigger immediate escalation with supervisor notification guidance.
- Preparation Gap Identification — The 5-step briefing methodology includes an explicit step for identifying missing information before the meeting — flagging incomplete sections and items requiring follow-up so attendees arrive fully prepared rather than discovering gaps mid-meeting.
- File-Based Storage with Audit Trail — Action items persist to a local `action_items.json` file, providing a lightweight audit trail of all captured items including completed and archived entries. No external database or service dependency is required.
Use Cases
- Series B Term Sheet Deal Review — A general counsel preparing for a term sheet negotiation runs the generator with `--type deal-review`, populating participants, agenda, and date. The resulting briefing covers deal structure, contract status, approval authority, counterparty dynamics, and comparable transactions — ensuring nothing is overlooked before the session.
- Quarterly Board Legal Update — An in-house legal team prepares a board packet using the `board` meeting type. The generated briefing structures the legal department update, top risk highlights, regulatory changes, pending approvals, and litigation reserves — giving board members a concise, consistent legal view each quarter.
- FDA Pre-Submission Regulatory Meeting — Legal ops prepares for a government agency meeting using `--type regulatory`. The briefing prompts completion of privilege considerations, enforcement pattern research, and compliance posture documentation — reducing the risk of inadvertent privilege waiver during the interaction.
- Post-Meeting Action Item Closeout — After any legal meeting, the action item tracker captures every commitment with owner and deadline within the recommended 2-hour window. The dashboard provides a live view of open, in-progress, and overdue items, and the follow-up cadence rules ensure high-priority items are never silently dropped.