Phase 3 — Validate
Generation does not guarantee correctness.
Validation remains essential.
This phase answers:
Did we build the right thing?
and
Did we build it correctly?
Mini Exercise
Write three validation questions you would ask for one generated feature.
Example
For a product form:
- does it follow the intended component hierarchy?
- do the tests cover the main interactions?
- does the form satisfy the original requirement?