board-meeting-minutes

Drafts U.S. corporate board-of-directors meeting minutes into formal, defensible records documenting valid corporate action and governance process. Triggers on board minutes, directors meeting record, board resolutions, quorum validation, motion and vote capture, corporate secretary records, governance drafting. Requires source materials such as agenda, attendance, bylaws, notices, reports, prior minutes, and resolutions.

11 stars

Best use case

board-meeting-minutes is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts U.S. corporate board-of-directors meeting minutes into formal, defensible records documenting valid corporate action and governance process. Triggers on board minutes, directors meeting record, board resolutions, quorum validation, motion and vote capture, corporate secretary records, governance drafting. Requires source materials such as agenda, attendance, bylaws, notices, reports, prior minutes, and resolutions.

Teams using board-meeting-minutes should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/board-meeting-minutes/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/board-meeting-minutes/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/board-meeting-minutes/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How board-meeting-minutes Compares

Feature / Agentboard-meeting-minutesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts U.S. corporate board-of-directors meeting minutes into formal, defensible records documenting valid corporate action and governance process. Triggers on board minutes, directors meeting record, board resolutions, quorum validation, motion and vote capture, corporate secretary records, governance drafting. Requires source materials such as agenda, attendance, bylaws, notices, reports, prior minutes, and resolutions.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Board of Directors Meeting Minutes

Produces legally structured minutes documenting valid corporate action, governance process, and an evidentiary timeline.

## Quick Start

1. Collect: corporation name, governing docs (bylaws, charter), meeting materials (agenda, notice, attendance, reports, prior minutes), director roster, and state of incorporation.
2. Map each source to the intake fields below.
3. Draft sections in the required sequence.
4. Log every motion using the standard block format.
5. Run final compliance checks; tag gaps with `[VERIFY]`.

## Prerequisites

- Corporation legal name and governing documents (charter/articles, bylaws, delegation policies)
- Meeting materials: agenda, notices, attendance logs, venue/platform details, resolutions, reports, prior draft minutes
- Director roster with titles and in-office counts
- Committee charter names and membership (if committees report)
- Known conflicts, recusals, and written waivers
- Corporate secretary or preparer identity
- State of incorporation and any local governance rules (notice periods, virtual attendance, record retention)

## Workflow

### Step 1 — Intake Mapping

Extract these fields from source materials before drafting:

| Field | Source | Extract |
|---|---|---|
| Corporation legal name | Charter, prior minutes | Exact entity name |
| Meeting type | Notice/resolution | Regular / special / emergency + authority |
| Date/time | Notice/calendar | Start, end, timezone |
| Venue/platform | Calendar/link | Physical address or virtual platform |
| Notice method | Bylaws + distribution log | Required period/method + compliance |
| Attendance | Roll call/sheet | Present/absent directors, officers, guests |
| Quorum | Bylaws + attendance | Rule + actual count |
| Agenda items | Agenda/package | Ordered summaries |
| Motions/resolutions | Motion text/notes | Maker, seconder, text, vote, result |
| Conflicts/recusals | Disclosures | Nature + effect on discussion/vote |
| Attachments | Report packets | Exhibit references |
| Authentication | Signature requirements | Preparer + board approval language |

### Step 2 — Draft Sections (required order)

1. **Meeting header** — Corporation name, meeting type, date/time, location/platform, confirmation meeting was properly called.
2. **Notice and calling authority** — Who called the meeting, bylaw authority, notice period/method, waivers or attendance-based notice cure.
3. **Attendance and quorum** — Directors with titles and participation mode (in-person/remote). Non-director attendees listed by role. Quorum requirement and actual count.
4. **Procedural matters** — Call to order, presiding officer, agenda adoption, executive sessions, participant time-in/time-out affecting votes.
5. **Prior minutes approval** — Prior meeting date, motion maker, seconder, amendments, vote outcome.
6. **Reports and committee items** — Material points by presenter and committee. Reference distributed materials and exhibit attachments.
7. **Deliberations, motions, and resolutions** — Per agenda item: issue summary, discussion themes, decisions, conflicts/recusals, motion outcome (use motion log block).
8. **Adjournment and next steps** — Adjournment time; next-meeting date or note that board will set per bylaws.
9. **Authentication and approval** — Preparer signature block and board approval language.

### Step 3 — Motion Log Block

Use this format for each motion or resolution:

```
Item:
Motion/Resolution:
Maker:
Seconder:
Conflict/Recusal Disclosure:
Vote (For / Against / Abstain / Absent):
Result:
Conditions/required filings:
```

For material acts (interested-party transactions, mergers, repurchases, charter/bylaw amendments, indemnification, major debt/equity actions, officer appointments/removals), include per-director vote records.

### Step 4 — Compliance Checks

- [ ] Notice compliance and waiver mechanics accurate
- [ ] Quorum present for each action requiring it
- [ ] Vote tallies consistent with materials per item
- [ ] Conflict handling and recital language complete and neutral
- [ ] No attorney-client or work-product content unless expressly requested
- [ ] State-specific requirements on retention, inspection rights, and formalities acknowledged
- [ ] State-law assumptions not tied to provided docs marked `[VERIFY]`

## Guidelines

- Objective, record-oriented tone — no legal opinions or motive language.
- Present tense for actions and decisions.
- Precise numbers, dates, and names over narrative summaries.
- Document only material, board-relevant deliberation — omit exploratory discussion.
- Do not paraphrase confidential legal advice beyond governance record needs.
- Replace all bracketed placeholders with confirmed facts before finalizing.
- If a heightened legal threshold applies, log the threshold and whether met; if uncertain, mark `[VERIFY]`.

