# Compose DocuSign Template JSON ## Goal Combine mapped fields, recipients, and a base document into a complete DocuSign template JSON payload suitable for the esign-direct/SDK API. ## Result - Minimal driver script: `src/compose_docusign_template.py` will: - Load Adobe recipient and field objects (from onboarding sample) - Create DocuSign template payload: name, recipients, doc ref (simulated), and tabs per signer - Logs to validation/ as evidence *To run next: python3 src/compose_docusign_template.py (generated by Cleo)*