What problem does it solve? Building an AI message rewriting tool from scratch involves many scattered decisions: prompt guardrails, tone catalogs, parallel LLM calls, UI layout, branding, testing, and GitHub setup. This Skill encodes the complete end-to-end workflow so the app can be reproduced or adapted without re-deriving every decision. ## Core Features & Use Cases - Server-side LLM architecture: All AI calls run server-side via invokeLLM with a CORE_GUARDRAIL system prompt that forces rewrite-only behavior, plus parallel dual-variation generation using Promise.all. - Tone and style catalog: 12 tone prompts (Friendly, Boss Mode, Legalistic, Gospel Motivation, NLP, Sales, and more) combined with 3 style modifiers (Concise, Elaborate, Formalize) at runtime. - Complete frontend and delivery workflow: React 19 + TypeScript + Tailwind + Express + tRPC stack with a tone grid UI, VariationCard components with word/character counts and copy buttons, a Help/FAQ page, MVT dark navy and gold branding, Vitest tests, and GitHub CI setup. - Use Case: A developer needs to ship a mobile-friendly tool that rewrites a pasted message in a chosen tone and returns two polished variations with one-tap copy; following the phases produces the working app, tests, and a tagged v1.0.0 GitHub release. ## Quick Start Use the ai-message-polisher-builder skill to scaffold the message tone polisher web app with the 12-tone catalog, dual-variation output, and MVT branding.