Loading...
Loading...
Compare original and translation side by side
1. Scan CSS/Tailwind/styled-components for existing patterns
2. Extract: colors, typography, spacing, border-radius, shadows, breakpoints
3. Research 3 competitor sites for inspiration (via browser MCP)
4. Propose a design token set (JSON + CSS custom properties)
5. Generate DESIGN.md with rationale for each decision
6. Create an interactive HTML preview page (self-contained, no deps)DESIGN.mddesign-tokens.jsondesign-preview.html1. 扫描CSS/Tailwind/styled-components中的现有模式
2. 提取:颜色、排版、间距、边框圆角、阴影、断点
3. 通过浏览器MCP研究3个竞品网站获取灵感
4. 提出设计令牌集合(JSON + CSS自定义属性)
5. 生成包含各决策依据的DESIGN.md文档
6. 创建独立的交互式HTML预览页面(无依赖)DESIGN.mddesign-tokens.jsondesign-preview.html1. Color consistency — are you using your palette or random hex values?
2. Typography hierarchy — clear h1 > h2 > h3 > body > caption?
3. Spacing rhythm — consistent scale (4px/8px/16px) or arbitrary?
4. Component consistency — do similar elements look similar?
5. Responsive behavior — fluid or broken at breakpoints?
6. Dark mode — complete or half-done?
7. Animation — purposeful or gratuitous?
8. Accessibility — contrast ratios, focus states, touch targets
9. Information density — cluttered or clean?
10. Polish — hover states, transitions, loading states, empty states1. 颜色一致性——是否使用统一调色板还是随机十六进制值?
2. 排版层级——是否清晰区分h1 > h2 > h3 > 正文 > 说明文字?
3. 间距节奏——是否采用统一比例(4px/8px/16px)还是随意设置?
4. 组件一致性——相似元素的外观是否统一?
5. 响应式表现——断点处布局流畅还是错乱?
6. 深色模式——是否完整实现还是半完成状态?
7. 动画效果——是否有明确用途还是多余花哨?
8. 可访问性——对比度、焦点状态、触摸目标是否合规?
9. 信息密度——界面是杂乱还是简洁?
10. 细节打磨——悬停状态、过渡效果、加载状态、空状态是否完善?- Gratuitous gradients on everything
- Purple-to-blue defaults
- "Glass morphism" cards with no purpose
- Rounded corners on things that shouldn't be rounded
- Excessive animations on scroll
- Generic hero with centered text over stock gradient
- Sans-serif font stack with no personality- 所有元素都添加多余渐变
- 默认使用紫蓝配色
- 无实际用途的“玻璃态”卡片
- 不该圆角的元素添加圆角
- 滚动时的过度动画
- 通用英雄区:居中文字叠加渐变背景图
- 无特色的无衬线字体栈/design-system generate --style minimal --palette earth-tones/design-system audit --url http://localhost:3000 --pages / /pricing /docs/design-system slop-check/design-system generate --style minimal --palette earth-tones/design-system audit --url http://localhost:3000 --pages / /pricing /docs/design-system slop-check