# Specful Validate

> Use when checking whether Specful Requirements, Designs, and ADRs pass schema and cross-reference validation, before committing a change to any of them, or when wiring the checks into an agent harness's hooks.

- Skill: `unkos-dev/specful-validate` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add unkos-dev/specful-validate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/unkos-dev/specful-validate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: unkos-dev (https://skillmd.com/u/unkos-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/unkos-dev/specful-validate

---


# Validating Specful artifacts

Run `specful validate $ARGUMENTS` and report the findings; validation authorises no edit. Fix artifacts only when the
user has asked for fixes, and take a fix that changes normative content back to the user for direction rather than
choosing one to make the re-run clean. See `specful validate --help` for its options.

To run the checks automatically from an agent harness, and to ask for a review before pushing artifact changes, follow
[Harness hooks](references/harness-hooks.md).

