What problem does it solve? Requests like "make it denser" or "more muted" usually produce inconsistent one-off edits: some tokens change, the 8px grid breaks, or a second accent sneaks in. This Skill turns a single design axis adjustment into a deterministic, system-wide transform that respects accessibility and design guardrails. ## Core Features & Use Cases - Seven defined axes: density, hierarchy contrast, radius, elevation, color (saturation/temperature), font weight, and motion energy, each with a bounded ramp of named positions. - Coordinated token updates: moves every affected token across the whole project (not just the visible component), then persists the new position to STYLESEED.md. - Guardrail enforcement: clamps at ramp ends, keeps touch targets ≥44px, preserves a single accent hue, bans dark-mode drop shadows, and re-runs the quality gate (score ≥ 80) after every change. - Use Case: A user says "density denser" on a data-heavy dashboard; the Skill moves spacing, card padding, gaps, and line-height one step down the ramp everywhere, updates the lock file, and re-scores the result. ## Quick Start Ask the assistant to dial one axis, for example: "Use ss-dial to make the interface density denser and re-run the quality gate."