Cookbook
Redline the MSA before it hits your desk
Draft tracked-changes redlines against your playbook, adversarially reviewed clause by clause before you see it.
Legaladvanced
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
Workflow
- Trigger
New MSA lands in Drive
Counterparty draft dropped in the contracts-inbox folder.
- Shell
Parse the docx
Extract clause text and structure with the docx skill.
- Prompt
Redline against the playbook
Classify each clause and apply the fallback position as tracked changes.
- Prompt
Adversarial review
A second sub-agent checks every redline and flags what it can't confirm.
- Result
Deliver the tracked-changes docx
Saved to Drive, summary and open flags posted to Slack for sign-off.
Recommended skills
Reusable skills the recipe pulls in, add them once, every agent can use them.
Redline playbookFallback position per clause type, limitation of liability, indemnity, termination, IP assignment, attorney-authored
Document parsingRead and write tracked-changes Word documents with Anthropic's docx skill, modified
Adversarial reviewSecond pass that tries to refute every proposed redline before it ships
How to use this recipe
- 1Connect Drive, Gmail, and Slack to the agent
- 2Set the trigger to watch the contracts-inbox folder for new MSAs
- 3Paste the prompt; first run it asks about your playbook and reviewer, then remembers
- 4Review the tracked-changes docx and the flagged clauses before you send anything
Recipe files
msa-redline-first-pass/
recipe.mdskill.mdjobs-setup/
contracts-inbox-watch.mdskills/
redline-playbook.mddocument-parsing.mdadversarial-review.mdworkflow.jsonCopy the prompt
Install the "Redline the MSA before it hits your desk" recipe from the Eluu cookbook. 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 me its first-run questions and store my answers in memory. 3. Offer to schedule the recurring jobs listed in the skill; only create the ones I approve. 4. Then run the skill once end to end so we can review the output together.
eluu.ai/cookbook/msa-redline-first-pass.md
Paste it into any agent. It fetches the recipe file and pulls in the skills and prompts on its own, the prompt stays short, the detail lives at the URL.