One-click install
npx skills add https://github.com/devalexanderdaza/bmad-any --skill bmad-distillator-devalexanderdaza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-distillator
Source: https://github.com/devalexanderdaza/bmad-any/tree/main/.agents/skills/bmad-distillator
Command: npx skills add https://github.com/devalexanderdaza/bmad-any --skill bmad-distillator-devalexanderdaza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the token bloat and information loss of manual document summarization for LLM workflows, preserving every fact, decision, constraint, and relationship from source documents while stripping unnecessary human-oriented prose to maximize context efficiency.

Core Features & Use Cases

  • Lossless Compression: Preserves all critical information from source documents unlike lossy summaries, ensuring no data is missing for downstream workflows.
  • Multi-Document Support: Handles single or multiple source files with automatic routing for small sets and fan-out compression for large document collections, plus optional semantic splitting for very large content.
  • Validation & Quality Assurance: Includes optional round-trip reconstruction testing to confirm zero information loss, ideal for high-stakes use cases like PRD creation or architecture design.
  • Use Case: If you have a 25-page product brief paired with 15 pages of discovery notes, use this skill to create a single dense distillate that a downstream LLM can consume as full context to generate a complete PRD without missing any key requirements or decisions.

Quick Start

Use the bmad-distillator skill to compress your source documents into a lossless, token-efficient distillate for your downstream LLM workflow.

Frequently Asked Questions about bmad-distillator

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

FAQPage Schema
What is lossless document distillation for LLMs?

Lossless document distillation compresses source documents into dense, token-efficient distillates that preserve all facts, decisions, constraints, and relationships while stripping unnecessary prose to maximize context efficiency for downstream LLM workflows.

How do I compress multiple product briefs and discovery notes into a single context for PRD creation?

Use multi-document support with automatic routing and fan-out compression to process multiple source files, creating a single dense distillate that a downstream LLM consumes as full context to generate a complete PRD without missing key requirements.

Can I validate that zero information loss occurred during document compression?

Yes, optional round-trip reconstruction testing confirms zero information loss by validating the compressed distillate against original source content, ensuring high-stakes use cases like architecture design and PRD creation retain all critical data.

Does document distillation handle very large content like extensive research reports?

Document distillation handles very large content through optional semantic splitting, which divides extensive research reports into manageable segments before applying lossless, LLM-optimized compression to prevent token bloat.

What is the best way to reduce token bloat without losing critical constraints in LLM workflows?

The best way to reduce token bloat without losing critical constraints is lossless compression, which strips human-oriented prose from source documents while preserving every fact, decision, and relationship for downstream LLM consumption.

When should I use lossless compression instead of standard document summarization?

Use lossless compression instead of standard summarization when downstream workflows require full context without token bloat, ensuring no critical data is missing for high-stakes tasks like PRD creation or architecture design.