impl-validator

Validate implementation artifacts against stated goals with PASS/WARN/FAIL verdicts.

Updated Feb 2, 2016
One-click install
npx skills add https://github.com/zjykzk/blog --skill impl-validator-zjykzk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: impl-validator
Source: https://github.com/zjykzk/blog/tree/main/.agents/skills/impl-validator
Command: npx skills add https://github.com/zjykzk/blog --skill impl-validator-zjykzk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate that an implementation aligns with its stated goal by performing structured checks and returning a verdict.

Core Features & Use Cases

  • Self-checks outputs against goals with pass/warn/fail verdicts to ensure quality control.
  • Spawns as a subagent to validate results before presenting to users, reducing errors in delivery.
  • Works in both subagent mode and user mode, returning a structured report with actionable issues.

Quick Start

Describe the implementation and artifacts to validate, then run checks and return a structured verdict.

Frequently Asked Questions about impl-validator

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

FAQPage Schema
How do I validate code implementation against original intent?

You can validate code implementation against intent by describing the goal and artifacts. The system applies structured checks to derive a PASS, WARN, or FAIL classification and returns a report with actionable issues.

What is a structured validation verdict for AI outputs?

A structured validation verdict evaluates produced artifacts against a stated goal, returning a PASS, WARN, or FAIL classification and a report containing actionable issues to ensure quality control.

Can I use a subagent to verify outputs before presenting to users?

Yes, you can spawn a subagent to verify outputs before presenting them to users. It performs self-checks against stated goals to reduce delivery errors and returns a structured report with actionable issues.

How do I run automated quality checks on generated code artifacts?

To run automated quality checks on generated code artifacts, describe the implementation goal and artifacts. The system applies validation checks to each artifact and derives a structured PASS, WARN, or FAIL verdict.

Does the validator work in both subagent mode and user mode?

Yes, the validator works in both subagent mode and user mode. In both modes, it identifies the implementation goal, applies validation checks to artifacts, and returns a structured report with actionable issues.