Двухуровневая валидация планов разработки

testing

vc-validate-findings is a Claude Code skill that defines agent role specs, prompts, and output schemas for the two-layer VALIDATE fan-out used in VALIDATE V2–V3. Layer 1 runs four always-on dimension agents in parallel — infra/setup fit, test coverage, breaking changes, and security surface; Layer 2 runs per-section feasibility agents that check mechanical editability, plan gaps, and conflicts. All findings are synthesized into a net gate verdict of PASS, CONDITIONAL, or BLOCKED, producing the inputs needed to write the validate-contract that gates EXECUTE. Two modes are available: Simple (uses context already in the conversation window) and Deep (loads relevant context groups and existing test files from the repository for higher accuracy). Execution strategy is determined externally by vc-agent-strategy-compare — this skill is fully strategy-agnostic.