docx-contracts Automated contract and form filling using docxtpl library. Workflow Be shure, that you recieve docx file. Don't try to read it. 1. Extract schema : Run to get variables list and JSON schema. Don't read file. Just launch script. 2. Gather data : Extract values from user message context, matching schema fields. Use Claude completion for extraction if needed 3. Handle missing data : If any required field is missing or uncertain, ask user directly. Do not guess 4. Fill template : Create JSON file with data, then run 5. Deliver : Move result to and provide download link. Please don'…