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