What problem does it solve? Teams struggle to turn coding conventions and quality rules into enforceable checks. This Skill guides the design of constraints for HARNESS.md so every rule is written precisely enough to be verified by a deterministic tool or an agent-based review. ## Core Features & Use Cases - Constraint Anatomy: Defines each constraint with four fields — Rule, Enforcement (deterministic, agent, or unverified), Tool, and Scope (commit, pr, weekly, manual). - Enforcement Selection: Decision tables for choosing between deterministic tooling and agent review, including command risk classification by reversibility and blast radius. - Promotion Lifecycle: A reference guide covering the ladder from unverified to agent to deterministic enforcement, including partial promotion and demotion. - Use Case: When adding a rule like "no secrets in source files" to a project harness, use this Skill to write a verifiable rule, pick gitleaks as the deterministic tool, and set commit scope. ## Quick Start Ask the agent to design a constraint for HARNESS.md that enforces your chosen rule, specifying the enforcement type and scope.