원클릭으로
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 직업 분류 기준
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
| 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)