bmad-distillator

Distill mixed source documents into lossless, token-efficient distillates with frontmatter.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ImaginerLabs/skill-manager --skill bmad-distillator-imaginerlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-distillator
Source: https://github.com/ImaginerLabs/skill-manager/tree/main/.trae/skills/bmad-distillator
Command: npx skills add https://github.com/ImaginerLabs/skill-manager --skill bmad-distillator-imaginerlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Distillator enables lossless compression of source documents into a single dense distillate that preserves all facts, decisions, constraints, relationships, and open questions while removing formatting overhead and noise.

Core Features & Use Cases

  • Lossless extraction of all discrete data points (facts, numbers, dates, decisions) from multiple documents
  • Semantic stitching and optional stage-based compression with validation for downstream workflows
  • Support for single distillate or semantically split section distillates used in complex pipelines

Quick Start

Provide source_documents and optional downstream_consumer to produce a distillate.

Frequently Asked Questions about bmad-distillator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compress LLM context documents without losing facts and decisions?

You can compress LLM context documents without losing facts by distilling them into a dense, token-efficient distillate. This process preserves all discrete data points, constraints, relationships, and open questions while removing formatting overhead and noise.

What is document distillation and how does it reduce token usage?

Document distillation is the process of extracting all essential facts, decisions, and relationships from source documents into a single dense distillate. It reduces token usage by stripping formatting overhead and noise while staging and validating the compressed output for downstream workflows.

Can I distill multiple mixed-format source documents into a single output?

Yes, you can distill multiple mixed-document inputs into a single lossless distillate. The process extracts facts, decisions, and relationships across all provided sources while generating portable frontmatter with source tracking and token estimates.

How do I split a large document semantically for complex LLM workflows?

You can split large documents semantically by producing section distillates instead of a single output. This approach supports stage-based compression and validation, enabling complex pipelines to process distinct semantic sections independently.

Does lossless document compression work for downstream LLM pipeline staging?

Yes, lossless document compression supports downstream LLM pipeline staging through semantic stitching and validation. It produces a portable distillate with frontmatter containing sources and token estimates, ensuring all facts and constraints remain intact for subsequent tasks.