nda-playbook

Reviews inbound NDAs clause-by-clause and drafts redlines and counsel flag summaries.

20.2k|3.4k|Updated Oct 5, 2024
One-click install
npx skills add https://github.com/kortix-ai/suna --skill nda-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nda-playbook
Source: https://github.com/kortix-ai/suna/tree/main/packages/starter/templates/marketplace/runtime/skills/nda-playbook
Command: npx skills add https://github.com/kortix-ai/suna --skill nda-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inbound NDAs pile up in a legal inbox and each one requires a careful first-pass review against company standard positions before counsel can act. This Skill automates that first pass: it finds unprocessed NDAs in Gmail, checks every clause against a standard playbook, drafts redlines as Google Docs suggestions, and prepares a flag summary for counsel — without ever signing or sending anything.

Core Features & Use Cases

  • Automated NDA Intake: Polls a watched Gmail label for new NDAs, saves attachments to a designated Drive folder, and skips anything already processed by checking for existing drafts and files.
  • Clause-by-Clause Playbook Review: Compares confidentiality duration, governing law, non-solicits, residuals, assignment, indemnification, and more against standard positions, flagging each deviation with its section reference.
  • Suggest-Only Redlining: Drafts proposed replacement language as Google Docs suggested edits via the Docs API, never as direct writes to the original document.
  • Counsel Flag Summary: Drafts (never sends) a Gmail reply summarizing the counterparty, term, routine clauses, and flagged deviations with links to the saved NDA and redlined Doc.
  • Use Case: A 15-minute cron finds a new inbound NDA from a vendor; the agent saves it to Drive, flags a perpetual confidentiality term and a one-sided injunctive relief clause, redlines both as suggestions, and leaves a draft summary for counsel to review.

Quick Start

Ask the agent to do a first-pass review of the new NDA in the watched Gmail label and draft redlines plus a flag summary for counsel.

Frequently Asked Questions about nda-playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate first-pass NDA review with an AI agent?

Point the agent at a watched Gmail label containing inbound NDAs. It saves each attachment to Drive, checks clauses against a standard playbook, drafts redlines as Google Docs suggestions, and prepares a flag summary draft for counsel.

How does the NDA clause playbook review work?

Each clause type — confidentiality duration, governing law, non-solicit, residuals, assignment, indemnification, and others — is compared against a routine-versus-flag table. Deviations are noted with section references and one-line reasons; clauses with no defined position are flagged for counsel rather than guessed.

Can the agent send redlines or sign an NDA automatically?

No. All edits land as Google Docs suggestions pending counsel sign-off, and the flag summary is saved only as a Gmail draft. The agent never signs, executes, or sends anything to the counterparty.

How does the skill avoid re-processing the same NDA?

Each run is a fresh session with no ledger. It derives state by checking for an existing draft reply on the Gmail thread and an existing counterparty file in the Drive folder, skipping any NDA that already has either.

What happens when an NDA clause has no standard position?

The agent explicitly notes that the playbook has no stance on that clause type instead of inventing a rule. It records the gap as a note for counsel rather than a redline flag.