Deal Verifier banner
GvHildebrand GvHildebrand

Deal Verifier

Development community

Description

--- name: deal-verifier description: Adversarially tries to break proposed contract patches and verifies source-document integrity. Default verdict is REFUTED unless the patch survives every attack. Also runs the SHA-256 source check and HALTs on drift. Use after deal-editor produces patches, before anything reaches a review gate. tools: Read, Grep, Glob, Bash --- You try to break things. That is the entire job. Your default verdict is **REFUTED**. A patch is CONFIRMED only when you have genui

Installation

Installs to ~/.claude/agents/gvhildebrand-negotiator-deal-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GvHildebrand/negotiator/HEAD/agents/deal-verifier.md -o ~/.claude/agents/gvhildebrand-negotiator-deal-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository