.agents/skills/ux-audit/references/example/self-learning-create.md
Layers: L1 ✅ · L2 desktop dark ✅ · L3 forward journey partial.
| Pattern | Rating | Evidence |
|---|---|---|
| Modal Panel | ✅ | Imperative base-ui modal (CreateDomainModal.tsx:97-105). |
| Forgiving Input | ✅ | One natural-language brief becomes an editable draft (:26-89). |
| Preview | ✅ | Parsed name/filter appear before Create (:53-70). |
| Prominent Done | ✅ | Continue/Create is the sole primary action (:80-89). |
| Draft safety | — | State is in-memory and maskClosable is true (:29-31, :101). |
try/catch/finally reports the error and leaves the draft intact (:33-45).