Ask the user:
1. What type of data does the API return?
2. Are all items the same type (static) or different types (dynamic)?
3. What fields should appear in the card?
4. Should there be actions (e.g., "View Details")?
5. Are there multiple states or categories requiring different templates?
Then generate:
Appropriate response_semantics configuration
Static template, dynamic templates, or both
Proper data binding with conditional rendering
Responsive single-column layout
Test scenarios for validation