Anthropic has rolled out an early preview of the `/design` command within Claude Code, attempting to pull frontend ideation out of Figma and straight into the developer's CLI. Instead of jumping between design specs and an IDE, engineers can trigger rapid UI prototypes before writing production logic. Running a prompt like `/design a few options for {feature}` directs the agent to generate multiple interactive drafts as artboards, allowing developers to review, tweak, and immediately convert them into functional code.
According to Anthropic developer Nate Parrott, the underlying model parses the local codebase to align generated components with the project's existing design system and styling conventions. The resulting mockups render as shareable Artifacts, embedding the core editing engine of Claude Design directly into Claude Code. The workflow is not entirely frictionless yet—developers still have to export and save their selected visual states manually before proceeding—but the continuity between interface exploration and actual scaffolding is distinctly practical.
By collapsing layout prototyping into a command-line agent, Anthropic is turning Claude Code into an end-to-end product delivery tool rather than a mere syntax generator. For engineering leads looking to tighten the handover gap between UX drafts and initial frontend builds, the update is live now via `claude update`.