reference-contract

Validate reference contract fields against acceptance rules and produce pass/fail diagnostics.

15|5|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/haolange/RDC-Agent-Frameworks --skill reference-contract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reference-contract
Source: https://github.com/haolange/RDC-Agent-Frameworks/tree/main/debugger/platforms/copilot-ide/skills/reference-contract
Command: npx skills add https://github.com/haolange/RDC-Agent-Frameworks --skill reference-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a focused interface for enforcing and validating reference contracts and their acceptance criteria within rdc-debugger workflows, reducing ambiguity between agent roles and ensuring consistent pass/fail validation for dispatched tasks.

Core Features & Use Cases

  • Contract Validation: Apply structured checks to reference contract fields against defined acceptance rules.
  • Consistency Enforcement: Ensure role outputs match documented reference expectations before handoff.
  • Diagnostic Reporting: Produce clear pass/fail outcomes with diagnostic details for downstream agents and QA pipelines.
  • Use Case: When the rdc-debugger routes a reference-contract task, use this Skill to validate the artifact, surface mismatches, and return a structured validation result.

Quick Start

Use the reference-contract skill to validate a reference contract against project acceptance criteria and return a structured pass or fail report with diagnostic notes.

Frequently Asked Questions about reference-contract

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

FAQPage Schema
How do I validate reference contracts within agent orchestration workflows?

To validate reference contracts, apply structured checks to contract fields against defined acceptance rules. This produces structured pass/fail validation results with diagnostic details for downstream agents in dispatched workflows.

What is a reference contract in debugger-dispatched tasks?

A reference contract defines validation criteria and acceptance conditions for role outputs in debugger-dispatched tasks. It ensures consistency by checking artifacts against documented expectations before handoff to downstream pipelines.

How do I enforce consistency for role outputs before agent handoff?

Enforce consistency by validating role outputs against documented reference expectations using structured validation rules. This ensures outputs match acceptance criteria before handoff and produces clear pass/fail outcomes for QA pipelines.

Can I use this contract validation approach for internal rdc-debugger scenarios?

Yes, this contract validation approach is specifically designed for internal rdc-debugger orchestration scenarios. It checks role outputs, acceptance conditions, and reference artifacts during validation and handoff to produce diagnostic reports.

Why does my agent workflow fail acceptance checks during task handoff?

Agent workflows fail acceptance checks when role outputs do not match documented reference contract fields. Applying defined validation rules surfaces these mismatches and generates diagnostic details to identify the specific validation failures.

What does a structured contract validation result include for downstream agents?

A structured contract validation result includes clear pass or fail outcomes along with diagnostic details. These results are specifically formatted for downstream agents and pipelines to process validation failures and handoff states.