# Redline the MSA before it hits your desk

Draft tracked-changes redlines against your playbook, adversarially reviewed clause by clause before you see it.

**Connects:** drive, gmail, slack

## How to install

1. Fetch https://eluu.ai/cookbook/msa-redline-first-pass/skill.md and save it into your skills folder as `msa-redline-first-pass`.
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 the incoming MSA and classifies every clause against your playbook
- Drafts tracked-changes redlines for every clause that deviates from your fallback position
- Runs a second sub-agent that tries to refute every redline before it ships
- Flags unrecognized clause types instead of guessing, and delivers only checked edits

## Recurring jobs

- **Contracts inbox watch** (Every 30 minutes on weekdays, check the contracts-inbox folder) — https://eluu.ai/cookbook/msa-redline-first-pass/jobs-setup/contracts-inbox-watch.md

## Skills inside

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

- **Redline playbook**, Fallback position per clause type, limitation of liability, indemnity, termination, IP assignment, attorney-authored — https://eluu.ai/cookbook/msa-redline-first-pass/skills/redline-playbook.md
- **Document parsing**, Read and write tracked-changes Word documents with Anthropic's docx skill, modified — https://eluu.ai/cookbook/msa-redline-first-pass/skills/document-parsing.md
- **Adversarial review**, Second pass that tries to refute every proposed redline before it ships — https://eluu.ai/cookbook/msa-redline-first-pass/skills/adversarial-review.md

## Files

- skill.md — https://eluu.ai/cookbook/msa-redline-first-pass/skill.md
- jobs-setup/contracts-inbox-watch.md — https://eluu.ai/cookbook/msa-redline-first-pass/jobs-setup/contracts-inbox-watch.md
- skills/redline-playbook.md — https://eluu.ai/cookbook/msa-redline-first-pass/skills/redline-playbook.md
- skills/document-parsing.md — https://eluu.ai/cookbook/msa-redline-first-pass/skills/document-parsing.md
- skills/adversarial-review.md — https://eluu.ai/cookbook/msa-redline-first-pass/skills/adversarial-review.md
- workflow.json — https://eluu.ai/cookbook/msa-redline-first-pass/workflow.json
