All recipes
Legal Action

Nda fast track

First-pass NDA review against your playbook — auto-approve clean ones, flag deviations with severity for legal review.

Eluu — nda-fast-track
Shown in preview
Gmail Notion Slack
Runtime ~3 min per run
Tokens ~12K per run
Owner a legal ops colleague

Works with

Pick whichever tool your team already uses.

  • Messaging
    Slack Teams
  • Email
    Gmail Outlook
  • Docs
    Notion Google Docs Confluence
Gmail
Gmail Parse inbound NDA
Notion
Notion Compare to playbook
Slack
Slack Route + draft sig

What it does

Inbound NDAs pile up faster than legal can review them, and 80% are clean. This recipe parses each inbound NDA, compares clause-by-clause against the company playbook, scores deviations by severity, and either auto-approves the clean ones or routes the flagged ones to legal with a clean diff.

How it works

  1. Parse. The latest inbound NDA PDF gets pulled from the legal inbox; counterparty and jurisdiction are identified.
  2. Compare to playbook. Each clause is matched to its playbook position; deviations are scored low / medium / high; flagged clauses are surfaced.
  3. Route. Clean NDAs (all low severity) auto-approve; any medium/high flag tags legal for review; a signature draft with playbook fallback is staged. Status posts to #legal-ops.

Setup

  • Connect an email account (Gmail or Outlook) for the legal inbox.
  • Connect a docs destination (Notion, Google Docs, or Confluence) for the playbook.
  • Connect a messaging channel (Slack or Teams).

Variations

  • Add a vendor-tier rule that escalates differently for tier-1 customers.
  • Track historical comparisons to surface counterparties who always push the same clauses.
  • Run nightly batch reviews on the queue rather than per-arrival.