After every extraction or applied plan, Schema runs an insight pass over the graph: it looks for asymmetries (routes that should look alike but don't), missing edges, dead clusters, suspicious authorization gaps.
Each insight comes with a suggested prompt so you can fix it with one click instead of describing the same problem in your own words.
Watch this: Insights opens, hovers the high-severity card (the canvas highlights the routes it's worried about), then clicks the suggested prompt — and the planner kicks off. Three of the four routes in this repo require auth. One doesn't. That's the smell.