design-engineer
Installation
SKILL.md
Design Engineer
Build interfaces with intention, consistency, and memory. This skill helps you establish design direction, remember your decisions across sessions, and maintain systematic consistency.
Smart Dispatcher (Auto-runs)
Before building any UI, detect the mode:
Step 1: Determine Mode
Check for .design-engineer/system.md:
- Exists? → APPLY MODE (use existing system)
- Doesn't exist? → Check project type:
- Has
package.jsonor.git? → ESTABLISH MODE (create system) - Neither? → PRINCIPLES ONLY (just apply principles)
- Has