Descriptions:
Zubair Trabzada walks through a complete AI legal assistant he built using Claude Code — a five-agent parallel pipeline that analyzes contracts end-to-end in roughly 60 seconds and outputs a structured PDF risk report. The system runs inside VS Code via the Claude Code extension, and Trabzada demonstrates it against a real-world-inspired freelancer service agreement for a $15,000 website redesign.
The five specialized agents each handle a distinct task: clause extraction, risk scoring, compliance checking, obligation and deadline mapping, and counter-proposal generation. The demo output assigns the sample contract a score of 22 out of 100 (grade F, ‘dangerous’), surfaces 16 high-risk items — including unlimited revision cycles with no objective completion criteria and unilateral scope modification rights held by the client — and generates specific recommended redlines for each. The system also produces an executive summary with parties, effective date, and governing law.
The setup process is covered step by step: installing the Claude Code VS Code extension, authenticating with a paid Claude account, creating a project folder, and running a single curl command from GitHub to install the agent skills. Trabzada positions this as a practical middle ground between pasting a contract into ChatGPT and paying an attorney for a $10,000–$15,000 engagement — particularly relevant for freelancers and agency owners signing smaller deals. The full codebase is publicly available on GitHub.
📺 Source: Zubair Trabzada | AI Workshop · Published March 28, 2026
🏷️ Format: Hands On Build







