OfficeCLI Word-Form Skill This skill is INDEPENDENT, not a scene layer on docx. A form's payload — controls, legacy fields, mail-merge, — is a distinct element class from docx's paragraph/heading/style primitives. Its QA is different too: docx's Delivery Gate cares about visual layout and live PAGE fields, this skill's cares about data plumbing (protection enforced / alias+tag / items injected / name ≤ 20 / no underscore anti-pattern). Reverse handoff: if the user's document has no fillable fields (report, letter, memo, thesis, proposal), route to or a docx scene skill — don't use this one. B…