What problem does it solve? Turning written content into presentations, web pages, and documents requires consistent design decisions across formats. This Skill converts an annotated content.md file into a single design-spec.json that defines shared palettes, fonts, logo placement, and per-format layout mappings, so every downstream format-builder starts from the same design baseline. ## Core Features & Use Cases - Design Spec Generation: Parses content.md sections and HTML-comment annotations to produce a validated design-spec.json with per-format layout mappings for PPT, web, and Word targets. - Brand Consistency: Resolves named palettes and brand templates from ~/.lintel/brand/, applies shared fonts and colors, and enforces validation rules like layout rotation and font size bounds. - Use Case: After generating content.md with the write stage, run this Skill with --target-formats ppt,web to get a design spec that the PPT and web format-builders consume, then re-run with a different --palette to A/B-test brand themes. ## Quick Start Ask the agent to generate a design spec from content.md targeting ppt and web formats using the default palette.