| name | ui-ux-change-workflow |
| description | Execute Wavecraft UI/UX changes through a practical end-to-end flow: discovery, proposal, implementation, verification, and handoff with minimal-scope commits. |
UI/UX Change Workflow
Use this skill to implement UI/UX changes in ui/ and sdk-template/ui/ with tight scope, predictable verification, and clear handoff notes.
When to use
- New UX behavior, component interaction changes, or layout updates
- Multi-file UI changes requiring clear sequencing
- Any UI update that needs disciplined implementation + verification
Guardrails
- Never edit
docs/feature-specs/_archive/**.
- Do not edit
docs/roadmap.md (PO-owned).
- Use project standards from:
docs/architecture/coding-standards.md
docs/architecture/coding-standards-typescript.md
docs/architecture/coding-standards-css.md
docs/architecture/coding-standards-testing.md
End-to-end workflow
1) Discovery
2) Proposal
3) Implementation
4) Verification
5) Handoff
Practical rules
- Prefer minimal-scope edits over broad refactors during UX delivery.
- Keep behavior and styling changes reviewable in small diffs.
- If scope expands, split into follow-up tasks instead of bundling everything.