ds-validate
Validate analysis outputs against SPEC.md requirements using DQ checks.
npx skills add majiayu000/claude-skill-registry --skill ds-validate --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
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
- Contents
- The Iron Law of Validation
- Red Flags - STOP Immediately If You Catch Yourself Thinking:
- Key Difference from Dev
- Static Analysis (Constraint Check Scripts)
- The Process
- Step 1: Read Requirements
- Step 2: Read Plan
- Step 3: Read Learnings
- Step 4: Load DQ Check Definitions
- Step 5: Dispatch Validation Subagents
- Step 6: Write VALIDATION.md
- Validation Levels
- Classification
bash "${CLAUDE_SKILL_DIR}/../../scripts/check-all-ds.sh" "$(pwd)"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.
