CodexMCP 与集成约 2 分钟

Paper 设计经 MCP 进生产

Paper plus Codex to production

要点

  1. 在 Paper 里做设计,再用 MCP 和组件库保持同步,减少设计稿和生产脱节。
  2. 把 Storybook 组件暴露给工程师和代理,Codex 直接复用现成积木而不是重造。
  3. 静态稿表达不了的行为,用评论让 Codex 按注释去写交互。
  4. 这套方法和生产代码里的 Agentation 插件类似,设计意图跟着代码走。
  5. 先打通设计源和组件源,再让代理改行为,比事后对齐视觉债更省。

原帖开头

Favorite design workflow right now is @paper + codex. Instantly closed the gap between what we’re designing and what can be used in production - Design in Paper - MCP to keep it in sync with our component library - Storybook components now usable by other engineers + agents A