Optimizing the Path From Design to Production in Engineering Workflows

Bookmark
Rate this content

In this talk we will cover how using design patterns in Figma can optimize agentic coding workflows, allowing you to stay in the driver seat while deferring the tedium to LLMs.

This talk has been presented at React Summit US 2025, check out the latest edition of this React Conference.

FAQ

A developer advocate at Figma is a practitioner who works to create value for people using Figma's products, often by engaging with teams about bringing ideas to production across the product development lifecycle.

Exploration is crucial as it serves as a playground for ideating different solutions to problems, allowing flexibility and creativity without being constrained by specifics.

Figma uses design systems, variables, and design tokens to bridge the gap between design and code, ensuring a smoother transition from representation to production.

AI tools in Figma help automate repetitive tasks, allowing more time for intentional design efforts, and enhance the transition from design to code through tools like Code Connect and LLMs.

Design systems in Figma help communicate design intent, ensure reusability, and provide a structured approach to integrating designs with code, improving developer handoff.

The Model Context Protocol is a standard in Figma that allows context to be passed directly to AI tools, facilitating better integration and application of designs in production.

Code Connect links specific code component patterns with Figma components, enhancing the visibility and integration of design elements in the codebase, thus improving the developer workflow.

Agentic coding tools refer to coding tools like VSCode and Copilot that provide context for LLMs to write code in a way that matches a team's existing codebase and conventions.

Figma leverages AI by providing rich design context and using tools like Get Design Context to enable LLMs to generate code that aligns with design systems and existing code conventions.

According to Figma, focusing on design allows teams to explore and refine ideas deeply, ensuring that products are not only developed faster but also with greater intent and quality.

Akbar Mirza
Akbar Mirza
7 min
18 Nov, 2025

Comments

Sign in or register to post your comment.
Video transcription, chapters and summary will be available later.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

The Whimsical Potential of JavaScript Frameworks
React Summit US 2023React Summit US 2023
28 min
The Whimsical Potential of JavaScript Frameworks
Top Content
Watch video: The Whimsical Potential of JavaScript Frameworks
The speaker discusses the whimsical and detailed work of Stripe, particularly their interactive and dynamic pages. They explain the use of React for building whimsical details and tracking mouse position. The speaker introduces React Spring for smooth animation and React3 Fiber for creating a 3D egg model. They also mention the use of Framer Motion and React server components for animating CSS properties.
AI + UX: Product Design for Intelligent Experiences
C3 Dev Festival 2024C3 Dev Festival 2024
28 min
AI + UX: Product Design for Intelligent Experiences
Premium
AI design challenges include bias, safety, and security. Trust and transparency are important in AI. Design principles for AI include user control, fighting bias, and promoting good decision-making. AI can enable the design process and investors expect to see it included in products. AI empowers individuals to create and share ideas, but managing expectations is crucial.
Domain Driven Design with Vue Applications
Vue.js London 2023Vue.js London 2023
14 min
Domain Driven Design with Vue Applications
Top Content
Welcome to this talk on domain-driven design in Vue.js application. Today we are going to look into domain-driven design, its benefits and how it works with Vue.js domain-driven design versus the MVVM model. Vue.js thrives in domain-driven design, a design approach that models software to match a domain. DDD emphasizes understanding business logic and creating a domain that reflects the language and concepts. Integrating DDD in Vue.js offers benefits such as effective modeling of complex business domains, structured code reflecting domain logic, and easier onboarding and ownership.
Proven Pinia Patterns
Vue.js London 2023Vue.js London 2023
20 min
Proven Pinia Patterns
Top Content
Pinnia is a lighter, more modular state management solution for Vue apps, offering consistent patterns, TypeScript support, and an intuitive developer experience. PINIA encourages splitting state into manageable domains, improving code splitting, type inferences, team collaboration, and debugging clarity. Pinia provides flexibility in accessing and mutating state, with different approaches for option and setup stores. It also offers features like patch, reset, and onAction methods. Vue Mastery offers comprehensive Pinnia courses and resources for fast learning.
Component Design Patterns
Vue.js London 2023Vue.js London 2023
18 min
Component Design Patterns
The Talk covers clean components and when to create new components, as well as patterns for writing cleaner components and the benefits of VIP patterns. Refactoring and separating code into separate components can make it shorter and easier to read, reducing complexity. The importance of not repeating oneself and the benefits of using smaller components for performance and developer experience are discussed. Composables can help extract logic in large and complex components, and patterns can be incorporated into component libraries and design systems.
Building Figma’s Widget Code Generator
React Advanced 2022React Advanced 2022
19 min
Building Figma’s Widget Code Generator
This Talk introduces Figma's Widget Code Generator and demonstrates how to build a FigJam widget using it. The speaker discusses the implementation of voting functionality, avatar functionality, and remove vote functionality. They also explain how the Widget Code Generator plugin works and how to access properties and modify names using the Figma plugin API.