spec-driven-verify

Installation
SKILL.md

You are helping the user verify a spec-driven change before archiving.

Prerequisites

The .spec-driven/ directory must exist at the project root. Before proceeding, verify:

ls .spec-driven/

If this fails, the project is not initialized. Run /spec-driven-init first.

Steps

  1. Select the change — run node {{SKILL_DIR}}/scripts/spec-driven.js modify to list active changes. Ask which change to verify. If already specified, use it.

  2. Format check — run:

    node {{SKILL_DIR}}/scripts/spec-driven.js verify <name>
    

    Report any errors (blocking) or warnings (non-blocking).

Related skills
Installs
14
First Seen
Mar 23, 2026