Monday.com AI for design systems — Sneak Peek talk
What the video covers
Elad Mizrahi, Product Design Lead at Monday.com, walks through the exact workflow his team uses to maintain and extend their design system with AI tools. The interview covers how Figma MCP connects design specifications to code, how Cursor generates and updates Storybook components from those specs, and what role Cursor rules play in enforcing accessibility and code quality standards.
Who it’s for
Design system leads and front-end engineers at mid-to-large product teams who are looking for a real-world example of integrating AI into an existing design system pipeline. The workflow demonstrated assumes familiarity with Figma, component-based development, and Storybook.
Key takeaways
-
Figma MCP bridges the specification gap. Mizrahi shows how Monday.com uses Figma MCP to let AI read component structure, spacing, and properties directly from Figma. This replaces the manual process of writing component specs by hand, which was the bottleneck for their team.
-
Cursor specs encode design decisions in a format AI can follow. The team writes detailed component specifications inside Cursor that serve as instructions for AI-generated code. These specs capture not just visual properties but behavior, states, and accessibility requirements. The result is that AI-generated components follow the same standards as hand-coded ones.
-
Cursor rules enforce team-wide quality constraints. Beyond individual component specs, Monday.com uses Cursor rules to define global constraints: accessibility guidelines, naming conventions, and code patterns. These rules apply to every component the AI touches, creating a consistent baseline.
-
The 70% threshold matters. Mizrahi is honest about limits. For complex components, AI gets roughly 70% of the way to production quality. The remaining effort is human review and refinement. Simpler components often ship with minimal human intervention.
-
The workflow freed the team for harder problems. As a large design system team by industry standards, Monday.com found that automating routine component creation and updates let designers focus on more complex, higher-judgment work rather than mechanical implementation.
Worth watching if…
You lead a design system at a product company with multiple engineering teams and want to see a tested integration of Figma MCP, Cursor, and Storybook in production, with honest assessments of where AI succeeds and where it falls short.