What problem does it solve? Vague requests like "make search faster" cannot be started, finished, or verified. This Skill converts them into a decomposition tree where every leaf has an owner, a size estimate, and a numeric done condition, so teams know exactly what to build and when it is complete. ## Core Features & Use Cases - Falsifiable Root Statements: Restates ambiguous goals with a metric, baseline, target, and negative constraint (e.g., p95 latency under 800ms without reducing click-through). - Measurement-First Decomposition: Uses profiling data and Amdahl's law to compute each branch's ceiling before staffing it, killing workstreams that cannot succeed. - Seam Detection and Vertical Slices: Identifies true interface boundaries between sub-problems and favors end-to-end vertical slices over horizontal layer splits. - Use Case: A stakeholder asks to speed up search. The Skill guides you to measure the latency breakdown, build a tree with per-branch ceilings, spike the riskiest assumption (e.g., trigram index performance), and assign explicit latency sub-budgets to parallel leaves. ## Quick Start Ask the AI to decompose the goal "make search faster" into a measurable work tree with done conditions for each leaf.