Something went wrong!
Hang in there while we get back on track
Examples for Acceptance Criteria Generator
Explore real-world examples showing how this skill works with different inputs and outputs.
E-commerce Order Checkout Flow
Multi-step checkout workflow covering cart management, shipping, payment, and order confirmation. Demonstrates handling of complex multi-step processes, inventory race conditions, payment gateway integration, and concurrent purchase scenarios.
Real-Time Document Commenting System
Collaborative commenting feature with real-time synchronization for multiple simultaneous users. Demonstrates comprehensive concurrency handling including optimistic locking, race conditions, conflict detection, presence indicators, offline editing, and state synchronization.
User Profile Edit Feature
Standard CRUD feature for updating user profile fields including name, email, and avatar. Demonstrates comprehensive validation scenarios, file upload handling, server error recovery, and concurrent edit detection.