What problem does it solve? Producing polished, client-ready Word documents and PDFs by hand is slow and error-prone: Word silently drops modern CSS, screenshot borders get clipped at page tops, and unstyled black-on-white output looks unprofessional. This Skill renders findings reports and step-by-step procedures in a consistent house style with automated quality gates. ## Core Features & Use Cases - Findings reports via HTML to Word COM: Build assessment reports, audit write-ups, and executive summaries with mastheads, summary cards, severity chips, and provenance footers from a JSON data file. - SOP/runbook generation via python-docx: Create step-by-step procedures, how-to guides, and work instructions with bordered screenshots, numbered steps, hyperlinks, and captions that Word renders correctly. - Brand pack resolution and quality gates: Automatically apply an installed brand pack (or neutral style), then validate structure with check_conformance.py and verify rendered screenshot borders at 300 dpi with verify_borders.py. - Use Case: After a security assessment, ask for a management-ready write-up of your findings table; the Skill produces a styled DOCX and PDF with severity chips and a provenance footer, then verifies the output before delivery. ## Quick Start Ask the assistant to turn your findings table or setup procedure into a professionally styled Word document and PDF using the doc-builder skill.