generate-design-from-ui

Convert functional graph scenarios into a design graph from UI source code.

2|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill generate-design-from-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-design-from-ui
Source: https://github.com/accionlabs/breezeai-claude-plugin/tree/main/skills/generate-design-from-ui
Command: npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill generate-design-from-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts functional graph scenarios into a design graph by reading the actual UI code.

Core Features & Use Cases

  • Reads real UI source to derive UserJourneys, Flows, Pages, and Components based on functional scenarios.
  • Maps scenario steps and actions to design nodes so designs stay in sync with implementation.
  • Supports multi-modality flows and non-human persona filtering to focus on UI-driven design.

Quick Start

Launch with the UI repository path to start generating a design graph from existing functional scenarios and the UI code.

Frequently Asked Questions about generate-design-from-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a design graph from existing UI source code?

To generate a design graph from UI source code, you can launch this Skill with your UI repository path. It reads the actual frontend code and converts functional graph scenarios into a design graph by mapping scenario steps and actions to design nodes.

What is UI code analysis for frontend design flow discovery?

UI code analysis for frontend design flow discovery is the process of reading real UI source trees to derive UserJourneys, Flows, Pages, and Components. It ensures your design mappings stay in sync with the actual implementation by analyzing functional scenarios.

Do I need a Breeze MCP project context to map scenarios to design nodes?

Yes, you need a Breeze MCP project context to map scenarios to design nodes. The Skill requires this context to retrieve scenario steps and actions, perform bulk updates on design nodes, and apply blocklist checks to ensure only human persona scenarios are processed.

Can I filter out non-human persona scenarios when converting flows into design graphs?

Yes, you can filter out non-human persona scenarios when converting flows into design graphs. The Skill applies blocklist checks during the conversion process to ensure that only human persona scenarios are processed for UI-driven design mapping.

How do I map multi-modality flows and scenario steps to frontend design components?

You can map multi-modality flows and scenario steps to frontend design components by scanning UI source trees across web apps. The Skill reads the actual UI code to extract Pages and Components and maps them directly to functional scenario steps using bulk design node updates.

What are the limitations of deriving UserJourneys and Pages from real UI code?

Limitations of deriving UserJourneys and Pages from real UI code include the requirement for a Breeze MCP project context and a pre-existing functional graph. Additionally, the Skill only processes human persona scenarios after blocklist filtering, limiting its scope to UI-driven design workflows.