When to Use
Add this to ensure every user-facing feature generated or modified includes complete workflows from entry to exit, with proper error handling and decision branching.Rule Definition
Name — Preserve User Journey Completeness Description — paste this into the rule description field on the platform:How It Works
- Add this rule to your project on the platform
- Generated user-facing features include complete workflows from entry to exit
- Every decision branch and error path is handled with user feedback
- Multi-step flows include recovery paths for partial failures
- Code review validates that no dead ends or unhandled states exist