Skip to content
Workflows / 32

Repeatable loops
for design-agent
work.

Documented operating loops: when to use them, how to brief them, the orchestration pattern behind them, runnable sample code, and real design and research cases.

Category 01

Design
workflows

Choose an operating loop, inspect its review gates, and adapt the runnable pattern to your own project.

01

Design System Audit at Scale

A workflow that fans out one agent per component or screen to find token drift, spacing inconsistency, duplicated patterns, and undocumented variants, then aggregates everything into a prioritized drift report.

Difficulty
Intermediate
Pattern
Dynamic workflow fan-out
Read the workflow guide
02

Visual QA Regression Sweep

A dynamic workflow that captures every key page, state, and viewport, fans out one compare agent per page, merges the findings, and drives fix passes until the whole product matches the approved design again.

Difficulty
Intermediate
Pattern
Dynamic workflow with capture and compare agents
Read the workflow guide
03

Screenshot-to-Implementation Parity

A single-agent build loop that turns a reference screenshot or Figma export into working code by extracting a spec first, building against it, and refusing to call the screen done until a parity check against the reference passes.

Difficulty
Intermediate
Pattern
Single-agent build loop with parity gate
Read the workflow guide
04

Design Token Migration

A workflow for migrating hard-coded values and legacy tokens to a new token set across hundreds of files, with a script that loops per-file agents, a reviewer agent on every diff, and a visual QA recapture at the end.

Difficulty
Advanced
Pattern
Dynamic workflow with per-file agents
Read the workflow guide
05

Accessibility Sweep

A codebase-wide accessibility audit that combines static checks with agent judgment, ranks findings by severity, and applies fixes in passes that are re-verified before anything is called done.

Difficulty
Foundation
Pattern
Subagent fan-out with severity gates
Read the workflow guide
06

Multi-Direction Concept Exploration

A parallel-agent workflow that drafts three to five genuinely distinct design directions from one brief, forces an adversarial critique stage where agents score each other's work against explicit criteria, and hands a human a comparable set of options instead of one early draft.

Difficulty
Advanced
Pattern
Parallel agents with adversarial critique
Read the workflow guide
07

Design QA on Every PR

A saved Claude Code workflow command that runs design QA on every branch that touches UI: build the preview, capture only the changed screens, diff against main, check tokens and accessibility on the changed components, and produce a findings comment ready to paste into the pull request.

Difficulty
Advanced
Pattern
Saved workflow command per branch
Read the workflow guide
08

Design Handoff and Spec Generation

A subagent fan-out that turns approved designs into developer-ready specs: layout redlines, token mapping, interaction states, accessibility annotations, edge cases, and acceptance criteria, assembled into one handoff packet and reviewed from a developer's perspective before it ships.

Difficulty
Intermediate
Pattern
Subagent fan-out per screen
Read the workflow guide
09

Component Documentation Generation

A dynamic workflow that generates and refreshes design system documentation from the source of truth — component code, tokens, and real usages across the product — with one agent per component and a consistency agent enforcing a shared template and voice.

Difficulty
Intermediate
Pattern
Dynamic workflow with per-component agents
Read the workflow guide
10

Design System Contribution Intake

A repeatable intake pipeline for new component and pattern proposals: an overlap agent checks whether the need is already covered, an impact agent estimates adoption, a spec agent drafts the API and accessibility requirements, and a review packet goes to the design system council to decide.

Difficulty
Advanced
Pattern
Staged workflow with overlap and impact agents
Read the workflow guide
11

Interactive Prototype Sprint

A half-day loop that turns a brief and a design harness — tokens, components, sample data — into a clickable coded prototype, fans out variants only where the design question genuinely differs, and packages everything behind an index page for testing sessions.

Difficulty
Foundation
Pattern
Single-agent build loop with variant fan-out
Read the workflow guide
12

Design Ops Reporting

A recurring workflow that assembles the design ops evidence teams currently gather by hand — design system adoption, QA debt trends, review throughput, and contribution backlog — into one report where every number links to how it was computed.

