verification-contract

Generate schema-validated verification reports from solo-sdlc verify runs.

Updated May 5, 2026
One-click install
npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill verification-contract
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-contract
Source: https://github.com/shakhovskiya-create/shakhoff-claude-marketplace/tree/main/plugins/solo-sdlc/skills/verification-contract
Command: npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill verification-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Emit machine-readable verification data from solo-sdlc:verify to standardize validation results across tools and reduce manual rework.

Core Features & Use Cases

  • Schema-validated reports describing task_ref, timestamp, verdict, and per-check evidence, consumable by downstream plugins.
  • Automatic generation and archival of docs/verification/<task_ref>/<ts>.json and a latest.json symlink for quick access.
  • Enables DoD automation via ai-scrum:dod-validator and code-review automation to avoid duplicate work.

Quick Start

Trigger verification-contract generation by running the producer after a verify run to produce a JSON report.

Frequently Asked Questions about verification-contract

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

FAQPage Schema
How do I generate machine-readable verification reports for SDLC checks?▼

Machine-readable verification reports for SDLC checks are generated by running the producer after a solo-sdlc verify run to output structured JSON validation evidence.

What is schema validation for verification reports in automated auditing?▼

Schema validation for verification reports ensures structured evidence across tests, acceptance, and observability conforms to verification-report.schema.json for reliable downstream auditing.

How do I automate code-review handoffs with structured validation evidence?▼

Automate code-review handoffs by generating schema-validated JSON reports containing task_ref, timestamp, verdict, and per-check evidence to avoid duplicate manual reviews.

Does verification-contract work with solo-sdlc verify runs for DoD automation?▼

Yes, verification-contract works with solo-sdlc verify runs to enable DoD automation via ai-scrum:dod-validator by producing standardized machine-readable verification data.

How are verification reports archived for quick access during audits?▼

Verification reports are automatically archived as docs/verification/<task_ref>/<ts>.json with a latest.json symlink created for immediate quick access to the most recent run.

What are the limitations of using schema-validation for SDLC verification reports?▼

Schema-validation for SDLC verification reports requires running a solo-sdlc verify producer first, meaning it cannot generate structured evidence independently without an initial verify run.