bmad-distillator

Compress source documents into lossless structured distillates for LLM context.

Updated May 13, 2026
One-click install
npx skills add https://github.com/Markuson/ivo_corr --skill bmad-distillator-markuson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-distillator
Source: https://github.com/Markuson/ivo_corr/tree/main/.agents/skills/bmad-distillator
Command: npx skills add https://github.com/Markuson/ivo_corr --skill bmad-distillator-markuson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill solves the problem of information loss and token inefficiency when preparing large sets of source documents for LLM consumption. It creates dense, lossless distillates that preserve every critical fact, decision, and constraint while removing human-readable overhead.

Core Features & Use Cases

  • Lossless Compression: Transforms verbose documentation into dense, structured bullet points without losing semantic depth.
  • Semantic Splitting: Automatically manages token budgets by splitting large document sets into coherent, self-contained sections.
  • Round-Trip Validation: Includes an optional verification stage to ensure the distillate can reconstruct the original information accurately.
  • Use Case: Use this to distill a massive repository of product briefs, discovery notes, and architecture docs into a single, high-signal context file for a PRD-writing agent.

Quick Start

Run the bmad-distillator skill on the folder ./docs to create a compressed distillate for the PRD creation workflow.

Frequently Asked Questions about bmad-distillator

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

FAQPage Schema
How do I compress source documentation for LLM context without losing critical facts?

You can compress source documentation losslessly by transforming verbose text into dense, structured bullet points, preserving every critical fact and constraint while removing human-readable overhead for optimal LLM token efficiency.

What is the best way to fit a large repository of product briefs and architecture docs into an LLM context window?

Semantic splitting automatically manages token budgets by dividing large document sets into coherent, self-contained sections, allowing massive repositories to be distilled into high-signal context files for LLM agents.

Can I verify that my compressed distillates retain all the information from the original source documents?

Round-trip validation provides an optional verification stage to ensure the distillate can accurately reconstruct the original information, confirming the lossless quality of the token-efficient compression.

Does document distillation support fan-out processing for large datasets?

Document distillation supports both single-file and fan-out processing modes, utilizing automated analysis of source files to determine routing, grouping, and completeness verification across large datasets.

When should I use lossless document compression instead of manual summarization for LLM inputs?

Use lossless document compression when preparing large sets of source documents like discovery notes for LLM consumption, ensuring token efficiency without the information loss inherent in manual summarization.