dod-validation-cycle

Validate Definition of Done criteria before work-item closure.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Rwb3n/haios --skill dod-validation-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dod-validation-cycle
Source: https://github.com/Rwb3n/haios/tree/main/.claude/skills/dod-validation-cycle
Command: npx skills add https://github.com/Rwb3n/haios --skill dod-validation-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures Definition of Done criteria are validated before a work item is closed, preventing premature closures and reducing post-closure rework.

Core Features & Use Cases

  • CHECK phase verifies prerequisites (plans, tests, memory_refs, and docs) exist and are up-to-date.
  • VALIDATE phase enforces ADR-033 criteria through automated and ground-truth checks, including machine checks and flags for human judgment.
  • APPROVE phase gates closure decisions and returns control to the calling cycle when all criteria pass.

Quick Start

Invoke the skill to start the DoD validation: Skill(skill="dod-validation-cycle")

Frequently Asked Questions about dod-validation-cycle

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

FAQPage Schema
How do I enforce Definition of Done criteria before closing a work item?

To enforce Definition of Done criteria before work-item closure, you can invoke a validation cycle that checks prerequisites like plans, tests, memory references, and documentation, returning a PASS or BLOCK decision to gate the process.

What is a DoD validation gate and how does it work?

A DoD validation gate is an automated checkpoint that applies ground-truth verification and machine checks to validate ADR-033 criteria, ensuring all work-item prerequisites are met before allowing closure.

How do I validate ADR-033 criteria automatically during the close-work cycle?

You validate ADR-033 criteria by triggering a DoD validation cycle that runs automated machine checks and flags items requiring human judgment, returning control to the calling cycle only when all criteria pass.

Can I block work-item closure if test plans or documentation are missing?

Yes, you can block work-item closure when test plans or documentation are missing by using a DoD validation cycle that verifies these prerequisites exist and are up-to-date before issuing an APPROVE decision.

What is the best way to automate quality assurance gates for agile work items?

The best way to automate quality assurance gates for agile work items is implementing a DoD validation cycle that combines ground-truth verification with automated checks to prevent premature closures and reduce rework.

Why does my work-item close prematurely without validating memory references and docs?

Work items close prematurely without validating memory references and docs when no DoD quality gate is enforced, which this validation cycle prevents by verifying all prerequisites before returning an APPROVE decision.