implementation-contract-review-harness

Review implementation contracts for safety and execution readiness against repository grounding.

16|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/glaucia86/skills --skill implementation-contract-review-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-contract-review-harness
Source: https://github.com/glaucia86/skills/tree/main/implementation-contract-review-harness
Command: npx skills add https://github.com/glaucia86/skills --skill implementation-contract-review-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prevents agents from starting implementation with an under-specified or ungrounded contract that can cause rework, scope drift, and unsafe execution.

Core Features & Use Cases

  • Repository-grounded contract review: checks whether the artifact’s facts map to real repository evidence and does not rely on invented assumptions.
  • Scope, ambiguity, and risk coverage: evaluates scope tightness, ambiguity leakage, and whether invariants and risks are addressed.
  • Validation and approval-edge enforcement: verifies validation quality and that approval-required decisions are explicitly represented before coding.
  • Clear single verdict output: returns exactly one of contract-approved, contract-needs-tightening, contract-needs-user-decision, or contract-not-safe, enabling a reliable pre-implementation gate.

Quick Start

Use implementation-contract-review-harness on your existing clarification summary or implementation contract artifact to obtain a single contract verdict before any coding begins.

Frequently Asked Questions about implementation-contract-review-harness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a pre-implementation contract review for coding agents?

A contract review for coding agents evaluates a planning artifact's scope tightness, ambiguity leakage, and risk coverage before implementation begins. It grounds the plan against repository evidence to prevent scope drift and unsafe execution.

How do I validate an implementation contract against repository grounding?

To validate an implementation contract against repository grounding, submit your existing clarification summary to the review harness. It checks whether the artifact's facts map to real repository evidence and flags invented assumptions before returning a single execution readiness verdict.

Does this contract review harness rewrite my implementation plan?

No, the contract review harness does not rewrite your implementation plan. It acts as a pre-implementation sensor that evaluates ambiguity leakage and approval-required edges, returning exactly one verdict to gate execution readiness.

Can I use contract review for human-in-the-loop approval gates?

Yes, you can use contract review for human-in-the-loop approval gates. It identifies approval-required edges and explicitly represents them, returning a contract-needs-user-decision verdict when human intervention is required before implementation starts.

What verdicts can the implementation contract review return?

The implementation contract review returns exactly one of four verdicts: contract-approved, contract-needs-tightening, contract-needs-user-decision, or contract-not-safe. These verdicts enforce release gates by verifying scope tightness and risk coverage against repository grounding.

When do I need to run a pre-implementation contract review?

You need to run a pre-implementation contract review when a task already has a planning artifact but requires a second-pass sensor for execution readiness. It is essential when you must verify scope validation and prevent rework from under-specified or ungrounded contracts.