bmad-distillator

Distill source documents into lossless, token-efficient distillates with cross-referenced sections.

4|1|Updated Sep 30, 2024
One-click install
npx skills add https://github.com/co-cddo/ndx --skill bmad-distillator-co-cddo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-distillator
Source: https://github.com/co-cddo/ndx/tree/main/_bmad/core/bmad-distillator
Command: npx skills add https://github.com/co-cddo/ndx --skill bmad-distillator-co-cddo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill produces lossless, token-efficient distillates from source documents, preserving every fact, decision, constraint, and relationship to feed downstream LLM workflows.

Core Features & Use Cases

  • Lossless compression across mixed source types to maximize signal-per-token
  • Supports single-distillate or multi-part distillates with cross-references and sectioning
  • Use case: distill product briefs and discovery notes into a single consumable artifact for PRD pipelines

Quick Start

Run the distillator to produce a lossless, token-efficient distillate from your source documents.

Frequently Asked Questions about bmad-distillator

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

FAQPage Schema
How do I compress documents for LLM processing without losing facts?

You can compress documents using lossless distillation, which preserves every fact, decision, and relationship into a token-efficient distillate. This maximizes signal-per-token for downstream LLM workflows without discarding critical information.

What is the best way to distill mixed source documents into a single artifact?

The best way is using semantic splitting to create a root distillate plus section distillates with cross-references. This handles mixed source types and produces a single consumable artifact for downstream pipelines like PRD generation.

Can I extract information from product briefs and discovery notes for PRD pipelines?

Yes, you can distill product briefs and discovery notes into a single consumable artifact for PRD pipelines. The process compresses mixed source types into a token-efficient distillate ready for downstream consumption.

Does document distillation support multi-part outputs with cross-references?

Yes, document distillation supports multi-part outputs with cross-references. It uses semantic splitting to divide content into a root distillate and section distillates, maintaining structural relationships across the entire distillate.

How do I improve token efficiency when processing large documents for LLMs?

You improve token efficiency by applying lossless compression to large documents, which extracts essential information while preserving facts and constraints. The resulting distillate includes a token estimate to manage downstream LLM context windows.