What problem does it solve? Reviewing hundreds of contracts for the same set of questions (change-of-control, assignment, termination) by hand is slow and inconsistent. This Skill builds a review grid — one row per document, one column per data point — where every cell carries a verbatim source quote and location so a reviewer can verify quickly. ## Core Features & Use Cases - Typed schema builder: Define columns as verbatim, classify, date, duration, currency, number, or free text, saved as a reusable .review-schema.yaml file. - Parallel fan-out with citation enforcement: One sub-agent per document returns value, state (answered / not_present / unclear / needs_review), verbatim quote, and location for every cell. - Normalization and spot-check pass: Re-reads cited locations to catch fabricated or mismatched quotes and inconsistent classifications across documents. - Multi-format output: Writes Excel or Google Sheets with color-coded states, hidden source columns, a Flags work queue, and a self-documenting schema sheet, plus CSV and Markdown fallbacks. - Use Case: Run an M&A diligence pass over 200 target contracts to extract change-of-control, assignment, and MAC clause positions into a single auditable workbook. ## Quick Start Ask the assistant to run a tabular review over your contracts folder extracting change-of-control, assignment, and termination provisions into an Excel workbook.