What problem does it solve? Filling government or competition application forms in DOCX format is error-prone: merged table cells, mandatory starred fields, leftover template placeholder text, and overly technical language that non-technical reviewers cannot understand. This Skill automates programmatic form filling while enforcing a clear four-part narrative structure. ## Core Features & Use Cases - Programmatic DOCX filling: Uses python-docx to populate merged-cell tables, with content stored in JSON and separated from code. - Four-part narrative framework: Structures proposals as pain point, solution, results, and replicability, with a translation table that converts technical jargon into reviewer-friendly language. - Template validation and cleanup: Checks starred mandatory fields (revenue, financing, token) before track selection, marks options with text markers, and strips leftover template placeholder paragraphs. - Use Case: A research lab applying to a data elements competition fills the official DOCX template, converts terms like "AI Agent" into plain language, marks the healthcare track, and outputs a field check report. ## Quick Start Fill the competition application template.docx for the healthcare track using my four-part narrative content in JSON and produce a field check report.