What problem does it solve? AI code generators produce visually generic websites with structural UI violations like div-as-button, pure black colors, h-screen layouts, and default Tailwind palettes. This Skill enforces design quality during generation via in-context rules and after generation via AST-level linting. ## Core Features & Use Cases - 7-Phase Design Pipeline: Asset generation, creative brief, configuration, design council, execution plan, generation, and blind spot audit, turning Claude into a creative director. - Taste Guardian Rules: 500+ lines of typography, color, animation, and micro-interaction rules synthesized from 6 design philosophies, applied during code generation with zero dependencies. - Blind Spot ESLint Plugin: 14 rules (no-div-as-button, no-pure-black, no-h-screen, no-emoji-in-ui, and more) that check UI structural integrity at the AST level in CI. - Use Case: Ask Claude to design a landing page for a SaaS product; it interviews you through the brief, proposes three creative directions, generates a Next.js 15 + Tailwind implementation, then audits the output with the ESLint plugin. ## Quick Start Ask Claude to start the korrodesign process for your website idea and answer its creative brief questions one at a time.