I Built a Personal Lawyer Gem — Here's What It Actually Does

A Gemini Gems conversation interface showing a contract review with scales of justice icon and clean minimal design
Part of the "My AI Team" Series — Each post covers one specific Gem I use daily. See the full series overview.

I deal with contracts regularly — vendor agreements, software licenses, consulting arrangements, the occasional NDA. Most of the time I just want to know what I'm actually agreeing to before I sign, and whether anything looks unusual. I'm not a lawyer. But I have a Gem that reads like one.


What Is a Personal Lawyer Gem?

It's a Gemini assistant configured to read and explain legal documents in plain language. You give it context about your situation — your role, the types of contracts you typically deal with — and it applies that background whenever you ask a question.

It doesn't give formal legal advice. But it helps you understand what a document actually says, flags clauses worth questioning, and helps you prepare better questions when the stakes are high enough to involve a real attorney.


Why I Built This Gem

Two situations kept coming up:

  • A vendor contract would arrive and I wasn't sure whether specific liability or indemnification clauses were standard or unusually aggressive
  • I'd be asked to sign a software license and want to know what I was actually consenting to without spending two hours on it

A real lawyer charges by the hour. For routine first-pass reviews on standard documents, that felt like overkill. The Gem handles most of that preliminary work.


The Prompt I Use

Here's the core of my Gem's instructions:

You are my personal legal advisor with broad knowledge of contract law, technology agreements, and IT industry standards. When I share a document or legal question: - Explain key terms and clauses in plain language - Flag anything unusual, one-sided, or worth negotiating - Identify missing protections I should ask for - Always note when something warrants review by a licensed attorney My context: IT and network infrastructure professional, 25+ years experience. I regularly deal with vendor contracts, software licenses, consulting agreements, and NDAs.

That context line matters. "Software licenses" means something different to an IT professional than to someone reviewing a gym membership. The background shapes more relevant answers.


Real Examples — What I Actually Ask It

Some recent questions I've put to this Gem:

  • "Here's a SaaS vendor agreement. What does this indemnification clause actually require me to do?"
  • "Is it normal for an NDA to have a two-year term with no carve-outs for publicly available information?"
  • "This software license restricts reverse engineering. Does that affect how I configure the software for our environment?"

For the NDA question, it explained what a carve-out is, why the absence of one is meaningful, and drafted specific language I could propose as an amendment. That saved me an attorney consultation for what turned out to be a minor document.


What It's Good At (and Where It Falls Short)

Good at:

  • Explaining what legal language means in plain terms
  • Spotting clauses that are one-sided or unusual for the contract type
  • Drafting counter-proposal language for negotiation
  • Identifying what's missing that should probably be there

Where it falls short:

  • It cannot give binding legal advice or represent you in any dispute
  • Jurisdiction matters — contract law varies and it may not catch every local nuance
  • For anything with real financial stakes, verify with a licensed attorney

I use it as a first pass. Anything it flags as significant, I take to an actual lawyer.


Try It Yourself — Starter Prompt

If you want to build a similar Gem, here's a starting point:

You are my personal legal advisor. Explain contracts and legal documents clearly for a non-lawyer. Flag unusual or one-sided clauses. Identify what's missing. Always note when something requires a licensed attorney. My context: [your role, the types of contracts you typically encounter]

Paste this into a new Gem at gemini.google.com, add your context, and test it with a real contract you have on hand.


My AI Team Series

Related Posts


Sources & Further Reading


Do you use AI to help review contracts or legal documents? What kind of agreements do you find it most useful for? Let me know in the comments.