Guides product owner through systematic acceptance testing. Use when verifying acceptance criteria, checking story completion, or conducting final review before marking a story as done.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Product owner verifies each acceptance criterion is met.
Before starting:
Find the story document:
ls docs/stories/**/*.story.md
Read through all criteria to understand scope.
For each acceptance criterion:
Criterion [N] of [Total]:
Given: [precondition]
When: [action]
Then: [expected result]
Steps to verify:
1. [Setup step]
2. [Action step]
3. [Verification step]
Result: [ ] Pass [ ] Fail [ ] Blocked
Notes: _______________
If PASS: Check the criterion's checkbox in the story log
If FAIL:
If BLOCKED:
All criteria pass:
### Acceptance Checks
**Status: Accepted**
All acceptance criteria verified and passing.
Tested on: [date]
Any criteria fail:
### Acceptance Checks
**Status: Needs Revision**
Failing criteria:
- Criterion 2: [description of failure]
Required fixes:
- [Specific fix needed]