What problem does it solve? Turning product requirements into design-ready briefs for AI design tools like Stitch, Figma AI, or Claude artifacts is slow and inconsistent. This Skill converts per-feature PRDs into structured, per-screen design specifications with complete component states, real copy, and design tokens, then bundles them into a single upload-ready file. ## Core Features & Use Cases - Style Foundation: Captures mood, color tokens, typography, spacing, motion intent, and accessibility floor once per app, gating all screen specs on it. - Per-Screen Spec Generation: Emits one markdown spec per screen with mandatory 6-state component lists (default/pressed/disabled/loading/empty/error), real copy, and a paste-ready AI-tool render block. - Bundle Script: Concatenates the style foundation, index, and all screen specs into one design-bundle.md via a Python script. - Use Case: After running a PRD pipeline for a running-tracker app, generate design specs for every screen and upload the single bundle file to Stitch to produce mockups. ## Quick Start Generate design specs for the PRDs in plans/my-app/prd/ and bundle them into one file I can upload to Figma AI.