This skill should be used when a team wants to create or refine the design guidelines document — for example "create the design steering doc", "document our design system", "write the design principles", "document our component patterns", "set up the design guidelines", or "update the design doc". Generates docs/steering/DESIGN.md as a living document capturing design principles, the design system, tokens, component patterns, and accessibility standards. Generated once and refined — not regener…
This skill should be used when a team wants to create or refine the design guidelines document — for example "create the design steering doc", "document our design system", "write the design principles", "document our component patterns", "set up the design guidelines", or "update the design doc".
Generates docs/steering/DESIGN.md as a living document capturing design principles, the design system, tokens, component patterns, and accessibility standards.
Generated once and refined — not regenerated from scratch.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeDeclared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars7
Default branchmain
Open issues0
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Declared agentsclaude-code
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,214 B
docsSUMMARY.md545 B
History
First seen on skills.sh
First recorded snapshot · 52 installs
SKILL.md
Steer Design
Generate or refine docs/steering/DESIGN.md — the design guidelines document. This document is the canonical reference for design decisions, the system in use, tokens, patterns, and accessibility requirements that every designer and implementer must follow.
The shared steering-doc flow (exists-check → research → interview → draft → review → write → wiki sync → continue) lives in ../references/steering-doc-process.md. Follow that process with the skill-specific inputs below.
Responsive breakpoints: Tailwind config, CSS media queries, layout files
docs/steering/VISION.md if it exists — extract any design principles already stated there
Produce a draft of Stack, Tokens, and Component Patterns from research alone where possible.
Step 3 — Gap-topic list
Ask only about items research could not determine. For each unanswered item, call AskUserQuestion (per ../references/questioning-style.md):
Design principles — question: "What 3–5 principles guide every design decision for this product?" / header: "Design principles" / options: pre-fill from VISION.md or any existing design docs.
Design system — question: "What design system are you using? Do you have a Figma library?" / header: "Design system" / options: pre-fill with anything found in the codebase or imports.
Token gaps — question: "Are there tokens not yet defined in code that designers rely on?" / header: "Token gaps" / options: pre-fill with gaps inferred from design-system research.
Responsive strategy — question: "How does the layout adapt across breakpoints?" / header: "Responsive strategy" / options: pre-fill with breakpoints found in the codebase.
Accessibility target — question: "Are there accessibility requirements beyond WCAG 2.1 AA?" / header: "Accessibility target" / options: pre-fill with any existing a11y config found.
Step 4 — Writing rules
Apply strict STE per ../references/ste-writing.md before you write any durable body (shared process Step 4 also requires this).
Tokens must reflect what is actually defined in the codebase. Do not use aspirational values.
Component patterns reference real component paths where they exist.
Accessibility section always includes the baseline rules from the project's CLAUDE.md (if present) plus any additions.
Principles are written as design directives. They are not engineering constraints.
Step 8 — Continue options
{label: "Create QA.md", description: "Run wtf.steer-qa to document the QA standards"}
{label: "Create TECH.md", description: "Run wtf.steer-tech to document the technical guidelines"}
{label: "Create VISION.md", description: "Run wtf.steer-vision to document the product vision"}
{label: "Stop here", description: "Exit — no further action"}