acceptance-criteria

Installation
SKILL.md

Acceptance Criteria

If you can't test it, you can't ship it. Acceptance criteria make requirements verifiable.

Context

Acceptance criteria bridge the gap between "what we want" (requirements) and "how we verify it works" (tests). They are the contract between product and QA, and the foundation for TDD in the implementation phase.

Inputs

  • requirements-doc -- produced by the preceding skill in the lifecycle
  • spec-doc -- produced by the preceding skill in the lifecycle

Process

Step 1: Choose a Format

Use Given-When-Then (Gherkin) for behavior-driven criteria:

Given [precondition]
Related skills

More from yknothing/prodcraft

Installs
3
First Seen
Apr 20, 2026