Anthropic released Claude Design ( https://www.anthropic.com/news/claude-design-anthropic-labs ) on April 17, 2026 — a conversational tool for producing prototypes, slides, and marketing collateral, with a design-system import step, a refinement loop, and a Claude Code handoff bundle at the end. Three days later we shipped open-claude-design ( https://github.com/flora131/atomic/tree/main/src/sdk/workflows/builtin/open-claude-design): an open-source replica implemented as a built-in Atomic workflow. Five deterministic phases, the same pipeline ported across three different coding agents (Claude Agent SDK, Copilot CLI, opencode) — roughly 500 lines of typescript orchestration per provider. The full source lives at src/sdk/workflows/builtin/open-claude-design. We didn't rebuild Claude Code to do this. We built a thin harness around it. That distinction is the point of this post. The pipeline Claude Design's UX is a conversation, but underneath it's a pipeline.…