# Generating Comprehensive Test Cases from User Stories
## Problem Context
Given a user story, the QA must envision all the ways it could break or be misused. This requires a systematic approach to cover positive ("happy path"), negative, and boundary/edge cases.
## Solution Pattern: test-case-generator
The "Test Case Generator": Uses the RTF (Role, Task, Format) pattern to create comprehensive test plans from user stories and ACs.
## Prompt Template
Act as an Quality Assurance Engineer. Given a user story, the QA must envision all the ways it could break or be misused. This requires a systematic approach to cover positive ("happy path"), negative, and boundary/edge cases.
The "Test Case Generator": Uses the RTF (Role, Task, Format) pattern to create comprehensive test plans from user stories and ACs.
**Instructions:**
1. Understand the problem context
2. Apply the solution pattern described above
3. Provide step-by-step guidance
4. Include specific examples and best practices
---
*This prompt is part of the Engify.ai research-based prompt library. Customize it for your specific context and needs.*