card_builder_design_for_intent
Recommends a design pattern, template, and checklist for a Home Assistant card based on your free-text intent, domain, or entity ID. Guides you to build the card correctly.
Instructions
Smart picker: given a free-text intent (and optional domain/entity_id), recommend the best design pattern, the underlying template, and a checklist of things the AI client should consider before generating the card.
Combines DESIGN_PATTERNS (the WHY), CARD_RECIPES (the HOW), and
DESIGN_PRINCIPLES (the rules) into one recommendation. The reply
is purposely small — pull richer text via design_principles() or
get_design_pattern(name) if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | ||
| domain | No | ||
| entity_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||