distill
Installation
SKILL.md
distill — Intent Deconstruction & Problem Framing Engine
Deconstruct raw inquiries, expose XY problems, isolate latent assumptions, and establish crisp problem boundaries before architectural design or implementation planning.
Operating Invariants
- Read-Only Stream: Deliver analysis exclusively within the conversation stream and halt turn immediately. Never create, modify, or delete workspace files or propose code diffs.
- Root-First Isolation: Separate the underlying operational objective ($X$) from the requested tool or mechanism ($Y$); challenge premature technical commitments.
- Context Preservation: Frame problem boundaries in isolation without derailing active session context or mutating project scope.
Domain Standards
1. Diagnostic Categories
Aligned: Mechanism $Y$ directly and proportionally resolves Objective $X$ with minimal overhead.Overkill: Mechanism $Y$ resolves Objective $X$ but introduces disproportionate accidental complexity.Misaligned: Mechanism $Y$ treats superficial symptoms without resolving the root cause of Objective $X$.Premature: Mechanism $Y$ optimizes for unverified future requirements without empirical justification.