Difficulty
Intermediate
Pattern
Saved workflow command on a reporting cadence
Read the workflow guide
13

Localization Readiness Review

A pre-localization review that finds the internationalization risks hiding in UI and code — hard-coded strings, fragile layouts, formatting assumptions, and RTL gaps — before translators and in-market reviewers ever see the product.

Difficulty
Intermediate
Pattern
Subagent fan-out per surface and locale risk
Read the workflow guide
Category 02

UX
workflows

Choose an operating loop, inspect its review gates, and adapt the runnable pattern to your own project.

14

Heuristic Evaluation at Scale

A workflow for running a structured heuristic evaluation across every key flow of a product at once, with one agent per flow working from screenshots and the live build, and a merge agent that dedupes and ranks the candidate violations for human severity review.

Difficulty
Foundation
Pattern
Subagent fan-out per flow
Read the workflow guide
15

Usability Test Prep and Synthesis

A two-stage workflow that prepares a usability study — research questions, test plan, tasks, screener, discussion guide, prototype check — and then synthesizes the sessions afterwards, with one coding agent per session, a synthesis merge, and a challenge pass that hunts for over-claims.

Difficulty
Intermediate
Pattern
Two-stage workflow: prep loop and synthesis fan-out
Read the workflow guide
16

Journey Mapping from Product Data

An evidence-based journey mapping workflow: per-source agents extract moments and signals from analytics, tickets, session notes, and interviews, a synthesis agent assembles stages with every claim linked to its evidence, and a challenge agent flags the stages where the evidence is too thin to trust.

Difficulty
Advanced
Pattern
Dynamic workflow with evidence agents
Read the workflow guide
17

Service Blueprint from Research Data

A workflow for assembling a service blueprint — customer actions, frontstage, backstage, support processes, and evidence — from research repositories, support tickets, ops runbooks, and stakeholder notes the organization already has, so the validation workshop starts from a draft instead of a blank wall.

Difficulty
Advanced
Pattern
Dynamic workflow with evidence and lane agents
Read the workflow guide
18

IA Audit and Card Sort Analysis

Two connected loops for information architecture work: an audit that crawls the navigation and content inventory with one agent per section, and a card sort and tree test analysis stage where agents compute agreement and label confusion while a human IA designer judges the tradeoffs.

Difficulty
Intermediate
Pattern
Subagent fan-out per section plus analysis stage
Read the workflow guide
19

Cognitive Walkthrough at Scale

A workflow for running structured cognitive walkthroughs across many tasks and personas at once: each agent steps through one task with one persona's knowledge level, answers the four classic walkthrough questions at every step with screenshot evidence, and a merge agent groups failure points by screen so the team sees where journeys break.

Difficulty
Foundation
Pattern
Per-task walkthrough agents with merge stage
Read the workflow guide
20

Stakeholder Workshop Prep

A staged workflow that prepares a design or discovery workshop from material that already exists: an evidence pack with sources, a stakeholder map, a timed agenda with facilitation notes, and ready-to-use templates — all reviewed and owned by the facilitator.

Difficulty
Foundation
Pattern
Staged workflow: evidence pack, agenda, and materials agents
Read the workflow guide
Category 03

Research
workflows

Choose an operating loop, inspect its review gates, and adapt the runnable pattern to your own project.

21

Deep Design Research

A workflow for using Claude Code's bundled /deep-research dynamic workflow to answer design questions with cross-checked, cited evidence: competitive teardowns, pattern research, accessibility standards, and platform conventions.

Difficulty
Foundation
Pattern
Dynamic workflow with cross-checked sources
Read the workflow guide
22

User Research Synthesis

A workflow for turning a folder of interview transcripts, support tickets, or survey answers into coded themes, evidence-linked insights, and an opportunity map, with one agent per transcript and a challenge agent hunting for over-claims.

Difficulty
Intermediate
Pattern
Dynamic workflow with per-transcript agents
Read the workflow guide
23

Competitive Teardown

A workflow for tearing down competitor products by walking them — screenshots, flows, pricing, positioning, and onboarding collected into per-competitor evidence folders — then extracting patterns into a comparison matrix, a pattern library, and a list of opportunity gaps.

Difficulty
Intermediate
Pattern
Dynamic workflow with per-competitor agents
Read the workflow guide
24

Content and UX Writing Audit

A workflow for sweeping product copy across buttons, empty states, errors, onboarding, and emails against a content style guide, with one agent per surface and findings merged into a terminology map and a prioritized fix list.

Difficulty
Foundation
Pattern
Subagent fan-out per surface
Read the workflow guide
25

Survey Design and Analysis

A two-stage workflow where a critique loop stress-tests the survey before anyone answers it, and a fan-out of analysis agents computes distributions, cross-tabs, and open-text themes from the export — with every number produced by code the agents run, never estimated by the model.

Difficulty
Intermediate
Pattern
Two-stage workflow: design critique loop and analysis fan-out
Read the workflow guide
26

Experiment Design and Results Readout

A staged workflow for designing A/B and multivariate experiments properly — hypothesis from evidence, sample size from a script, ship criteria agreed before launch — and producing honest readouts where a skeptic agent attacks the analysis before the team sees it.

Difficulty
Advanced
Pattern
Staged workflow with adversarial review
Read the workflow guide
27

Funnel and Drop-off Diagnosis

A workflow that connects funnel numbers to the screens behind them: analytics agents compute step conversion and segment differences with scripts, walkthrough agents inspect the actual UI at the biggest drop-off points, and the output is a ranked list of evidence-linked hypotheses — never a causal claim from correlational data.

Difficulty
Intermediate
Pattern
Dynamic workflow combining analytics and walkthrough agents
Read the workflow guide
Category 04

Agency & Marketing
workflows

Choose an operating loop, inspect its review gates, and adapt the runnable pattern to your own project.

28

Brand Campaign Concept Sprint

A parallel-agent workflow that turns one client brief into three to five campaign territories developed by separate concept agents, runs every territory through adversarial critique against the brief, brand guidelines, audience insight, and legal constraints, and hands the creative director a scored shortlist instead of one early idea.

Difficulty
Intermediate
Pattern
Parallel concept agents with adversarial critique
Read the workflow guide
29

Multi-Channel Asset Production

A dynamic workflow that turns one approved master concept into a full matrix of channel assets — web hero, email module, paid social sizes, display banners, in-app banner — built by per-asset agents from a channel spec matrix, with every asset passing a brand-compliance gate before a human review board sees it.

Difficulty
Advanced
Pattern
Dynamic workflow with per-asset agents and a brand gate
Read the workflow guide
30

Landing Page and CRO Audit

A fan-out workflow that audits a landing page section by section — hero, social proof, pricing, form, footer — from screenshots and the DOM, checks message clarity, hierarchy, trust, friction, accessibility, and analytics gaps, and produces a prioritized backlog of test hypotheses rather than promised conversion wins.

Difficulty
Foundation
Pattern
Subagent fan-out per page section
Read the workflow guide
31

Brand Identity System Build

A staged workflow that turns an approved identity direction into a usable system: contrast-checked design tokens, a living guidelines document, proof-of-concept applications built as code, and a consistency report — with the creative director reviewing every stage gate.

Difficulty
Advanced
Pattern
Staged workflow from direction to usable system
Read the workflow guide
32

SEO Content Brief Research

A research workflow that produces evidence-based content briefs for writers: per-query agents study what currently ranks and why, an intent agent classifies what searchers want, coverage and sources agents map the gaps and the references — and the writer and SEO lead make the calls.

Difficulty
Foundation
Pattern
Dynamic workflow with cross-checked SERP and intent agents
Read the workflow guide
Open source

Code samples
live in the open.

Public companion repository with runnable scripts, prompts, dynamic workflow code, and packet templates for every workflow in this library.