Skip to content
Cookbook

Index every signed contract, verified

Sweep the whole contract drive, index every key term, and verify a random sample with a second pass.

Legaladvanced

What this does

  • Sweeps the whole drive and parses every contract on file
  • Extracts parties, dates, value, governing law, and renewal terms
  • Independently re-extracts a random sample and flags any disagreement, unverified
  • Publishes a searchable index with a confidence state per contract

Workflow

  1. Trigger

    One-off audit

    Manual kickoff, long cloud run.

  2. Shell

    Bulk parse every contract

    Extract text from every docx/PDF in the drive with Anthropic's document skill.

  3. Prompt

    Extract key terms

    Parties, effective date, term, value, governing law, and renewal terms per contract.

  4. Prompt

    Verify a random sample

    A second, independent pass re-extracts terms for the sample percentage and compares against the first pass.

  5. Result

    Publish the index

    Searchable index view goes live; any contract that failed verification is flagged, not published silently.

Recommended skills

Reusable skills the recipe pulls in, add them once, every agent can use them.

Key-term extractionParties, dates, value, governing law, and renewal terms
Document parsingBulk read Word and PDF contracts across a drive (Anthropic docx/pdf skill)
Sample verificationRe-extract a random subset and compare to certify accuracy

How to use this recipe

  1. 1Connect Drive, your tracker sheet, and Slack to the agent
  2. 2Kick it off manually; it's a one-off, not a daily job
  3. 3Paste the prompt and set your sample percentage and drive scope
  4. 4Review the flagged and disagreement contracts before anyone treats them as certified
Copy the prompt
Install the "Index every signed contract, verified" recipe from the Eluu cookbook.
1. Fetch https://eluu.ai/cookbook/contract-repo-audit/skill.md and save it into your skills folder as "contract-repo-audit".
2. Ask me its first-run questions and store my answers in memory.
3. Then run the skill once end to end so we can review the output together.
eluu.ai/cookbook/contract-repo-audit.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.

The best human teams have agentic teams.

Your AI team is ready, are you?