feat: add ce:design skill -- visual design creation between plan and work#287
feat: add ce:design skill -- visual design creation between plan and work#287ritvikvarghese wants to merge 2 commits intoEveryInc:mainfrom
Conversation
Adds a new skill that fills the gap between /ce:plan and /ce:work by enabling visual design creation and approval before implementation begins. Supports Paper, Pencil, Figma, Sketch, and Penpot through runtime tool detection with graceful fallback to text wireframes when no design tool is available. Complements existing design agents (design-iterator, design-implementation-reviewer, figma-design-sync) which handle review/sync -- this skill handles creation. 🤖 Generated with Claude Opus 4.6 via [Claude Code](https://claude.com/claude-code) + Compound Engineering v2.40.3 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…eference - Replace shell `ls -t | head` with native file-search/glob tool guidance - Use "load the skill" semantic wording for frontend-design reference Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
This is cool, thank you. We already have some design things, but let me look at it and see if we can consolidate everything. I want to make some improvements to the design side, so this is great. I've been using it a lot for design lately. What are your favorite flows for design? |
|
hey Kieran, thank you! the workflow i use the most is CLI, claude code to paper. usually like to see the UI in paper first and give feedback to claude on what to change. I assumed people might be using other design tools, so integrated those as well. |
|
I think the key thing for this skill is what shape it takes in compound engineering. Thre are many ways to approach this including the way you have with the various MCPs. I've been fond lately of having the frontier models do the work directly without MCPs, but there's likely a multipronged approach to take here which gives a lot of flexibility to work in the way that someone wants. But we have to thread the needle carefully. |
Capture independent evaluations of the ce:design skill contribution (PR #287) to inform iteration decisions on this branch.
Summary
ce:designskill that fills the pipeline gap between/ce:planand/ce:workdesign-iterator,design-implementation-reviewer,figma-design-sync) -- those handle review/sync, this handles creationWhat's included
6 new files, zero modifications to existing files:
Design decisions
/ce:workCompliance
namematches directory name (ce-design/ce:design)descriptiondescribes what + when to usecompound-engineering:design:*)Test plan
--plugin-dirand verify/ce:designappears in skill listgrep -E '(references|assets|scripts)/[^]+' skills/ce-design/SKILL.md` returns nothing🤖 Generated with Claude Code