Validar
Skill adriannoes/awesome-agentic-ai/cursor-claude-codex/skills/igoruehara-spec-driven/skills/validar
329 agent skills (Cursor, Claude Code & Codex), 5,380 OpenClaw skills, 201 ML notebooks, 7 textbooks, 52 research papers, 17 industry reports for PMs, Designers & Developers.
npx -y skills add adriannoes/awesome-agentic-ai --skill validarAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use AFTER implementing a feature to validate it (UAT) — runs the gates from docs/engineering/TESTING.md, maps each AC-N to its test and flags ACs without coverage, resolves pending SPEC_DEVIATION, checks the Definition of Done, and updates docs/STATE.md. Trigger with /validar.
SKILL.md
2.1 KB, 460 tokens by cl100k_base, as published. Nobody here has run it
Translation note: Originally authored in Portuguese (pt-BR) by Igor Uehara (igoruehara/spec-driven, MIT). Translated to English by this hub to keep the repository language consistent. Original content unchanged in meaning; see the upstream repo for the pt-BR source.
Skill: Validate feature (UAT)
Closes the SDD loop: it proves the implementation satisfies the spec through the executable gate — not by inspection. Run it after implementing (it can be in another session).
Process
- Identify the feature (
specs/NNNN-<name>/) and readspec.md+tasks.md. - Run the gates from
docs/engineering/TESTING.md(and the commands in the Gate column oftasks.md). Claude Code's built-in/verifyhelps validate real behavior. - Map
AC-N → testand show the table; flag any AC without coverage or failing. If the spec has a decision matrix, each row is a test case: check that every row has a matching test (combinations are where bugs slip through the most). - SPEC_DEVIATION: resolve pending ones — either fix the code (the spec wins) or consciously update the spec (and record an ADR if it is hard to reverse). If the "fix vs update" decision has branches (it affects other ACs, boundaries, ADRs), run
/clarificarto close the tree before choosing. - Definition of Done (see
README.md/CLAUDE.md): ACs green per the gate, no open deviation, ADRs recorded, glossary/context-map updated, spec faithful. - Update
docs/STATE.md(next step / decisions) — or run/handoffto wrap up.
Output
A clear verdict: ready to merge or the list of what is missing (AC without coverage, open deviation, pending DoD item). If a validated write MCP is available, offer to update the feature's issue/page.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.