shamt-validation-loop

Automate artifact validation with the Shamt validation loop protocol.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-validation-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shamt-validation-loop
Source: https://github.com/MizunoPK/shamt-ai-dev/tree/main/.claude/skills/shamt-validation-loop
Command: npx skills add https://github.com/MizunoPK/shamt-ai-dev --skill shamt-validation-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Runs the Shamt validation loop protocol on any artifact (spec, plan, guide, design doc, code). Tracks consecutive_clean, enforces the clean-round definition, runs adversarial self-check every round, and exits only after a primary clean round followed by 2 independent Haiku sub-agent confirmations.

Core Features & Use Cases

  • Enforces consecutive_clean tracking and clean-round validation across artifacts.
  • Performs adversarial self-check and requires two independent Haiku sub-agent confirmations.
  • Applies to specs, implementation plans, guides, design docs, and code within Shamt projects.
  • Integrates with governance guides like validation_loop_master_protocol.md and severity_classification_universal.md for consistent decisions.

Quick Start

Use the shamt-validation-loop skill to start validating a target artifact.

Frequently Asked Questions about shamt-validation-loop

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

FAQPage Schema
How do I automate artifact validation for specs and design docs?

The Shamt validation loop protocol automates artifact validation by enforcing multi-round re-reads, dimension checks, and adversarial self-checks across specs, plans, guides, design docs, and code within your project.

What is an adversarial check in quality assurance validation loops?

Adversarial checks in validation loops perform rigorous self-assessments every round to proactively identify potential flaws in artifacts before progressing to sub-agent confirmations and final approval.

How do I enforce consecutive clean rounds during quality assurance testing?

Enforcing consecutive clean rounds requires tracking the consecutive_clean metric throughout the validation loop and exiting only after a primary clean round is confirmed by two independent Haiku sub-agents.

Can I use this validation loop protocol for software code and implementation plans?

Yes, the validation loop protocol applies to software code, implementation plans, specs, guides, and design docs within any project, performing tool-based verification and recording validation logs for consistent quality decisions.

What are the limitations of relying on sub-agent confirmations for artifact validation?

The validation loop requires completing a primary clean round before initiating dual Haiku sub-agent confirmations, meaning the protocol cannot exit early and demands full multi-round processing to ensure rigorous quality assurance.