What problem does it solve? Resume features in Resumegen often ship on only one rendering surface, leaving PDF exports, DOCX downloads, or the public share page missing formatting options or download controls that exist in the editor. ## Core Features & Use Cases - Surface Inventory: Identifies every pipeline that renders resume content — editor live preview, PDF export, DOCX export, Dashboard, and public share page — before implementing a change. - Parity Enforcement: Ensures formatting options (bullet styles, section toggles, templates) and download controls are implemented in each pipeline's own code, not just editor CSS. - Export Set Completeness: Requires every download surface to expose the full export set (both PDF and DOCX), never a subset. - Use Case: When adding a numbered-list bullet option, apply it in the editor preview, the DomPDF export, and the PHPWord DOCX export, then open the generated files to confirm the formatting carried through. ## Quick Start Add a new resume formatting option and verify it renders identically in the editor preview, a generated PDF, and a generated DOCX file.