What problem does it solve? Valuable conclusions from a working session — user preferences, settled decisions, discovered rules — evaporate when the session ends. This Skill captures them as versioned, code-linked memory and adr entries in the Fux index so they remain searchable and reusable. ## Core Features & Use Cases - Decision capture: Turns durable conclusions into typed entries (memory, adr, rule) with proper frontmatter, scope, and code_refs. - Capture queue integration: Reads $FUX capture --list to seed distillation from files that changed during the session, split into uncovered and governed candidates. - Human-confirmed workflow: Proposes 1–5 candidate entries for user approval before writing, then scaffolds, links, rebuilds, and lints the index. - Use Case: After a session where the team chose avg-cost over FIFO for inventory valuation, run the distill flow to create an adr entry recording the decision, its context, and consequences, linked to the relevant code. ## Quick Start Ask the assistant to run /fux distill to review this session and propose durable memory or ADR entries for confirmation.