بنقرة واحدة
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