What problem does it solve? Drafting formal institutional letters (ofícios) with correct official formatting, mandatory fields, and protocol language is repetitive and error-prone. This Skill collects required fields, validates them, and renders a properly formatted official document from a persisted template. ## Core Features & Use Cases - Template-Driven Generation: Reads Markdown templates with YAML frontmatter defining required fields, then fills placeholders with validated data. - Multi-Format Output: Produces DOCX (via python-docx), PDF (via WeasyPrint), or styled HTML with institutional margins, Times New Roman 12pt, and justified text. - Mandatory Field Validation: Blocks generation until all required fields (number, date, recipient, subject) are collected, never assuming values. - Use Case: An executive asks for an official letter to a government ministry requesting a deadline extension; the Skill asks for missing fields, generates a draft DOCX, and logs the creation in the acervo. ## Quick Start Ask the agent to prepare an official letter, providing the recipient, sender, subject, and body, and choose DOCX, PDF, or HTML as the output format.