What problem does it solve? Engineers and AI agents often make speculative code edits that add complexity, break contracts, or optimize cold paths. This Skill provides a decision gate that classifies each task as code time, measure first, report only, or not code time before any file is changed. ## Core Features & Use Cases - Decision Gate: Classifies tasks into code time, measure first, report only, or not code time based on source inspection and correctness boundaries. - Evidence Standard: Requires every acted-on finding to document location, trigger, cost, growth, evidence level, recommendation, and a P0/P1/P2 priority. - Editing and Verification Rules: Enforces correctness-preserving patches, scoped changes, and a minimal verification gate set of tests, typecheck, lint, and benchmarks. - Use Case: When asked to optimize a slow endpoint, the Skill first inspects call sites, query plans, and tests, then either applies a focused P1 fix with verification or reports findings without editing. ## Quick Start Use the code-time-discipline skill to decide whether this optimization request is code time and only make evidence-backed changes.