Turn vague taste, screenshots, URLs, product notes, or "make it feel like this" references into a grounded DESIGN.md plus an implementation handoff. Use it before prototypes, decks, redesigns, or image remix work when the user needs a reusable visual direction rather than a one-off prompt.
Use this skill when the user has taste signals, references, or a rough "like this" request and needs a reusable design contract before generation. The goal is not to write a longer prompt. The goal is to make design decisions explicit enough that a later prototype, deck, redesign, or image-remix run can execute without guessing.
Create three files:
DESIGN.md — the reusable visual direction, following OpenDesign's
standard nine-section design-system shape.design-contract.md — the decision record: evidence used, keep/change
boundaries, rationale, risks, and quality gate.implementation-handoff.md — concise build instructions for the next
artifact-producing skill or coding agent.If a preview is useful, also create example.html as a small hand-built
contract preview. Do not make it the main deliverable.
DESIGN.md,
brand docs, image artifacts, or user notes. If evidence is missing, say so
and base the contract on the brief only; do not invent brand facts.Keep: qualities to preserve, such as density, composition, material,
typography rhythm, color temperature, or motion attitude.Change: subject matter, copy, brand marks, exact layout, protected
assets, and anything the user wants adapted.Do not copy: literal screenshots, logos, claims, pricing, proprietary
UI, or exact prompt wording from examples.DESIGN.md. Use these nine headings exactly:
## 1. Visual Theme & Atmosphere## 2. Color## 3. Typography## 4. Spacing & Grid## 5. Layout & Composition## 6. Components## 7. Motion & Interaction## 8. Voice & Brand## 9. Anti-patternsdesign-contract.md. Include:
observed, provided, inferred)implementation-handoff.md. Keep it short and operational:
references/checklist.md and satisfy every P0 gate
before final handoff.Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/reference-design-contract · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/reference-design-contract" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/reference-design-contract" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/reference-design-contract
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.