distill
Installation
SKILL.md
/distill
Distill agent instruction files into structured imperatives, compose with policy algebra, and visualize the rule system. Three-stage pipeline.
Usage
/distill # full pipeline on default files
/distill ai-workspace/rules/*.md # specific targets
/distill --stage imperatives # run only extraction
/distill --stage compose # run only policy algebra (requires prior extraction)
/distill --stage visualize # run only visualization (requires prior composition)
Pipeline
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ /imperatives │────▶│/policy-algebra│────▶│ /visualize │
Related skills
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
569plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
550archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
545orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
540capture
Creates a draft GitHub Issue with triage label from natural language description.
538reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
503