What problem does it solve? Condensing a large Word or Markdown document (project documentation, reports, specifications) into a coherent 3-4 page summary without losing key facts is slow and error-prone when done manually or in a single pass. This Skill decomposes the document into sections, builds auxiliary artifacts (map, glossary, digests, fact registry), prioritizes core content, and synthesizes a reviewed, humanized summary exported to Markdown and PDF. ## Core Features & Use Cases - Multi-phase summarization pipeline: DOCX-to-Markdown conversion (pandoc), section splitting, parallel subagent digests, fact registry, priority grading, synthesis, review-and-fix loop, humanization, and PDF export (pandoc + wkhtmltopdf). - Structure and outline modes: --structure produces a section tree with readiness status (ready/partial/in-progress/empty) and a completeness percentage; --outline adds per-section content summaries. - Document consistency checking (--check): deterministic reference checks (broken figure/table captions, dangling mentions, duplicate numbers) plus subagent-based contradiction detection with refute-verification, producing a PDF issue report. - Media handling: inventories embedded images, converts EMF/GIF to PNG, and generates vision-based descriptions of diagrams used as facts in the pipeline. - Use Case: Given a 200-page project specification in .docx, run the skill to receive a 3-4 page Russian-language summary PDF, a glossary, a fact registry, and a verified section-numbering mapping back to the original document. ## Quick Start Ask the assistant to summarize the document at a given path, for example: summarize the file 'docs/specification.docx' into a structured summary with PDF output.