What problem does it solve? Coding agents often overreach: they rewrite entire files for a local bug, claim fixes are "done" without running validation, or silently change shared interfaces. This Skill enforces bounded patch discipline, diff-first behavior, and honest separation between what was checked and what remains unverified. ## Core Features & Use Cases - Bounded Patch Policy: Isolates the smallest responsible unit, applies minimal diffs, and blocks repo-wide cleanup disguised as a fix. - Structured Debugging Loop: Follows a symptom-to-cause-to-fix-to-verification structure, ranking candidate causes by evidence fit before changing code. - Verification Matrix & Honest Reporting: Checks local plausibility, behavioral fit, integration fit, and repo-safe posture, then reports what was checked versus what remains unverified. - Use Case: A user reports a failing function in a service module. The Skill reads only the active slice, proposes a narrow patch, runs the smallest meaningful validation, and summarizes the change with explicit unresolved integration risks. ## Quick Start Use the v14-coding-core skill to debug this traceback and produce a minimal patch with a verification checklist.