bdistill-discover

Installation
SKILL.md

Domain Discovery

Turn a vague description of your work into a structured extraction plan. You describe your field, the agent maps it into extractable topics with seed terms, and you pick what to extract first.

When to use

  • You know your field but not what's worth extracting ("I work in insurance")
  • You want a structured starting point before running bdistill-extract
  • You're exploring what domain knowledge an AI model can provide
  • You want to scope a large domain into focused extraction sessions

Input contract

required:
  description: string  # Vague domain description ("I trade grain futures", "I audit banks", "I manage clinical trials")
output:
  domain: string       # Suggested domain slug (e.g. "grain-trading", "aml-compliance", "pharma-regulatory")
  seed_terms: string[] # Extraction-ready terms for bdistill-extract
Related skills

More from francyjglisboa/bdistill-skills

Installs
1
GitHub Stars
2
First Seen
Apr 24, 2026