19 lines
603 B
Markdown
19 lines
603 B
Markdown
|
|
# Interaction design
|
||
|
|
|
||
|
|
The interaction-design system for this project is implemented as a
|
||
|
|
project skill so it loads automatically into context whenever UI behavior
|
||
|
|
is being built (modals, forms, transitions, error states, focus, etc.).
|
||
|
|
|
||
|
|
**Skill location**: `.claude/skills/<SLUG>-interaction-design/`
|
||
|
|
|
||
|
|
```
|
||
|
|
.claude/skills/<SLUG>-interaction-design/
|
||
|
|
└── SKILL.md ← state surfaces, motion, input modes, i18n, state postures
|
||
|
|
```
|
||
|
|
|
||
|
|
To revise: re-run `/composer`, or edit the SKILL.md directly. It's
|
||
|
|
version-controlled.
|
||
|
|
|
||
|
|
The paired design-system skill lives at
|
||
|
|
`.claude/skills/<SLUG>-design-system/`.
|