What problem does it solve?
It solves the problem of wasting context budget and token throughput when you need to feed multiple source documents into an LLM without losing facts, constraints, decisions, or relationships.
Core Features & Use Cases
- Lossless compression (distillation): Produces hyper-compressed, token-efficient “distillates” that preserve every fact and relationship while removing human/LLM overhead.
- Semantic splitting with token budget control: Automatically switches from a single dense distillate to a multi-part folder when content is large or exceeds a target budget.
- Verification and optional round-trip validation: Performs completeness/format checks and can optionally reconstruct sources from the distillate for a losslessness test.
- Use case: When you have a PRD pack, research notes, and architecture docs, generate one or several lossless LLM-ready context files for downstream PRD creation or design workflows.
Quick Start
Use the bmad-distillator skill to distill your project documents into a single dense distillate by providing source documents and an output path.