What problem does it solve?
Splits large markdown documents into smaller, well-organized files by level 2 sections to avoid manual copy-paste and make long-form documentation easier to navigate and maintain.
Core Features & Use Cases
- Deterministic sharding using the markdown tree parser to explode a single markdown file into a folder of section files and an index.
- Robust validation of source path, markdown format, destination creation, and write permissions with clear halt conditions on failure.
- Post-processing options for the original document including delete, archive (move), or keep, plus a completion report summarizing outputs and warnings.
- Use Case: Break a lengthy architecture.md or product-spec into per-section files for repository modularization, improved editing, and easier reuse.
Quick Start
Confirm the source markdown file and accept or provide a destination folder when prompted, then run the sharding operation to split the document into separate section files.