Predictable Feature Generation
Predictability becomes even more valuable at feature level. Requirement:
Create Product Management.
The AI should consistently generate:
- Domain: Commerce
- Subdomain: Product Management
- Model: ProductModel
- Service: ProductService
- State: ProductState
- API: ProductApi
- UI: ProductForm, ProductCard, ProductList, ProductPage
This structure should appear every time, regardless of who generates it.
Mini Exercise
Describe one feature using domain, state, API, and UI structure before asking AI to implement it.
Example
For product management:
- domain: Commerce
- state: ProductState
- API: ProductApi
- UI: ProductForm, ProductList, ProductPage