From lisa
Acceptance criteria definition. Gherkin user flows (Given/When/Then), error states, UX concerns, and empirical verification from the user perspective.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lisa:acceptance-criteriaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate changes from a non-technical user's perspective. Define acceptance criteria and verify behavior matches requirements.
Evaluate changes from a non-technical user's perspective. Define acceptance criteria and verify behavior matches requirements.
Structure findings as:
## Product Analysis
### User Goal
[1-2 sentence summary of what the user wants to accomplish]
### User Flows (Gherkin)
#### Happy Path
Given [precondition]
When [action]
Then [expected outcome]
#### Error Path: [description]
Given [precondition]
When [action that fails]
Then [error handling behavior]
### Acceptance Criteria
- [ ] [criterion from user perspective]
### UX Concerns
- [concern] -- impact on user experience
### Error Handling Requirements
| Error Condition | User Sees | User Can Do |
|----------------|-----------|-------------|
### Verification Results
For each acceptance criterion:
- **Criterion:** [what was expected]
- **Result:** Pass / Fail / Not Yet Testable
- **Evidence:** [what was observed]
### Out of Scope
- [thing that might be expected but is not part of this work]
npx claudepluginhub codyswanngt/lisa --plugin lisaCreates Given/When/Then acceptance criteria from a user story or feature slice, covering happy path, failure scenarios, and non-functional expectations for engineering and QA handoff.
Transforms ambiguous or high-impact product/engineering changes into scoped, verifiable acceptance criteria before or alongside implementation. Use to de-risk features, migrations, security changes, or agent handoffs.
Analyzes specifications, plans, or feature descriptions for user flows, gaps, and missing requirements before implementation begins.