What problem does it solve? Cursor agents have full private repo context while the public Brain chatbot only sees a manifest allowlist, causing parity gaps where the agent knows answers the public chatbot cannot give. This Skill provides a repeatable audit workflow to reproduce, classify, log, and regress-test those gaps before editing agent prompts or knowledge corpora. ## Core Features & Use Cases - Gap Classification Workflow: Reproduce a question on both surfaces, then classify it as PUBLIC_SHOULD_KNOW, INTERNAL_ONLY, or STALE_PUBLIC with a defined fix path. - SSOT Read Chain: Enforces a five-file read order (manifest, positioning doc, machine SSOT, gap report, eval results) before any public-facing knowledge edits. - Eval Regression: Runs test_brain_chat_quality_v1.py against P0 buckets and appends findings to the locked gap report. - Use Case: When the founder asks "why did Cursor know X but Brain didn't?", follow the audit workflow to determine whether the gap is a pipeline issue (stale distill, missing manifest entry, unredeployed worker) rather than a model intelligence problem. ## Quick Start Ask the agent to audit why the public Brain chatbot failed to answer a specific question that Cursor answered correctly, following the gap classification workflow.