What problem does it solve? Teams building interfaces in a neobrutalism style often lack consistent, opinionated guidance, leading to inconsistent spacing, low-contrast text, and ad-hoc component states. This Skill turns the neobrutalism design language into concrete, testable rules that engineers and designers can apply directly. ## Core Features & Use Cases - Design Token Foundations: Provides the full token set including colors (primary #FDC800, secondary #432DD7), typography (Inter, JetBrains Mono, 13/15/17/21/27/35 scale), and spacing (4/8/12/16/24/32). - Component-Level Rules: Defines anatomy, variants, and required states (default, hover, focus-visible, active, disabled, loading, error) with keyboard, pointer, and touch behavior. - Accessibility & QA Gates: Enforces WCAG 2.2 AA with testable acceptance criteria, anti-patterns, migration notes, and a code-review QA checklist. - Use Case: When building a new dashboard UI, ask for a button component spec and receive token-anchored rules for every state, contrast requirements, and prohibited implementations. ## Quick Start Generate a neobrutalism design-system guideline for a card component including its states, tokens, and accessibility acceptance criteria.