## Troubleshooting

| Problem | Cause | Fix |
|---|---|---|
| Missing quorum data | Attendance sheet not provided | Ask user for roll call or attendance log; flag quorum section `[VERIFY]` |
| Unclear meeting authority | No notice or bylaw provision cited | Request bylaw section governing meeting calls; mark notice section `[VERIFY]` |
| Conflict of interest gaps | Disclosure records incomplete | Note known conflicts, flag others `[VERIFY]`, ensure recused directors excluded from vote counts |
| State-specific rules unknown | State of incorporation not confirmed | Ask user; apply DGCL defaults for Delaware, flag non-Delaware assumptions `[VERIFY]` |

---

Key changes from the original:

- **Added Quick Start** section for at-a-glance workflow overview
- **Added Troubleshooting** table (required by SKILL-SPEC)
- **Tightened description** — third-person throughout, trigger keywords preserved
- **Converted compliance checks** to checkbox list for actionable use
- **Consolidated "Output Structure / Process"** into a cleaner "Workflow" heading
- **Trimmed redundant prose** in section descriptions (e.g., collapsed verbose explanations into dash-delimited summaries)
- **Reduced from 112 to ~97 lines** while preserving all legal substance

It looks like the file write is waiting for your permission — would you like me to try writing it again?

Related Skills

documenting-tumor-board-presentations

11
from CaseMark/skills

Structures multidisciplinary tumor board case presentations with radiology, pathology, and treatment synthesis. Use when preparing tumor board cases, presenting MDT discussions, or documenting consensus recommendations.

written-consent-in-lieu-of-meeting

11
from CaseMark/skills

Drafts U.S. corporate written-consent instruments (board, shareholder, member) as substitutes for formal meetings. Triggers when counsel requests board consent, shareholder written consent, unanimous consent, consent-in-lieu approvals, or "action without meeting" for contracts, financing, equity issuance, officer delegation, or governing-document amendments. Produces jurisdiction-aware approval records with threshold validation and execution mechanics.

shareholders-meeting-minutes

11
from CaseMark/skills

Drafts minute-book-ready U.S. corporate shareholders meeting minutes covering notice, record date, quorum, attendance, reports, votes, and resolutions. Use for annual or special shareholders meetings, director elections, auditor ratification, and shareholder proposals. Triggers: "shareholders meeting minutes", "annual meeting minutes", "special meeting minutes", "quorum", "record date", "proxy", "election of directors", "ratify auditors".

shareholder-meeting-summary

11
from CaseMark/skills

Generates structured, record-quality summaries of shareholder meetings from minutes, transcripts, and related materials. Triggers when the user provides shareholder meeting documents and requests a summary, minute-book entry, or governance record covering metadata, resolutions, voting outcomes, and dissents.

org-meeting-minutes

11
from CaseMark/skills

Drafts organizational meeting minutes for newly formed corporations or LLCs, covering quorum, bylaws/OA adoption, elections, capitalization, banking, and tax elections. Use when forming a new entity, drafting initial board minutes, or completing corporate organization post-filing.

notice-of-annual-shareholders-meeting

11
from CaseMark/skills

Drafts a U.S. corporate annual shareholders meeting notice enforcing record-date accuracy, notice timing, quorum/vote thresholds, proxy logistics, and agenda disclosures under charter/bylaws and state statutes. Triggers on requests involving annual meeting notice, shareholder meeting notice, record date, quorum, proxy voting, or annual meeting agenda.

initial-board-resolutions

11
from CaseMark/skills

Drafts initial board resolutions (organizational meeting minutes) for newly formed U.S. corporations. Covers bylaw adoption, officer elections, banking, stock issuance, IP assignment, tax elections, and corporate formalities. Use when forming a corporation and establishing governance records for banks, investors, or regulators.

board-resolution-dissolution

11
from CaseMark/skills

Drafts a board resolution authorizing voluntary corporate dissolution via unanimous written consent of directors. Covers Plan of Complete Liquidation adoption, shareholder approval directive, officer authorizations, and execution provisions. Use when initiating voluntary dissolution, preparing corporate wind-down records, or drafting pre-shareholder dissolution authority under state corporation law.

board-minutes

11
from CaseMark/skills

Drafts corporate board of directors meeting minutes. Triggers on "board minutes", "minutes of board meeting", "board of directors meeting minutes", "corporate minutes", "board resolutions", or "bylaws compliance".

board-meeting-summary

11
from CaseMark/skills

Produces a structured, objective summary of corporate board meetings covering metadata, quorum, attendance, conflicts, resolutions with vote counts, committee reports, and significant corporate actions. Use when summarizing board minutes, creating a corporate governance record, or preparing a post-meeting recap for officers, shareholders, or regulators.

board-committee-charter

11
from CaseMark/skills

Drafts board committee charters for Audit and Compensation Committees tailored to public/private status, exchange listing (NYSE/NASDAQ), and governance requirements. Covers composition, independence, authority, meeting procedures, and reporting. Use when creating or updating audit committee charters, compensation committee charters, or corporate oversight committee formations.

annual-meeting-notice

11
from CaseMark/skills

Drafts legally compliant Notice of Annual Shareholders Meeting for US corporations, covering state-specific notice periods, record dates, quorum and voting thresholds, proxy procedures, and SEC Regulation 14A compliance for public companies. Use when preparing annual meeting notices, shareholder meeting notifications, or proxy notice and access mailings.