$npx -y skills add indranilbanerjee/socialforge --skill assemble-documentAssemble the final calendar delivery document (DOCX) with all posts, images, and copy.
| 1 | # /socialforge:assemble-document — Document Assembler |
| 2 | |
| 3 | Create the final delivery document containing the complete monthly calendar with images, copy, and metadata. |
| 4 | |
| 5 | ## Document Structure |
| 6 | 1. Cover page (brand name, month, prepared by) |
| 7 | 2. Table of contents |
| 8 | 3. Monthly overview (post count, platform breakdown, tier distribution) |
| 9 | 4. Weekly sections: |
| 10 | - For each post: date, platform, image preview, copy text, hashtags, CTA, creative mode used, quality score |
| 11 | 5. Appendix A: Publishing schedule (dates + times + platforms) |
| 12 | 6. Appendix B: Production notes (asset gaps, compliance flags, revision history) |
| 13 | 7. Appendix C: Cost report |
| 14 | |
| 15 | ## Process |
| 16 | 1. Load all approved posts from status-tracker.json |
| 17 | 2. Load images, copy, and metadata for each |
| 18 | 3. Build DOCX using document-template structure |
| 19 | 4. Embed images at appropriate resolution |
| 20 | 5. Save to `output/{brand}/{month}/FINAL/00-Calendar-Document/` |
| 21 | |
| 22 | ## Timeout & Fallback |
| 23 | - Document assembly: 2-minute timeout for 30 posts. If images are too large, compress to 72 DPI. |