Skip to content
Skillv1.0.0

analyzing-material-adverse-change-clauses

Evaluates MAC clause scope, carve-outs, and enforceability standards in acquisition agreements. Use when reviewing MAC provisions, assessing deal certainty, or analyzing interim covenant protections.

by lev-os(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from lev-os/agents (skills-db/legal/analyzing-material-adverse-change-clauses/SKILL.md). Install upstream with npx skills add lev-os/agents --skill analyzing-material-adverse-change-clauses. Copyright stays with the author.

Analyzing Material Adverse Change Clauses

When To Use

  • Reviewing a definitive acquisition agreement (merger agreement, stock purchase agreement, or asset purchase agreement) for MAC/MAE clause adequacy
  • Assessing deal certainty risk for a buyer or seller in a pending transaction
  • Comparing MAC clause terms against market standards or a party's negotiation position
  • Evaluating whether a specific event or deterioration could trigger or fall within a MAC provision
  • Advising on interim operating covenant protections that interact with the MAC definition

Inputs To Gather

  • Definitive agreement text — full MAC/MAE definition, including all carve-outs and exceptions to carve-outs
  • Transaction context — deal type (public merger, private acquisition, leveraged buyout), deal size, industry sector, signing-to-closing timeline
  • Party perspective — whether analysis is from buyer, seller, or financial advisor standpoint
  • Specific events of concern (if any) — e.g., revenue decline, regulatory change, pandemic impact, litigation development
  • Comparable precedent clauses (if available) — prior deals in the same sector or involving the same parties
  • Interim operating covenants — ordinary course covenant and related consent provisions that interact with the MAC definition

Workflow

  1. Parse the MAC definition structure

    • Identify the core standard (e.g., "material adverse effect on the business, results of operations, or financial condition of the Company and its Subsidiaries, taken as a whole")
    • Note whether the definition covers prospects (buyer-favorable) or is limited to current financial condition (seller-favorable)
    • Check for "would reasonably be expected to" vs. "has had" language — the former captures forward-looking risk, the latter only crystallized harm
    • Determine whether the MAC extends to the target's ability to consummate the transaction (dual-trigger MAC)
  2. Map all carve-outs

    • Catalog each exclusion category: general economic conditions, industry-wide changes, capital markets disruptions, changes in law or regulation, changes in GAAP/accounting standards, acts of war/terrorism, natural disasters, pandemics/epidemics, the announcement or pendency of the transaction itself, actions taken at buyer's request or with buyer's consent, failure to meet projections (distinguished from underlying causes)
    • For each carve-out, determine whether it contains a disproportionate impact qualifier (e.g., "except to the extent such changes disproportionately affect the Company relative to other participants in the industries in which the Company operates")
    • Flag any carve-outs that are notably absent relative to market practice [VERIFY against current market standards for deal vintage and sector]
  3. Assess the enforceability standard

    • Under Delaware law (Akorn v. Fresenius, 2018), a MAC requires a durationally significant downturn measured in years, not months — note whether the agreement modifies or supplements this judicial standard
    • Identify whether the agreement specifies a quantitative threshold or remains qualitative
    • Check for "buyer's reasonable judgment" vs. objective standard for determining MAC occurrence
    • Note any express references to specific financial metrics (e.g., EBITDA decline of X%) that create bright-line triggers [VERIFY — jurisdiction-specific case law may apply if governed by law other than Delaware]
  4. Evaluate interaction with interim covenants

    • Review the ordinary course of business covenant — how is "ordinary course" qualified (consistent with past practice? commercially reasonable efforts?)
    • Identify whether breach of interim covenants gives rise to an independent termination right or only feeds into the MAC bring-down condition
    • Assess the consent mechanism — does the buyer have sole discretion to withhold consent, or must consent not be unreasonably withheld?
    • Check for COVID/pandemic-era carve-outs that permit target responses to extraordinary events without triggering covenant breach
  5. Benchmark against market practice

    • Compare carve-out breadth to sector-comparable transactions
    • Assess whether the MAC definition reflects buyer-favorable, seller-favorable, or balanced drafting
    • Note any unusual or bespoke provisions (e.g., specific customer loss triggers, regulatory approval failure carve-outs, material contract termination references)
  6. Analyze specific-event exposure (if applicable)

    • Apply the MAC definition to the identified event or deterioration
    • Walk through each carve-out to determine whether the event falls within an exclusion
    • If a disproportionate impact qualifier applies, assess whether the target's impact exceeds peer comparators
    • Evaluate temporal duration — has the adverse change persisted long enough to meet the durational significance threshold?

Output

Structure the analysis report as follows:

  • Executive Summary — one-paragraph risk assessment stating whether the MAC clause is buyer-favorable, seller-favorable, or market-neutral, with the top 2–3 risk factors
  • MAC Definition Analysis — core standard, scope of covered matters, forward-looking vs. backward-looking language
  • Carve-Out Matrix — table listing each carve-out category, whether a disproportionate impact qualifier applies, and a brief risk note
  • Enforceability Assessment — applicable legal standard, any contractual modifications, practical likelihood of MAC invocation succeeding
  • Interim Covenant Interaction — how the ordinary course covenant and consent provisions create additional buyer protections or seller risk
  • Market Comparison — positioning relative to comparable transactions, notable deviations
  • Specific-Event Analysis (if applicable) — application of the clause to the identified scenario with conclusion on whether MAC is triggered
  • Key Risks and Recommendations — prioritized list of negotiation points or risk factors, with recommended actions

Quality Checks

  • Every carve-out category in the agreement is identified and analyzed — none are silently omitted
  • Disproportionate impact qualifiers are tracked separately for each carve-out, not assumed to apply uniformly
  • The governing law jurisdiction is identified and the correct enforceability standard is applied [VERIFY — Akorn applies to Delaware law; other jurisdictions may differ significantly]
  • Forward-looking language ("would reasonably be expected to") is distinguished from backward-looking language ("has had") with the implications noted
  • The analysis does not conflate failure-to-meet-projections carve-outs with protection against the underlying causes of the miss
  • Interim covenant analysis addresses both the bring-down condition at closing and any independent termination right
  • All quantitative thresholds or bright-line triggers in the agreement are flagged and assessed
  • Recommendations are specific and actionable (e.g., "negotiate disproportionate impact qualifier on pandemic carve-out") rather than generic

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/lev-os-agents-analyzing-material-adverse-change-clauses/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

lev-os-agents-analyzing-material-adverse-change-clauses.ocm.jsonjson
{
  "ocm": "1",
  "id": "lev-os-agents-analyzing-material-adverse-change-clauses",
  "kind": "skill",
  "name": "analyzing-material-adverse-change-clauses",
  "description": "Evaluates MAC clause scope, carve-outs, and enforceability standards in acquisition agreements. Use when reviewing MAC provisions, assessing deal certainty, or analyzing interim covenant protections.",
  "publisher": "lev-os",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "legal"
    ],
    "tags": [
      "skill-md",
      "analysis",
      "mergers-and-acquisitions",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Evaluates MAC clause scope, carve-outs, and enforceability standards in acquisition agreements. Use when reviewing MAC provisions, assessing deal certainty, or analyzing interim covenant protections."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/lev-os/agents",
      "path": "skills-db/legal/analyzing-material-adverse-change-clauses/SKILL.md",
      "ref": "62e97827ea88ff5dfa3efe76d19a8fa54d3da360",
      "url": "https://github.com/lev-os/agents/blob/62e97827ea88ff5dfa3efe76d19a8fa54d3da360/skills-db/legal/analyzing-material-adverse-change-clauses/SKILL.md",
      "key": "lev-os/agents/skills-db/legal/analyzing-material-adverse-change-clauses/SKILL.md"
    }
  },
  "instructions": "# Analyzing Material Adverse Change Clauses\n\n## When To Use\n\n- Reviewing a definitive acquisition agreement (merger agreement, stock purchase agreement, or asset purchase agreement) for MAC/MAE clause adequacy\n- Assessing deal certainty risk for a buyer or seller in a pending transaction\n- Comparing MAC clause terms against market standards or a party's negotiation position\n- Evaluating whether a specific event or deterioration could trigger or fall within a MAC provision\n- Advising on interim operating covenant protections that interact with the MAC definition\n\n## Inputs To Gather\n\n- **Defini",
  "cost": {
    "context_tokens": 1779
  }
}

Fetch it by URL: GET /api/v1/registry/lev-os-agents-analyzing-material-adverse-change-clauses/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.