一键导入
design-first
Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | design-first |
| description | Create a Pencil mockup before implementing any UI feature or enhancement. Design first, code second. |
| argument-hint | <feature-description> |
Create a visual mockup in Pencil before writing any implementation code. This ensures alignment on layout, spacing, and UX before committing to code.
Understand the current state
Set up Pencil
get_editor_state() to check the current canvas.pen file with open_document("new") — keep mockups separate from other designsget_guidelines("web-app") for structural design rulesget_style_guide_tags() then get_style_guide(tags) with tags matching coide's aesthetic: dark-mode, devtools, minimal, monospace, webapp, developer, functionalBuild the mockup
batch_design callget_screenshot() after each major section to verify visuallyReview with user
Implement only after approval
Use these unless the style guide suggests otherwise:
#0A0A0A (page), #111111 (panels), #ffffff06 (cards)#1a1a1a, #ffffff0f, #1f1f1f#ffffffcc (primary), #ffffff80 (secondary), #ffffff4d (muted), #ffffff33 (labels)#10B981 (success/active), #3b82f6 (info/running), #ef4444 (error), #f59e0b (warning)Research new Claude Code features, compare against coide's VISION.md, and suggest what to add to the roadmap
Test, commit all changes, move the feature from VISION.md roadmap to SHIPPED.md, update release notes, and push to origin
Fix electron-vite build failures by reading errors and patching the failing files