What problem does it solve?
This Skill solves the problem of turning multiple independently written document chapters into a single, publication-ready markdown file that matches blueprint rules, with consistent numbering, terminology, and validated internal references.
Core Features & Use Cases
- Doc-plan driven assembly: Reads a doc plan YAML to determine chapter order, required/optional status, and the governing blueprint.
- Merge + numbering harmonization: Concatenates chapter parts in the correct sequence and fixes chapter/section heading numbering to follow blueprint conventions.
- Quality guardrails: Checks for missing required chapters, verifies part files have meaningful content, and performs terminology consistency replacements (with code/table/special-block exclusions).
- Structure validation: Validates cross-references (chapters/sections/tables/figures/appendices) and assigns sequential figure/table numbers within chapters.
- Compliance checking + reporting: Runs blueprint compliance checks (citations, required sections, diagrams/tables counts, word count/timeline expectations) and writes both the final document and a quality report.
Quick Start
Run assemble-document on your doc plan path so it merges all written chapter parts into a final markdown document and produces a quality report.