domain-validate

Rerun tests and environment checks to validate work item statuses.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/phyter1/seed --skill domain-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-validate
Source: https://github.com/phyter1/seed/tree/main/.claude/skills/domain-validate
Command: npx skills add https://github.com/phyter1/seed --skill domain-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill verifies that the claimed statuses of work items match their real-time validation results, identifying discrepancies and potential drift.

Core Features & Use Cases

  • Status Consistency Checking: Re-validates work items and compares claimed versus actual statuses to detect drift.
  • Automated Validation: Executes specified commands to test code integrity, operational health, or research outcomes.
  • Use Case: In a software project, run this Skill to confirm that features marked as "passing" still pass tests after code changes, catching regressions early.

Quick Start

Run the Skill to validate all listed work items and identify any status mismatches or drift in your applied project backlog.

Frequently Asked Questions about domain-validate

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

FAQPage Schema
How do I detect status drift in my project backlog?

To validate work item statuses, rerun validation scripts to compare claimed states against actual test results. This process detects status drift by executing code and environmental checks to confirm backlog accuracy.

What is automated validation for work item status consistency?

Automated validation for work item status consistency executes specified commands to test code integrity and operational health. It verifies claimed project statuses match real-time validation results to maintain project quality.

How do I check if completed features still pass tests after code changes?

Check if completed features still pass tests after code changes by running validation scripts that re-execute test suites. This catches regressions early by confirming work items marked as passing match actual test outcomes.

Can I use validation scripts to update my project backlog automatically?

Validation scripts update your project backlog automatically by detecting drift and reflecting actual states. The process updates backlog items based on code and environmental validation command results.

What are the limitations of detecting status drift through rerunning tests?

Limitations of detecting status drift through rerunning tests include dependency on the accuracy of specified validation commands. If environmental checks or test scripts are incomplete, validation may not catch all regressions or discrepancies.