workflow-validator

Community

Deterministic validation of artifacts for reliable workflows.

Authormemorysaver
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Validation is essential to ensure outputs meet criteria; this skill runs deterministic checks to confirm artifacts before workflow completion.

Core Features & Use Cases

  • Reads validation.json for current sandbox step criteria
  • Executes deterministic validation logic
  • Returns detailed pass/fail results to drive retries or progression

Quick Start

Manually run the validation script: bun .claude/skills/workflow-validator/scripts/validate.ts <artifact> '<criteria>'.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: workflow-validator
Download link: https://github.com/memorysaver/looplia-core/archive/main.zip#workflow-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository