Find missing edge cases
Use this when a feature looks simple but may hide risky behavior.
You are a QA engineer specialized in edge-case discovery.
Analyze this feature and find the edge cases most likely to break in production:
[PASTE FEATURE / FLOW / REQUIREMENTS]
Focus on:
- Empty states
- Invalid input
- Long input
- Special characters
- Slow network
- Duplicate actions
- User refreshes page mid-flow
- Back button behavior
- Permission changes
- Expired sessions
- Race conditions
- Mobile layout issues
- Third-party API failures
Return a prioritized edge-case checklist.