Design and code now loop
inside the terminal.
On August 17, 2026, Anthropic shipped a research preview of a "/design" command in Claude Code. It generates UI mockup options without leaving the terminal, ready to build straight into code. The same week, Cursor and GitHub Copilot both expanded their own turf too — worth reading together.
Giving the terminal
a first-draft superpower
On August 17, 2026, Anthropic added a research preview of the "/design" command to Claude Code, THE DECODER reported. The usage is simple: type something like "/design a few options for {feature}". Claude generates several UI options (artboards) in parallel inside the terminal, reading the existing codebase so the mockups match the current UI style.
The results come out as Anthropic's shareable "Artifacts" format, so a developer can pick a favorite on the spot, tweak it, and move straight into implementation. Previously, exploring a UI idea meant opening claude.ai/design (Claude Design, a separate Anthropic Labs product) in a browser, then copying the resulting code back into the terminal. That whole round trip is now gone.
Design is no longer a step after coding —
it's now a move inside the same session.
Three companies expanded
coding-AI turf in one week
/design doesn't mean much read alone. Cursor and GitHub Copilot both announced their own scope-expanding moves around the same time.
Claude Code had just added a built-in browser on July 13 and a Security plugin on July 24 — a steady march beyond "just writing code." /design continues that trend. In the same August 2026 window, Cursor announced its own Git hosting platform, "Origin," and GitHub Copilot shipped "Agent Plugins 1.0," letting a plugin work across multiple agent clients. Design, version control, and cross-agent compatibility — three different angles on the same land grab: major coding-AI vendors racing to own the entire developer workflow, not just code generation. Read that way, /design's real significance becomes clear.
For Anthropic specifically, this also means folding a once-standalone product, Claude Design, directly into its flagship developer product. Rather than launching yet another separate tool, Anthropic is layering capability onto the session developers already live in — a pattern that reads as an attempt to turn Claude Code from a code-generation tool into a hub for the entire development workflow.
Who this matters to,
and how
Engineers
Being able to produce a UI first draft yourself lowers the barrier to screen design for small teams or solo developers without a dedicated designer, speeding up early prototyping.
Designers
With engineers now able to generate a rough first pass, the designer's role could shift somewhat from "producing the first draft" toward reviewing direction and polishing the final result.
Product managers
The gap between an idea and a working screen mockup shrinks. Since this is still a research preview, though, whether the output is production-ready needs a case-by-case judgment call.
The "research preview"
fine print
As explainx.ai's write-up also notes, /design is explicitly a research preview — the command's behavior and output format may still change. The artboards it generates aim to "match" the existing codebase's style, but that's not a guarantee of compliance with a formal design system or accessibility requirements. A human still needs to review the first draft against the actual codebase before it ships, exactly as before.
It's also not a replacement for dedicated design tools like Figma. The goal is to speed up the earliest stage of exploration, not to handle complex design systems at scale — for large products with mature design systems, pairing this with existing specialized tools will likely remain the practical approach.