This is a workflow enforcer that prevents you from shipping designs that haven't been properly vetted. It routes work through brainstorming first, then decides whether multi-agent review is required based on risk level (impact, complexity, irreversibility), and only unblocks implementation once validation is complete. Think of it as mandatory guardrails for consequential changes. The discipline is useful if you've ever regretted skipping design review, but it does add overhead, so you probably don't want this running on trivial features. It's process enforcement, not creative work, which means it either saves you from expensive mistakes or slows you down unnecessarily depending on your context.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill design-orchestration