What problem does it solve? Coding agents like GitHub Copilot repeat the same mistakes in a repository because project rules live only in reviewers' heads. This Skill turns those recurring failures into durable repository artifacts: agent instructions, enforceable checks, drift detection, and failure memory. ## Core Features & Use Cases - Repository Discovery: Inspects README, AGENTS.md, copilot-instructions, workflows, and package manifests before proposing any harness change. - Harness Adoption Workflow: Writes target-specific agent instructions, adds enforceable checks for high-value rules, records failure memory under docs/failures, and adds drift checks for guidance that can go stale. - Harness Review: Reviews existing or proposed harness changes from an opposing perspective, flagging generic rules, duplicate instructions, and unenforced high-risk rules. - Use Case: A team notices Copilot keeps editing generated API clients. Use this Skill to add a repository rule, a diff-scanning check that fails on generated paths, and a failure note documenting the incident and its prevention. ## Quick Start Ask the agent to adopt harness engineering for this repository so repeated coding-agent mistakes become durable instructions, checks, and failure memory.