Agent skill · Documentation

ds-validate

Validate analysis outputs against SPEC.md requirements using DQ checks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ds-validate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/ds-validate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

Announce: "Using ds-validate (Phase 3.5) to validate analysis outputs against SPEC.md requirements." ## Contents - [The Iron Law of Validation](#the-iron-law-of-validation) - [Red Flags - STOP Immediately](#red-flags---stop-immediately) - [Key Difference from Dev](#key-difference-from-dev) - [The Process](#the-process) - [Validation Levels](#validation-levels) - [Classification](#classification) - [VALIDATION.md Template](#validationmd-template) - [Gate](#gate) - [Rationalization Prevention](#rationalization-prevention) - [Drive-Aligned Framing](#drive-aligned-framing) - [Phase Transition](#phase-transition) # Output Validation Against SPEC.md Phase 3.5 of the DS workflow (between implement and review). Maps every SPEC.md requirement to an output artifact and runs data quality checks. <EXTREMELY-IMPORTANT> ## The Iron Law of Validation **NO REVIEW WITHOUT VALIDATION. This is not negotiable.** ds-review MUST NOT start until `.planning/VALIDATION.md` confirms all requirements have outputs. Validation is the DS equivalent of test coverage — without it, review is theater. </EXTREMELY-IMPORTANT> <EXTREMELY-IMPORTANT> ## Red Flags - STOP Immediately If You Catch Yourself Thinking: | Thou

What's inside
Steps it walks through
  1. Contents
  2. The Iron Law of Validation
  3. Red Flags - STOP Immediately If You Catch Yourself Thinking:
  4. Key Difference from Dev
  5. Static Analysis (Constraint Check Scripts)
  6. The Process
  7. Step 1: Read Requirements
  8. Step 2: Read Plan
  9. Step 3: Read Learnings
  10. Step 4: Load DQ Check Definitions
  11. Step 5: Dispatch Validation Subagents
  12. Step 6: Write VALIDATION.md
  13. Validation Levels
  14. Classification
Ships with 1 file
  • metadata.json
Commands it runs
bash "${CLAUDE_SKILL_DIR}/../../scripts/check-all-ds.sh" "$(pwd)"
More from claude-skill-registry
All skills →
About this skill
What does the ds-validate skill do?

Validate analysis outputs against SPEC.md requirements using DQ checks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ds-validate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going