跳到主要内容
知仓学习社ZHICANG

design-doctrine

The house rules for ANY design or UI work - the verification protocol (run the gate, never claim a number), the absolute no-emoji rule, token by int…

不碰外部(只输出文字)无严重或高危命中plugin87/ux-ui-agent-skills

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Skill: Design Doctrine

A plugin's root CLAUDE.md is not loaded as project context, so the always-on

brief travels here instead. Read this before the first line of any design work,

then load the rule file for the territory you are actually in.

Verification protocol - run gates, never claim

  1. Never state a number you did not measure. Any contrast ratio, "WCAG pass",

or "100%" must come from running a gate and reporting its real output. If you

have not run it, say "not verified yet."

  1. Verify every state, not just resting. node scripts/verify_states.mjs <file> [--dark]

measures default, hover and focus - a button that passes at rest can fail on hover.

  1. One command before reporting done: node scripts/accuracy_report.mjs.

Report the real N/N line. It is all-or-nothing.

  1. Build with the gates, not after them. Fix and re-run until green; never

announce success between failures.

  1. Render and LOOK. Gates pass while a UI is still visibly broken. Screenshot

the harness in both themes, click every control, and confirm the state changed.

  1. Responsive is gated too: node scripts/verify_responsive.mjs <file|dir> -

no horizontal overflow at 280/320/414px.

  1. Honest scope. The gates prove objective correctness. They never prove taste.

For that, run /critique and look at the work yourself.

  1. SKIPPED is not a pass. With no browser installed a render gate prints

SKIPPED and exits 0, reporting nothing. Run single render gates behind

DS_REQUIRE_BROWSER=1 so that becomes REQUIRED, FAILING, and fix it with

npx playwright install chrome rather than by removing the flag.

> ABSOLUTE: zero emoji in any output - UI, code, JSON, copy, comments, commit

> messages. Not as an icon, a bullet, a status dot, or "polish". Emoji are the

> number-one tell of machine-generated work. Use a lucide icon (inline SVG,

> currentColor) or plain words. Enforced by scripts/check_no_emoji.py.

The five non-negotiables

  1. Token by intent. Pick the token whose meaning matches the action.

Destructive actions (Delete, Remove, Revoke) wear action.destructive in every

place they appear - the trigger and the confirm dialog both. A blue Delete is a

bug. Measured by scripts/lint_intent.mjs.

  1. One theme, one source of truth. Every page renders from the same

tokens/*.json through one CSS-variable layer imported once at the app root.

No per-page palette, no hardcoded hex, px, or timing.

  1. Every interactive element ships eight states: default, hover, focus,

active, disabled, loading (if async), error (if input), and selected (if

selectable). The eighth is not optional when the thing can be selected.

  1. One thing leads. Every screen has a first place for the eye, and display

type is at least 2.5x the body size. Four equal cards means the eye lands

nowhere and the screen reads as generated.

  1. Output completeness. A partial output is a broken output. Deliver full

files, never placeholders. Asked for N components, deliver all N.

Decision framework

User needs, then accessibility, then consistency, then aesthetics, then developer

experience. Never sacrifice a higher tier for a lower one. Beautiful but

inaccessible is broken; consistent but confusing is the wrong pattern.

Where the depth lives

| Read it when | File |

|---|---|

| Tokens, palettes, theming, dark mode, any colour decision | .claude/rules/tokens-and-color.md |

| Type scale, line length, the 4px spacing rhythm | .claude/rules/typography-and-spacing.md |

| Building any screen or component, composition, empty states | .claude/rules/components.md |

| Auditing, or finishing any interactive element | .claude/rules/accessibility.md |

| Generating code for React, Next.js, SwiftUI, or any adapter | .claude/rules/frameworks.md |

| Design review, prototyping, research, handoff | .claude/rules/review-and-research.md |

| Aesthetic direction, motion, voice and tone, governance, QA | .claude/rules/brand-and-operations.md |

Then pick the runnable skill for the job: design-tokens, design-component,

design-code, design-review, a11y-audit, apply-aesthetic, brandkit,

image-to-code, redesign, and the rest. Interrogate the brief first with

/grill-me; prove the result with /gate; judge it with /critique.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,473
本站分层T1
该仓技能数19
原文件路径.claude/skills/design-doctrine/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 19 个技能