# Render DOCX Checklist

Score the rendered DOCX against these 8 items before handoff.
**Pass criterion: 8/8.** Any failed item MUST be fixed and re-scored.

1. **Single input.** Exactly one Markdown path was accepted.
2. **Path exists.** The input `.md` or `.markdown` exists and is readable.
3. **Renderable path.** The input path is `project-doc/project.md` or `commercial-offer/commercial-offer.md`.
4. **Shape validated.** Project document and commercial offer Markdown passed source/frontmatter validation.
5. **Template selected.** `project-doc-reference.docx` or `commercial-offer-reference.docx` was selected by the script.
6. **DOCX generated.** A sibling `.docx` exists with the same basename and non-zero size.
7. **No overwrite.** Existing DOCX files were not overwritten.
8. **No content mutation.** The Markdown was not rewritten during rendering.
