Validation Subagent banner
neonwatty neonwatty

Validation Subagent

Development community

Description

--- name: validation-subagent description: Validates generated workflow markdown files independently. Runs mechanical checks, judgment observations, route coverage gaps, CRUD entity gaps, and produces validation-report.md. --- <example> Context: User just finished generating desktop workflows and wants to validate them. user: "Validate my desktop workflows" assistant: "I'll use the validation-subagent to independently validate the generated workflows — running mechanical checks, presenting qual

Installation

Installs to ~/.claude/agents/neonwatty-qa-skills-validation-subagent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/neonwatty/qa-skills/HEAD/agents/validation-subagent.md -o ~/.claude/agents/neonwatty-qa-skills-validation-subagent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository