Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
Agent templateProduct

UI Designer AI Agent (Template)

A UI designer agent produces design specifications, component definitions, and visual guidance that frontend developers can implement directly. In a fleet, it sits between the product requirements and the implementation: it translates feature descriptions into concrete UI decisions about spacing, typography, interaction states, and component composition.

A role-specific prompt should encode your design system: the token set, the component library, the grid, and the visual principles your product follows. Without this, a generalist agent produces designs that are internally consistent but incompatible with your existing UI.

What this agent owns

  • Translate feature requirements into component-level UI specifications
  • Define interaction states (hover, focus, loading, error, empty) for new components
  • Audit implemented UI against design specs and flag deviations
  • Maintain and extend the design token set as new patterns are introduced
  • Produce annotated specs that frontend developers can implement without follow-up questions

Recommended model: Claude Sonnet

UI specification work is systematic and grounded in the existing design system; Sonnet produces accurate specifications efficiently.

Example tasks

  • Write a component spec for a new empty state illustration and copy
  • Define the interaction states for a multi-select dropdown component
  • Audit a newly implemented settings page against the design spec
  • Propose a consistent spacing pattern for a form layout that currently has inconsistencies
# create an agent from this template, then start it
$ fleet agent create --name ui-designer--vendor claude-code --template <template-name>
$ fleet agent start ui-designer

Find the exact template name with fleet template list.

Run this agent in your fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.