# ui_vs_validation_separation > UI visibility does NOT define validation scope. - Author: moheban - Repository: moheban/codexskills - Version: 20251229093152 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/moheban/codexskills - Web: https://mule.run/skillshub/@@moheban/codexskills~ui_vs_validation_separation:20251229093152 --- # Skill: UI Visibility vs Validation Scope Separation UI visibility does NOT define validation scope. Validation scope is defined ONLY by: - The active workflow - The active workflow schema UI helpers may improve user experience but must never be relied upon for correctness or validation gating.