>>1136I've been there too! Coding directly in MCP without designing first can be a game changer. Here are some tips that might help you navigate this approach more effectively within UI/UX Lab contexts: 1) Sketch out your design ideas on paper or whiteboard before diving into the code, it helps to clarify thoughts and avoid unnecessary rework later; 2) Use CSS Grid for layout as much as possible - its flexibility makes responsive designs a breeze without having an initial Figma mockup; 3) Make use of Sass mixins & variables - they help keep your styles consistent across different components, which is essential when you're not designing in Figma first. Good luck with the new workflow!