AI and Figma Workflows

AI and Figma Workflows

This page links to all the resources in the “AI will upend your process for the better”.

The presentation

 

 

Vibe Coders

The following are links to resources that make vibe coding easier:

Mocking

Using mocks make it easier for an agent to build a prototype because it doesn’t have to implement the change in the backend and database.

The following initializes a mock app for mock service worker:https://github.com/bitovi/convey-app-template/blob/9e6cb793015272e3b49fdf126f7b8fdfa82e616c/.github/skills/init-mock-app/SKILL.md

Data Model

When mocking, you want to keep your data model

https://github.com/bitovi/convey-app-template/blob/9e6cb793015272e3b49fdf126f7b8fdfa82e616c/.github/skills/update-data-model/SKILL.md

Design Consistency

Visual Communication

Branch Builds

 

Local Agent Orchestrators

Code to Figma

Asking Questions / Writing Stories

Implementation

 

Cloud Agent Orchestrators

Cloud Agents

Lets you run a agent in the cloud … with access to MCP and your codebase

Jira To Cloud Copilot Setup

Asking Questions / Writing Stories / Implementation

Reuses the Local Agent skills above, run via the cloud setup.

Reference