task-validation-loop

Orchestrate parallel validators to verify task list alignment with PRD, architecture, and design system.

41|4|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/etr/groundwork --skill task-validation-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-validation-loop
Source: https://github.com/etr/groundwork/tree/main/skills/task-validation-loop
Command: npx skills add https://github.com/etr/groundwork --skill task-validation-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates an autonomous verification loop that ensures a complete task list and alignment with PRD, architecture, and design system before starting implementation.

Core Features & Use Cases

  • Launches three validators in parallel to assess task completeness and alignment with project specs.
  • Aggregates results, iterates fixes, and re-runs only changed validators to satisfy all criteria.
  • Supports monorepo and single-project setups by resolving project context and specs paths.

Quick Start

Start by loading the project context and trigger three validation agents to assess task completeness and alignment with PRD, architecture, and design system.

Frequently Asked Questions about task-validation-loop

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

FAQPage Schema
How do I validate my task list against PRD and architecture specs?

You can validate your task list by running an autonomous verification loop that checks alignment with PRD, architecture, and design system. It launches parallel validators to assess task completeness and aggregates results to guide iterative fixes.

What is multi-agent validation for task completeness?

Multi-agent validation is an autonomous process that launches three parallel validators to assess task completeness against project specs. It aggregates verdicts and iteratively re-runs changed validators to ensure full alignment before implementation.

How do I automate task alignment checks in a monorepo?

To automate task alignment in a monorepo, use a validation loop that resolves the correct specs path automatically. It evaluates your tasks.md and product_specs directories against architecture specs to produce a combined verdict.

Do I need a complete PRD and architecture.md to run task validation?

Yes, task validation requires a complete task list, PRD, and architecture as prerequisites. The verification loop needs these defined specs in directories like tasks/ and product_specs/ to compare task completeness against project requirements.

What's the best way to fix incomplete task lists before implementation?

The best way to fix incomplete task lists is launching parallel validators that assess alignment with PRD, architecture, and design system. The loop aggregates results, iterates fixes, and re-runs only changed validators to satisfy all criteria.

Why does my task validation loop only run some validators after fixes?

Task validation re-runs only changed validators to efficiently satisfy all criteria after iterative fixes. This optimization prevents redundant checks on unchanged specs while focusing on resolving the specific validation failures identified in the combined verdict.