What problem does it solve? Manually formatting Word documents for print is error-prone and inconsistent — fonts, margins, heading styles, page size, and citation formats drift across documents. This Skill encodes the complete Martinez Methods Print Optimized Spec so every generated .docx file follows identical, correct formatting without manual spec lookup. ## Core Features & Use Cases - Spec-encoded DOCX generation: Produces print-ready .docx files with Lato typography, US Letter page size, 1-inch margins, numbered headings, headers/footers, and APA 7th citations baked in. - Reusable Node.js template: Ships a docx-js template with pre-configured styles, numbering, tables, title page, and table of contents — only the content sections need editing. - Naming convention enforcement: Applies Martinez Methods file naming (PREFIX_Description_YYYY-MM-DD_vXX_I_PRINT.docx) automatically. - Use Case: Convert a markdown assessment report into a branded, print-optimized Word document with a title page, TOC, numbered headings, and consistent tables in one workflow. ## Quick Start Ask the AI to generate a print-optimized docx from your markdown document using the Martinez Methods print spec.