design-flow

Automate UI design workflows from specifications to production HTML pages.

Updated Feb 27, 2025
One-click install
npx skills add https://github.com/tuanemuy/dotfiles --skill design-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-flow
Source: https://github.com/tuanemuy/dotfiles/tree/main/config/claude/skills/design-flow
Command: npx skills add https://github.com/tuanemuy/dotfiles --skill design-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Design teams often struggle to translate textual specs into cohesive UI designs and consistent HTML outputs across multiple review cycles. This skill automates the end-to-end workflow from specification and plan artifacts to tokenization, draft visuals, production pages, and review artifacts, reducing manual coordination and rework.

Core Features & Use Cases

  • Transform spec artifacts (spec/index.md, spec/pages/index.md) into a staged UI design workflow across phases.
  • Generate HTML design drafts, tokens, and final design pages, along with structured review records in spec/design/.
  • Integrate design references and guidelines to ensure consistency and traceability from concept to delivery.

Quick Start

Start by preparing your spec and page inventories, then invoke the design-flow skill to generate the initial Phase 1 drafts.

Frequently Asked Questions about design-flow

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

FAQPage Schema
How do I convert design specs into HTML drafts automatically?

You can convert design specs into HTML drafts by using a phase-driven pipeline that processes spec/index.md and spec/pages/index.md to generate tokenized design outputs and draft HTML files stored under spec/design/.

What is the best way to manage UI design tokens across multiple review cycles?

Managing UI design tokens across review cycles is handled by defining them in spec/design/tokens.md, ensuring consistent visual application from draft HTMLs through to final production pages.

Can I generate production HTML pages from markdown specifications?

Yes, you can generate production HTML pages from markdown specifications by running the staged workflow that transforms spec artifacts into draft visuals, applies design references, and outputs final pages.

Does the design workflow support structured review artifacts for UI projects?

The design workflow supports structured review artifacts by generating and storing review records within the spec/design/ directory throughout its multi-phase pipeline, ensuring traceability from concept to delivery.

How do I integrate design references into a UI HTML generation workflow?

You integrate design references into the UI HTML generation workflow by applying optional reference guidelines during the pipeline, which ensures implementation consistency and traceability across all generated drafts and pages.

Do I need pre-existing page inventories to start the UI design workflow?

Yes, you need pre-existing page inventories such as spec/pages/index.md and spec/index.md as starting inputs, because the workflow reads these specification artifacts to initialize the first phase of design drafts.