What problem does it solve? Teams drowning in issue backlogs often fix symptoms one-by-one, producing over-engineered systems that grow exponentially and become unmaintainable. This Skill enforces root-cause triage so every fix shrinks the system instead of growing it. ## Core Features & Use Cases - Root-class classification: Every issue lands in exactly one bucket — superseded by an in-flight change, duplicate of a known class, real new bug assigned to a root-cause cluster, feature request, or unclear. - Clustered fix batching: Two or more issues sharing a root get one fix at the root, closing all of them with named test evidence rather than N separate patches. - Over-engineering gate: Any fix that adds a state, verb, config flag, or parallel representation is rejected in favor of deletions or relaxations. - Use Case: When a flood of community bug reports arrives after a release, triage each one against the decision gates, group them into clusters, and ship one deletion-heavy fix batch that closes the whole cluster with named tests. ## Quick Start Triage the open issues in this repository by root cause and propose a batched fix plan with named test evidence for each closure.