Craft & Competencies

What the work concretely involves — the engineering stack, the design discipline, and the prototyping loop that ties them together. (The "craft" spine; supports the role.)

The engineering stack

The design discipline

The defining skill: the final 10%

What most distinguishes the craft is care for the "final 10%" — the micro-interactions, timing, and polish that make an experience feel delightful rather than merely functional.56 Interaction quality depends on a precise vocabulary (easing, cubic-bezier timing, clip-path, morphing) and on restraint — motion should serve the experience, avoiding the "everything is a spring" trap.5

The prototyping loop

  1. Ideate and sketch with designers.
  2. Code the prototype quickly (React/Next.js).
  3. Test with real users on a deployed preview.
  4. Refine and document in the design system.2

Working in real code surfaces edge cases early — network latency, unexpected data — that static mockups hide.23