reproducibility-validator

Validate system documentation completeness and correctness for reconstruction.

3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ForgePlan/marketplace --skill reproducibility-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reproducibility-validator
Source: https://github.com/ForgePlan/marketplace/tree/main/plugins/forgeplan-brownfield-pack/skills/reproducibility-validator
Command: npx skills add https://github.com/ForgePlan/marketplace --skill reproducibility-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires C10, psql, graphql-js, @cucumber/gherkin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of verifying that the canonical documentation is actually sufficient to reproduce the described system, providing automated checks for completeness and correctness.

Core Features & Use Cases

  • Automated Reproducibility Checks: Executes various checks to ensure that the documentation is complete and can be used to reconstruct the system.
  • Mode-specific Validation: Offers different modes for validating SQL, GraphQL, Gherkin, pseudo-code coherence, and more.
  • Use Case: Ideal for ensuring that documentation produced by C10 is accurate and can be used to rebuild the system from scratch.

Quick Start

Run the reproducibility-validator skill to check the reproducibility of the documentation for the 'orders' domain.

Frequently Asked Questions about reproducibility-validator

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

FAQPage Schema
How do I validate system documentation for reproducibility?

System documentation validation for reproducibility verifies that canonical documentation is complete and correct enough to reconstruct the system from scratch. It performs automated checks on SQL, GraphQL, Gherkin, and pseudo-code to ensure accurate rebuilds.

What's the best way to check if Gherkin and GraphQL documentation are reproducible?

Checking Gherkin and GraphQL documentation reproducibility requires mode-specific validation using @cucumber/gherkin and graphql-js dependencies. This process executes automated checks to verify pseudo-code coherence and schema correctness against the canonical system documentation.

Do I need C10 to validate code reproducibility?

Yes, you need C10 to validate code reproducibility because it provides the required input documentation for the validation process. The validator uses C10 output to perform automated checks on SQL, GraphQL, and Gherkin components.

Does the reproducibility validator support SQL validation with psql?

Yes, reproducibility validation supports SQL validation using psql as a core dependency. It executes automated checks against SQL components within the canonical documentation to ensure system reconstruction accuracy and completeness.

Why does system documentation fail reproducibility checks?

System documentation fails reproducibility checks when it lacks completeness or correctness for reconstructing the system. Incomplete SQL schemas, invalid GraphQL definitions, or incoherent pseudo-code prevent the validator from confirming accurate system rebuilds.