What problem does it solve?
Design production-grade document chunking mechanisms for verification workflows. Use when
building the chunking step of a workflow that will run repeatedly on many documents.
The approach: observe sample documents, find structural patterns, write a chunking script
in code, that script runs in production. Also use for navigating large documents via
hierarchical structure when a rule targets a specific section.
For quick, cheap batch chunking during exploration, use document-chunking instead.
Core Features & Use Cases
- Production-grade chunking script that is deterministic and reusable across many documents
- Hierarchical navigation to quickly locate sections, chapters, and clauses within large texts
- Deployment guidance for integrating the chunking step into production verification workflows
Quick Start
Run the tree-processing skill to build a production-grade hierarchical tree from your sample documents.