# Clear routine NDAs without waiting on counsel

Check every incoming NDA against your standard terms and recommend approval with a clause-by-clause checklist.

**Connects:** drive, gmail, slack

## How to install

1. Fetch https://eluu.ai/cookbook/nda-triage/skill.md and save it into your skills folder as `nda-triage`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Parses every incoming NDA and checks each clause against your standard terms
- Re-reads any within-policy clause a second time before calling it a pass
- Builds a clause-by-clause checklist with the policy line behind every call
- Recommends approval or escalates the specific deviations, never signs on its own

## Recurring jobs

- **NDA inbox watch** (Every 30 minutes on weekdays, check the NDA-inbox folder and email) — https://eluu.ai/cookbook/nda-triage/jobs-setup/nda-inbox-watch.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **NDA policy**, The organization's standard terms and acceptable variance per clause — https://eluu.ai/cookbook/nda-triage/skills/nda-policy.md
- **Document parsing**, Read the incoming NDA in Word form with Anthropic's docx skill — https://eluu.ai/cookbook/nda-triage/skills/document-parsing.md
- **Checklist formatting**, Clause-by-clause pass/deviation record attached to every recommendation — https://eluu.ai/cookbook/nda-triage/skills/checklist-formatting.md

## Files

- skill.md — https://eluu.ai/cookbook/nda-triage/skill.md
- jobs-setup/nda-inbox-watch.md — https://eluu.ai/cookbook/nda-triage/jobs-setup/nda-inbox-watch.md
- skills/nda-policy.md — https://eluu.ai/cookbook/nda-triage/skills/nda-policy.md
- skills/document-parsing.md — https://eluu.ai/cookbook/nda-triage/skills/document-parsing.md
- skills/checklist-formatting.md — https://eluu.ai/cookbook/nda-triage/skills/checklist-formatting.md
- workflow.json — https://eluu.ai/cookbook/nda-triage/workflow.json
